generic-poky/meta
Mark Hatle 98558405bf image.bbclass: The wrong name is being used for the debug filesystem
[YOCTO #9487]

The debug filesystem file name is ending in "debug_tar", it should be simply
"tar".  Strip the "debug_" piece as necessary.

To avoid deleting the tar ball, when we've asked for just the tarball we need
to check 't' and not 'realt'.

The two hunks were suggested by RP.  I've implemented and verify they work
with the settings:

PACKAGE_CLASSES = "package_rpm"
IMAGE_GEN_DEBUGFS = '1'

IMAGE_FSTYPES_DEBUGFS = "tar.bz2"

IMAGE_FSTYPES_DEBUGFS = "tar.gz"

and

IMAGE_FSTYPES_DEBUGFS = "tar"

(From OE-Core rev: ca088bebfc3603ef206b20501916019f0572f955)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-04-19 21:11:25 +01:00
..
classes image.bbclass: The wrong name is being used for the debug filesystem 2016-04-19 21:11:25 +01:00
conf toasterconf.json: Update for krogoth release 2016-04-18 16:49:28 +01:00
files ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit test 2016-04-18 16:28:21 +01:00
lib oetest: make console output more verbose 2016-04-18 16:28:22 +01:00
recipes-bsp meta: remove redundant ac_cv_sizeof_off_t assignments 2016-04-12 22:50:21 +01:00
recipes-connectivity dhcp: CVE-2016-2774 2016-04-18 16:28:22 +01:00
recipes-core buildtools-tarball: set INHIBIT_DEFAULT_DEPS 2016-04-19 21:11:24 +01:00
recipes-devtools git: update to 2.7.4 2016-04-19 21:11:24 +01:00
recipes-extended images: zero out the rootfs_extra_space in initramfs images 2016-04-18 16:28:21 +01:00
recipes-gnome epiphany: Depend on intltool-native for configure 2016-04-03 15:51:34 +01:00
recipes-graphics xf86-video-omapfb: remove EXTRA_OECONF_armv7a 2016-04-19 21:11:24 +01:00
recipes-kernel perf: pass DESTDIR in EXTRA_OEMAKE 2016-04-19 21:11:24 +01:00
recipes-lsb4 libpng12: Handle no static libs 2016-02-15 16:28:46 +00:00
recipes-multimedia meta: remove redundant ac_cv_sizeof_off_t assignments 2016-04-12 22:50:21 +01:00
recipes-rt rt-tests: Fix build with non-gcc compilers 2016-01-24 09:40:28 +00:00
recipes-sato matchbox-keyboard: Hide desktop launcher 2016-04-14 10:58:33 +01:00
recipes-support ca-certificates: support Toybox 2016-04-18 16:28:23 +01:00
site meta/site: remove sizeof_off_t 2016-04-12 22:50:21 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt qt4: remove recipes and classes 2016-01-07 13:40:14 +00:00