]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot
authorDavid Nyström <david.c.nystrom@gmail.com>
Wed, 22 Jan 2014 15:48:51 +0000 (16:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 12:34:07 +0000 (12:34 +0000)
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.

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb

index 57480b970b29709fa55742504624c8f9a5bb412f..3325ef672ef9da3705c686f5e0c0357857e8263c 100644 (file)
@@ -18,4 +18,5 @@ RDEPENDS_${PN} = "\
     libstdc++ \
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \
+    qemuwrapper-cross \
     "