summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf/machine/include
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-22 14:49:25 -0400
committerPatrick Williams <patrick@stwcx.xyz>2017-08-01 19:02:12 +0000
commit97cce000ece7fbe9b1fcebd8b265e978f826fff5 (patch)
tree75d1a0335d1c31ab2d5cb424679fa22f2228845d /meta-phosphor/conf/machine/include
parent8bf414ab205abd0e38261558d03861868cef3d8d (diff)
downloadtalos-openbmc-97cce000ece7fbe9b1fcebd8b265e978f826fff5.tar.gz
talos-openbmc-97cce000ece7fbe9b1fcebd8b265e978f826fff5.zip
overlay: remove OBMC_PHOSPHOR_IMAGE_OVERLAY
Solve the problem resulting in the addition of this variable differently, such that it can be removed and image type selection can be selected in the standard way using IMAGE_FSTYPES. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ice94e8f278f00b8b4d344244bfb87dddeb173a23
Diffstat (limited to 'meta-phosphor/conf/machine/include')
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index f4649e38a..03e73b340 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -10,12 +10,9 @@ UBOOT_SUFFIX ?= "bin"
MACHINEOVERRIDES =. "openbmc:"
-OBMC_PHOSPHOR_IMAGE_OVERLAY= "1"
-IMAGE_FSTYPES += "cpio.${INITRAMFS_CTYPE}.u-boot"
+IMAGE_FSTYPES += "cpio.${INITRAMFS_CTYPE}.u-boot overlay"
OBMC_IMAGE_EXTRA_INSTALL_append = " u-boot-fw-utils"
-IMAGE_CLASSES += "image_types_uboot"
-
INITRAMFS_CTYPE ?= "lzma"
INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE}"
INITRAMFS_IMAGE = "obmc-phosphor-initramfs"
OpenPOWER on IntegriCloud