From 5b4fe8b48645275d96a932bcfb77e8c0fc7468ad Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sat, 24 Mar 2018 00:59:19 -0400 Subject: Remove u-boot-fw-utils from IMAGE_INSTALL Install u-boot-fw-utils via dependency, rather than explicitly attempting to include it in all images. Tested: Built witherspoon, qemux86 images Change-Id: I371cb4b848d67d75816a6d0d3b35bc7615f2ec39 Signed-off-by: Brad Bishop --- meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc index 648eb9327..c402904f9 100644 --- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc +++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc @@ -14,7 +14,6 @@ IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', \ 'obmc-ubi-fs', \ 'mtd-ubi mtd-ubi-tar', \ 'mtd-static mtd-static-tar mtd-static-alltar', d)}" -OBMC_IMAGE_EXTRA_INSTALL_append = " u-boot-fw-utils" INITRAMFS_CTYPE ?= "lzma" INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE}" -- cgit v1.2.3