]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 2 Nov 2021 02:41:26 +0000 (10:41 +0800)
commit32f484d445eedadb9d1f2428398a4ec64ac7e4eb
treea392c704ef092c1087dfd87d63ca712590b3f8ed
parent7615702d29bd1578416e3a965a794fa2aad3f88f
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>
(cherry picked from commit 341707513a7c3cfcd797f6631b8daf09ddf5bae8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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