summaryrefslogtreecommitdiff
path: root/meta-hpe
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Remove redundant code to set root passwordJoseph Reynolds1-5/+1
Background: The OpenBmc project default root account password is set in meta-phosphor/conf/distro/include/phosphor-defaults.inc and can be customized in each layer's local.conf file. Many of these local.conf.sample files had redundant code to set the password, which probably should not have been there. Removing them allows the defaults in phosphor-defaults.inc to take effect. Tested: No. Only meta-ibm was tested. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I76dce00d269d7afa005d7bcfd63f846d3cf45596
2021-06-07treewide: Remove obsolete image-mklibs classWilliam A. Kennington III1-2/+1
This is apparently not actually working anymore and is removed in the next poky update. Change-Id: Ia1c6a258d124a4a30a14fc42e8e0bba95e64faeb Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-06hardknott: yocto releaseAndrew Geissler3-3/+3
Latest upstream yocto has moved on to the 3.3 hardknott release Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ieae36798d66d21c2c642931f06407d3bb2acf163
2021-03-22openbmc: add meta-security layerAnton D. Kachalov1-0/+2
This layer provides libseccomp. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I84513d56f2ed75fab49043196b98ef8b858e394f
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>
2021-01-13Change Owners Plugin in meta-hpeEd Tanous1-3/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. Some commits pointed out that we should identify by email instead of name. This commit changes the existing owners to use email instead of name. (From meta-hpe rev: 12b5fa18c5da9e206df8ddf53128e92796454d28) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ic508638ebb8cb7fea5064eaeebc67c148cc2c4e4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-08Add Owners Plugin to meta-hpeEd Tanous1-0/+4
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-hpe rev: 1dc5806499282d53f20ddf4ceb443416d6fa333b) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I194b780b015e063f6d49eb32faacbe2f934ce139 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-30meta-hpe: update Yocto compat for gatesgarthPatrick Williams2-2/+2
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-hpe rev: 8a63411fb4d67d675f4ad3790ecbb1d2ec078bea) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I730e1762c251a9977814b2593850f32cc09b3377 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05Removed 2 names from the list of MaintainersJorge Cisneros1-2/+0
(From meta-hpe rev: fd63049b884c3faa8e0c715a62b38266218cdc70) Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com> Change-Id: I4faaadd3959cf83d4d67d5bcef1d7259af385d5c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05meta-hpe: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). (From meta-hpe rev: bd9e1ac37e64df602226aa0d6c5e205d8d19d84c) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03dbb43228ed250642b976f9aa55b6ab4d40d54f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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 Cisneros28-0/+2152
(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>
2020-09-09Initial commit to support HPE DL360 POC servers.Jorge Cisneros5-0/+311
Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I71fe33468398ca0b736fa5690c480a031a903d6a