[PATCH openbmc 4/5] Use OpenBMC uboot image

OpenBMC Patches patches at stwcx.xyz
Fri Oct 9 09:43:16 AEDT 2015


From: Brad Bishop <bradleyb at us.ibm.com>

This makes all machines use the OpenBMC flash image uboot
image fstype specialization.
---
 meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index ca65285..4a800dd 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -10,6 +10,9 @@ KERNEL_IMAGETYPE ?= "cuImage"
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 UBOOT_SUFFIX ?= "bin"
-IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX}"
 
 MACHINEOVERRIDES =. "openbmc:"
+
+IMAGE_CLASSES += "obmc-phosphor-image_types_uboot"
+IMAGE_CTYPE = "gz"
+IMAGE_FSTYPES += "cpio.${IMAGE_CTYPE}.u-boot"
-- 
2.6.0




More information about the openbmc mailing list