[PATCH openbmc] Build a tftpboot friendly image.

OpenBMC Patches openbmc-patches at stwcx.xyz
Fri Apr 22 07:20:29 AEST 2016


From: Brad Bishop <bradleyb at fuzziesquirrel.com>

Build a rootfs cpio uimage with everything along with the other
images.
---
 meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 60ed088..260cc90 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -14,6 +14,7 @@ UBOOT_SUFFIX ?= "bin"
 MACHINEOVERRIDES =. "openbmc:"
 
 IMAGE_FSTYPES += "overlay"
+IMAGE_FSTYPES += "cpio.${INITRAMFS_CTYPE}.u-boot"
 IMAGE_INSTALL += "u-boot-fw-utils"
 
 IMAGE_CLASSES += "obmc-phosphor-image_types_uboot"
-- 
2.8.1




More information about the openbmc mailing list