summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
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/classes/obmc-phosphor-debug-tarball.bbclass
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/classes/obmc-phosphor-debug-tarball.bbclass')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
index 0e5dbd2d3..a7d2dc49b 100644
--- a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
@@ -1,7 +1,11 @@
+# IMAGE_FSTYPES must appear before image.bbclass
+# is inherited otherwise image.bbclass will inherit
+# "live" image fstypes that we don't want.
+IMAGE_FSTYPES = "tar.xz"
+
inherit image
inherit obmc-phosphor-license
-IMAGE_FSTYPES = "tar.xz"
IMAGE_INSTALL_append = " busybox packagegroup-obmc-phosphor-debugtools"
# Override from image_types.bbclass to restrict tarball to /usr tree.
OpenPOWER on IntegriCloud