]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-extract-sdk: allow install debugfs on rootfs
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 30 May 2018 09:03:49 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 09:40:33 +0000 (10:40 +0100)
commitfdd2fca2257172251ffb0fbc6dcd60bed01ee0f0
treeb3126da61031c1f9975e009056b30990cf12fbad
parentc82968498e57fb726b299ff4fff2b61e92e22063
runqemu-extract-sdk: allow install debugfs on rootfs

Usually, the debugfs' (-dbg.tar.*) work follow is:
1) Install regular rootfs to dir_foo
2) Install debugfs (-dbg.tar.*) to the same dir_foo

So we need to allow installing the debugfs on top of the rootfs.

(From OE-Core rev: c54147b286d72d7c4f8ca55a5a62f5d27bd5364a)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/runqemu-extract-sdk