From 97cce000ece7fbe9b1fcebd8b265e978f826fff5 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sat, 22 Jul 2017 14:49:25 -0400 Subject: 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 Change-Id: Ice94e8f278f00b8b4d344244bfb87dddeb173a23 --- meta-phosphor/classes/obmc-phosphor-image.bbclass | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-phosphor/classes/obmc-phosphor-image.bbclass') diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass index 4758c8a4a..9b0a547e6 100644 --- a/meta-phosphor/classes/obmc-phosphor-image.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass @@ -95,14 +95,6 @@ CORE_IMAGE_EXTRA_INSTALL_append = " bash \ OBMC_IMAGE_EXTRA_INSTALL ?= "" -def image_overlay_enabled(d, ifEnabledStr): - if d.getVar('OBMC_PHOSPHOR_IMAGE_OVERLAY', True) != "1": - return "" - return ifEnabledStr - -IMAGE_FSTYPES += "${@image_overlay_enabled(d, "overlay")}" -inherit ${@image_overlay_enabled(d, "image-overlay")} - do_image_complete[depends] += "obmc-phosphor-debug-tarball:do_image_complete" # The /etc/version file is misleading and not useful. Remove it. -- cgit v1.2.3