]> 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>
Sun, 3 Jun 2018 15:53:28 +0000 (16:53 +0100)
commitc54147b286d72d7c4f8ca55a5a62f5d27bd5364a
tree36997a2f2e941cf8952aac0cb8ae6c69bca14974
parentf6d85426e48d458d0835d4fd3314ce53ab92bd38
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.

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