commit | 115f49a665cf26aae91e1f815081bbcd4c404423 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Aug 08 21:37:12 2022 +0930 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Aug 09 13:02:03 2022 +0000 |
tree | 4ca092f83d95d262ec16f24f458999bcd64bf404 | |
parent | 0e55efd51ba14135c6d47f136cef9398f4b2e446 [diff] |
meta-ibm: p10bmc: Rename otptool config Better communicate whose P10 systems are the target of the configuration. Change-Id: I561750df9b32512753d9ce644088c2130ebb6a55 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/a3.json b/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ibm.json similarity index 100% rename from meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/a3.json rename to meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ibm.json
diff --git a/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend b/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend index 12e9f88..c323789 100644 --- a/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend +++ b/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend
@@ -1,8 +1,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append:p10bmc = " file://a3.json file://keys/" +SRC_URI:append:p10bmc = " file://ibm.json file://keys/" -OTPTOOL_CONFIGS:p10bmc = "${WORKDIR}/a3.json" +OTPTOOL_CONFIGS:p10bmc = "${WORKDIR}/ibm.json" OTPTOOL_KEY_DIR:p10bmc = "${WORKDIR}/keys/" # !!! Do not copy p10bmc's use of little-endian key ordering !!!