aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2023-08-17linux-yocto: remove obsolete configsKai Kang
Remove linux kernel obsolete configs: WARNING: linux-yocto-6.1.x+gitAUTOINC+9f8ee63473_92c3ea275f-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration: - CONFIG_BLK_DEV_PIIX - CONFIG_BLK_DEV_IDEDMA_SFF - CONFIG_BLK_DEV_IDEPCI - CONFIG_IDEPCI_PCIBUS_ORDER - CONFIG_BLK_DEV_IDEDMA These configs have been removed by: commit b7fb14d3ac63117e0e8beabe75f4ea52051fbe3a Author: Christoph Hellwig <hch@lst.de> Date: Wed Jun 16 15:46:58 2021 +0200 ide: remove the legacy ide driver The legay ide driver has been replace with libata starting in 2003 and has been scheduled for removal for a while. Finally kill it off so that we can start cleaning up various bits of cruft it forced on the block layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Kai Kang <kai.kang@windriver.com>
2022-04-29crypt.cfg: remove dropped configKai Kang
Kernel config 'CONFIG_CRYPTO_AES_X86_64' has been dropped by upstream: commit 1d2c3279311e4f03fcf164e1366f2fda9f4bfccf Author: Ard Biesheuvel <ardb@kernel.org> Date: Tue Jul 2 21:41:24 2019 +0200 crypto: x86/aes - drop scalar assembler implementations The AES assembler code for x86 isn't actually faster than code generated by the compiler from aes_generic.c, and considering the disproportionate maintenance burden of assembler code on x86, it is better just to drop it entirely. Modern x86 systems will use AES-NI anyway, and given that the modules being removed have a dependency on aes_generic already, we can remove them without running the risk of regressions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> So remove it from crypt.cfg accordingly. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2022-03-09anaconda_kernel.bbclass: replace efivars with efivarfsKai Kang
efivarfs is a replacement filesystem for the old EFI variable support via sysfs(efivars). So replace efivars with efivarfs for anaconda kernel. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2019-07-12support luks2 encrypt filesystemHongxu Jia
- Add kernel module required by luks2 - Set encypt filesystem to luks2 rather than luks2 by default Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add kernel configHongxu Jia
The set of kernel scc/cfg are required by target build and host build. - For target build, add anaconda_support_kernel to KERNEL_CLASSES - For host build, add anaconda_kernel to KERNEL_CLASSES Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>