diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2014-01-31 10:30:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:34:33 +0000 |
commit | a54bab492903322e2a2495ea9576ee6b3272700a (patch) | |
tree | 517b891cf34c7dfb356c80b47b8da258edbf86eb | |
parent | 5d5ef0f5620ec525491c53e8457e7c65c226bfb4 (diff) | |
download | openembedded-core-a54bab492903322e2a2495ea9576ee6b3272700a.tar.gz openembedded-core-a54bab492903322e2a2495ea9576ee6b3272700a.tar.bz2 openembedded-core-a54bab492903322e2a2495ea9576ee6b3272700a.zip |
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@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 855fe4e625..09e0aef8e6 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 = "\ |