mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot
Some postinstall scripts use the qemuwrapper script, so to be able to offline install these packages outside of the bitbake environment, this script needs to be exposed also in the SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples. (From OE-Core rev: cc583b20a8d924f2c0c9754b71740449762d7391) Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7bbaf8b149
commit
6eaf5b8525
@@ -18,4 +18,5 @@ RDEPENDS_${PN} = "\
|
||||
libstdc++ \
|
||||
libstdc++-dev \
|
||||
${LIBC_DEPENDENCIES} \
|
||||
qemuwrapper-cross \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user