summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-fsp2
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-ibm: prep for new override syntaxAdriana Kobylak2-3/+3
Change-Id: I9116ed7260e369136acb39eec15075db2d4dbeba Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-03-01Remove phsophor-gpio-keys as a standalone featureJoel Stanley1-1/+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>
2019-05-09meta-fsp2: layer.conf: change BBFILE_PATTERNBrad Bishop1-1/+1
Use the immmediate expansion operator when setting BBFILE_PATTERN. This makes meta-fsp2 consistent with all the layers in meta-openembedded. (From meta-ibm rev: a44ea07451e667912a6d99d56d4ae61df92b282d) Change-Id: Ib2d0daaca371b9c2a837b601a257e498d236688c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28fsp2: add bsp(u-boot) recipeIvan Mikhaylov3-4/+13
changing dummy u-boot settings on working u-boot version for fsp2 on ppc476. for local compile/deploy action can be used with bitbake -c compile -f u-boot-fsp2 bitbake -c deploy -f u-boot-fsp2 (From meta-ibm rev: ae980a856d3fdeb02231e3ef4e4ec12d27da0424) Change-Id: I55dd1e8dedc7b4805d50f2f68f7198281bf14495 Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28add uImage kernel-imagetype for fsp2Ivan Mikhaylov1-0/+1
in a63de4a41 uimage class was added for fsp2 board but that was not enough to make an uImage binary. (From meta-ibm rev: 352cb32746d3b8cf72948bdd1f6fd4cc89c7c80e) Change-Id: I83af8fa4987e9c452e6ee46a36d10dd03fb3f362 Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28fsp2: move to 4.17.18Ivan Mikhaylov3-6/+6
Bump the linux kernel version to 4.17.18 which includes fix for the secuirity vulnerability in #3359. (From meta-ibm rev: 122f4e781fbcd81e83a18723d47af9c3d492c9a7) Change-Id: I37cb893989cdc924f7905bb915d9111e4ac6631d Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24meta-ibm: Rename bb file collectionsBrad Bishop1-1/+1
Typical upstream layers have a -layer suffix. Rename collections from foo to foo-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer (From meta-ibm rev: 32478afb0f68ba711b816d1dbaecf379c67cc928) Change-Id: I5c22956cf289263d5cef1e3c1babb2d1f5a10a3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Move board support packages to top levelDave Cobbley9-0/+275
The new subtree paradigm has moved the meta-bsp layers to the top level Change-Id: Ic4f64c39465be699bed3649e125e027d17daf938 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>