From cc583b20a8d924f2c0c9754b71740449762d7391 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Wed, 22 Jan 2014 16:48:51 +0100 Subject: packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- .../packagegroups/packagegroup-core-standalone-sdk-target.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/packagegroups') 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 57480b970b..3325ef672e 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 \ " -- cgit 1.2.3-korg