summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf/machine
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2017-01-11 17:33:47 -0800
committerPatrick Williams <patrick@stwcx.xyz>2017-01-25 03:57:57 +0000
commit1ed6fe335cda50cf60b7afddbe530077a1b25d27 (patch)
tree4202a99a3ad3ecc19d29834561e1aea149bfa13a /meta-phosphor/conf/machine
parent578589a02c7f8c43b1c57cb7b90d498ae0ed7514 (diff)
downloadtalos-openbmc-1ed6fe335cda50cf60b7afddbe530077a1b25d27.tar.gz
talos-openbmc-1ed6fe335cda50cf60b7afddbe530077a1b25d27.zip
image-overlay: Include initramfs in kernel FIT
Instead of packaging the initramfs separately in the flash image, use the FIT image that includes kernel+fdt+initramfs. Change-Id: I0a3315cfc635acbfaf7b603f5dca7da1ddeae1c1 Signed-off-by: Rick Altherr <raltherr@google.com>
Diffstat (limited to 'meta-phosphor/conf/machine')
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index f2c9247c3..988a8963b 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -20,7 +20,7 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " u-boot-fw-utils"
IMAGE_CLASSES += "image_types_uboot"
INITRAMFS_CTYPE ?= "lzma"
-INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE} cpio.${INITRAMFS_CTYPE}.u-boot"
+INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE}"
INITRAMFS_IMAGE = "obmc-phosphor-initramfs"
MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
OpenPOWER on IntegriCloud