From a54bab492903322e2a2495ea9576ee6b3272700a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Nystr=C3=B6m?= Date: Fri, 31 Jan 2014 10:30:01 +0100 Subject: [PATCH] nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- .../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 855fe4e6257..09e0aef8e6c 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 = "\ -- 2.47.2