summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-image.bbclass
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-08-05 23:05:41 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-08-10 20:55:10 +0300
commitfb66241ac8fc487610a80a40e297ad1434f71354 (patch)
treeb2f7f2b589aade7a5c28ce3e0e6d42f9828167f6 /meta-phosphor/classes/obmc-phosphor-image.bbclass
parentc22ddf1d95851e64aba1dfac1ac0563fbad9c785 (diff)
downloadopenbmc-fb66241ac8fc487610a80a40e297ad1434f71354.tar.xz
obmc-phosphor-image: Enable debug tarball
Change-Id: Ic7491464ef5acf39ad36b03178aa715c244a5329 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/classes/obmc-phosphor-image.bbclass')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-image.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass
index 2d97cdef6..f1714cac5 100644
--- a/meta-phosphor/classes/obmc-phosphor-image.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -55,3 +55,5 @@ def image_overlay_enabled(d, 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"