summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-31 12:17:28 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-05-22 02:11:24 +0000
commit3e37d38f660dd30f74db230056312bc279810441 (patch)
treea45faa1bcd93034591ad8a9b9d8d02ad5ca2d8c9 /meta-phosphor/classes
parent0775aa4fdfec4a40e2fdc993121b0807f7120521 (diff)
downloadtalos-openbmc-3e37d38f660dd30f74db230056312bc279810441.tar.gz
talos-openbmc-3e37d38f660dd30f74db230056312bc279810441.zip
image_types_phosphor: Add UBOOT_SUFFIX default
Do not rely on the base configuration to set this. Change-Id: I537f08a1834fb2d2a5fd2f73ca73cfc0566464cb Tested: Built a witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/image_types_phosphor.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/classes/image_types_phosphor.bbclass b/meta-phosphor/classes/image_types_phosphor.bbclass
index 441d87fb3..97b0bafce 100644
--- a/meta-phosphor/classes/image_types_phosphor.bbclass
+++ b/meta-phosphor/classes/image_types_phosphor.bbclass
@@ -48,6 +48,8 @@ SIGNING_KEY ?= "${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv"
INSECURE_KEY = "${@'${SIGNING_KEY}' == '${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv'}"
SIGNING_KEY_DEPENDS = "${@oe.utils.conditional('INSECURE_KEY', 'True', 'phosphor-insecure-signing-key-native:do_populate_sysroot', '', d)}"
+UBOOT_SUFFIX ?= "bin"
+
python() {
# Compute rwfs LEB count and LEB size.
page_size = d.getVar('FLASH_PAGE_SIZE', True)
OpenPOWER on IntegriCloud