]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 26 Oct 2021 18:25:22 +0000 (14:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Oct 2021 08:44:59 +0000 (09:44 +0100)
commit341707513a7c3cfcd797f6631b8daf09ddf5bae8
tree45a4b437014c06877489e75423b390b0fbb2cf68
parent8e863e9c57fc26e4158b6c10b04931976c54efb8
linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in

Jacob Kroon reported that generic/custom x86 kernels would no
longer boot out of the box since the IDE options were removed
and the PATA migration happened.

To re-enable that use case, we grab the following kernel
configuration change:

    common-pc*/qemux86*: set CONFIG_ATA_PIIX as built-in

    Since the IDE options were made obselete in the kernel, and the
    PATA driver is the replacement, we haven't had one of the commonly
    used qemu boot devices enabled in our kernel by default.

    We change CONFIG_ATA_PIIX to built-in, to re-enable use cases that
    boot from default qemu 'hardware'.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Reported-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
meta/recipes-kernel/linux/linux-yocto_5.14.bb