summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
diff options
context:
space:
mode:
authorDavid Nyström <david.c.nystrom@gmail.com>2014-01-22 16:48:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 12:34:11 +0000
commit6eaf5b8525503b57ef1b29fd4e4147488c34eb77 (patch)
tree1f180e2fa143306bd89fa4d991c35ea82bdf8dfd /meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
parent7bbaf8b14956af5058c5f96bcb858fb1171e45e2 (diff)
downloadast2050-yocto-poky-6eaf5b8525503b57ef1b29fd4e4147488c34eb77.zip
ast2050-yocto-poky-6eaf5b8525503b57ef1b29fd4e4147488c34eb77.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
index 57480b9..3325ef6 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
@@ -18,4 +18,5 @@ RDEPENDS_${PN} = "\
libstdc++ \
libstdc++-dev \
${LIBC_DEPENDENCIES} \
+ qemuwrapper-cross \
"
OpenPOWER on IntegriCloud