[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 22:32:57 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: a54bab492903322e2a2495ea9576ee6b3272700a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a54bab492903322e2a2495ea9576ee6b3272700a

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Fri Jan 31 10:30:01 2014 +0100

nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

Adding ability to use postinstalls intercepts in the nativesdk env, and
making sure the correlate between repo + 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 at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 855fe4e..09e0aef 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
     nativesdk-shadow \
     nativesdk-makedevs \
     nativesdk-smartpm \
+    nativesdk-postinst-intercept \
     "
 
 RDEPENDS_${PN}_darwin = "\



More information about the Openembedded-commits mailing list