commit | fb66241ac8fc487610a80a40e297ad1434f71354 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 05 15:05:41 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 17:55:10 2016 +0000 |
tree | b2f7f2b589aade7a5c28ce3e0e6d42f9828167f6 | |
parent | c22ddf1d95851e64aba1dfac1ac0563fbad9c785 [diff] |
obmc-phosphor-image: Enable debug tarball Change-Id: Ic7491464ef5acf39ad36b03178aa715c244a5329 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass index 2d97cde..f1714ca 100644 --- a/meta-phosphor/classes/obmc-phosphor-image.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -55,3 +55,5 @@ 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"