aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/recipes-kernel/linux/files
AgeCommit message (Collapse)Author
2020-10-05kernel: Remove non-existing kernel optionHe Zhe
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel by commit be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE"). Ref: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?id=be6ec88 Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
2019-05-07cfg files: update do to 4.19 changesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-10-03kernel: Fix config warning for CONFIG_I2C_ALGOBITHe Zhe
CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y". Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to avoid following config conflict. ---------- CONFIG_I2C_ALGOBIT ----------------- Config: CONFIG_I2C_ALGOBIT From: /PATH/TO/i915.cfg /PATH/TO/00026-lm-sensors.cfg Requested value: CONFIG_I2C_ALGOBIT=m Actual value: CONFIG_I2C_ALGOBIT=y Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-08-21Enable configs for kexec.Siva Borra
Enable configs for kexec and CRASH_DUMP. Signed-off-by: Siva Borra <siva.borra@enea.com> Signed-off-by: alex <alexandru.vaduva@linux.com>
2015-08-19AVL.21:ifenslaveNora Björklund
Enabling kernel configurations for AVL.21. [LXCR-5143] Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
2015-08-19Add support for lm-sensors.Alexandru.Vaduva
lm-sensors also required dmi-decode support which was added as a dependency of the package. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-17virtual/kernel: add support for IPMI.Alexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-17Update config to bring dm-multipathSiva Borra
Update the configuration to bring dm-multipath and scsi_dh. [LXCR-5152] Signed-off-by: Siva Borra <siva.borra@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-17Update SELinux configuration.Siva Borra
Update SELinux with all dependant confuguation options enabled/disabled. [LXCR-5167] Signed-off-by: Siva Borra <siva.borra@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-01-28Packages update. A few specific packages were included in the image.Alexandru.Vaduva
Besides the added packages the FTrace feature was enabled on the kernel and also the checksums for the cluster recipes were updated. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2014-10-06cgl: split layer between meta-cgl-common and meta-vendorLiviu Gheorghisan
Now we have this structure: meta-cgl + meta-cgl-common + conf + images + packagegroups + recipes-cgl + recipes-extended + recipes-kernel + recipes-perl + meta-fsl-ppc + recipes-kernel ... + COPYING.MIT + README The reason for this change is to separate machine specific stuff (kernel bbappends, configs, etc) in separate layers, and each of these layers will only be included in the build when building for that machine. [LXCR-3670] Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>