All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot
@ 2014-01-22 15:48 David Nyström
  2014-01-22 18:08 ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: David Nyström @ 2014-01-22 15:48 UTC (permalink / raw)
  To: openembedded-core

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>
---
 .../packagegroups/packagegroup-core-standalone-sdk-target.bb             | 1 +
 1 file changed, 1 insertion(+)

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 \
     "
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-23 10:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 15:48 [PATCH] packagegroup-core-standalone-sdk-target: Add qemuwrapper-cross to target sysroot David Nyström
2014-01-22 18:08 ` Otavio Salvador
2014-01-22 18:15   ` David Nyström
2014-01-22 18:24     ` Otavio Salvador
2014-01-22 18:29       ` David Nyström
2014-01-22 18:33         ` Otavio Salvador
2014-01-23  8:26           ` David Nyström
2014-01-23 10:52             ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.