summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-gxp/recipes-kernel/linux
AgeCommit message (Collapse)AuthorFilesLines
2021-11-22meta-hpe: Move from 5.10 kernel to 5.14 with GXP supportMike Garrett3-3/+7
This is a temporary stop on the way to 5.15 Signed-off-by: Mike Garrett <mike.garrett@hpe.com> Change-Id: I5c750c61b3d3e1561eb4cfb53989bde9fd2b1e58
2021-09-07meta-hpe: Update Linux kernel to 5.10 from 5.7Mike Garrett4-19/+36
Linux kernel and DTS updates Signed-off-by: Mike Garrett <mike.garrett@hpe.com> Change-Id: I365e1b6d1d060c131c9d7a1b0f76ef9256f0e73f
2021-08-25meta-hpe: Changes to support Yocto syntaxMike Garrett1-1/+1
Changes to support Yocto syntax changes and latest 'honister' release Signed-off-by: Mike Garrett <mike.garrett@hpe.com> Change-Id: I9cc4eb78b90d9b73bcd0440e6f6f6334fe459481
2021-03-01Remove phsophor-gpio-keys as a standalone featureJoel Stanley3-12/+0
The feature was implemented as an append to the kernel (BSP) layers in meta-phsophor. This created a three way dance between machine layers, BSP and meta-phosphor, when it should have been the kernel layer providing this feature and machines could then opt in. Fixing this means we could remove the KERNEL_DANGLING_FEATURES_WARN_ONLY workaround. As the feature is simply turning on a pair of kernel options without any other impact, we can implement it by adding the options to our defconfigs. In fact, aspeed and hpe kernel configurations enable the two kernel options: $ git grep CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig:CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig:CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig:CONFIG_KEYBOARD_GPIO=y meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig:CONFIG_KEYBOARD_GPIO=y $ git grep CONFIG_INPUT_EVDEV meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig:CONFIG_INPUT_EVDEV=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig:CONFIG_INPUT_EVDEV=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig:CONFIG_INPUT_EVDEV=y meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig:CONFIG_INPUT_EVDEV=y Other machines that wish to enable this feature should ensure it is added to their BSP's defconfig, or add it to their machine specific defconfig. Change-Id: I0726836319022f96c1d13d4a0cbd73708047302c Signed-off-by: Joel Stanley <joel@jms.id.au>
2020-09-11Fixed issue caused for the new Yocyo featureJorge Cisneros1-0/+4
(From meta-hpe rev: f42c9f4faf397a9899fc06a39af4f385867b3a5a) Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com> Change-Id: I92ff13297b1b53b8e8ec5e4dd1916acd071ad356 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-09Added new layers and new conf dl360pocJorge Cisneros5-0/+304
(From meta-hpe rev: 32ae68cd72e95760e004fa6443278e4e703535c0) Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com> Change-Id: I611c734ab19f6a5a3bded6b8979791560ced082d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>