commit | 9c7fd7172444cfa4d0b243a8be741ac38e123eaa | [log] [tgz] |
---|---|---|
author | Charles Kearney <charles.kearney@hpe.com> | Tue May 30 11:26:20 2023 -0500 |
committer | Jean-Marie Verdun <jean-marie.verdun@hpe.com> | Wed Jul 05 17:13:03 2023 +0000 |
tree | d9bcbc51a84f30122fb9ba58fe74bd056e981d31 | |
parent | 838105d85d2e024628ab43e1d87d76027903df81 [diff] |
meta-hpe: rl300-g11 add specific u-boot-gxp bbappend Change-Id: I61fdcaab29a0bcad9f51d3c51bc67401b9356af9 Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
diff --git a/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf b/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf index 1f27f8c..0fe0a4c 100644 --- a/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf +++ b/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf
@@ -1,9 +1,9 @@ KERNEL_DEVICETREE = "gxp.dtb" +UBOOT_MACHINE = "gxp_defconfig" + require conf/machine/include/gxp.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/hpe.inc -#PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "dl360poc-led-manager-config-native" - VIRTUAL-RUNTIME_obmc-fan-control ?= "phosphor-pid-control"
diff --git a/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb b/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb index daf5a2c..8f37dc3 100644 --- a/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb +++ b/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb
@@ -3,9 +3,6 @@ SRC_URI += "file://fw_env.config" SRC_URI += "file://alt_fw_env.config" -# FIXME - Get fw_printenv/fw_setenv tool -UBOOT_MACHINE ?= "gxp_defconfig" - SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" DEPENDS += "mtd-utils"
diff --git a/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf b/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf index ad6922a..91752b8 100644 --- a/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf +++ b/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf
@@ -1,5 +1,7 @@ KERNEL_DEVICETREE = "gxp.dtb" +UBOOT_MACHINE = "gxp2_defconfig" + require conf/machine/include/gxp.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/hpe.inc