]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-extract-sdk: fix install debugfs on rootfs
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Mon, 6 Apr 2020 14:48:33 +0000 (16:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Apr 2020 15:34:06 +0000 (16:34 +0100)
commite5fb903db308c508fc44bada89fd0210810301a9
tree86b66c400357dbc4d703c9def0d771d9bbe7e09c
parent4292387ef6c4e80428bad6a07c844a288b27d9a1
runqemu-extract-sdk: fix install debugfs on rootfs

At least with my current setup and acc. the manual, the images are named
like image-dbg.rootfs.tar.bz2.

The filter has two bugs:
- expects something like -dbg.tar
- tar without compression suffix is not allowed

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-extract-sdk