summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ipk.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-12-10 16:30:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:18:43 +0000
commit0496ba3a9b0120eefefbc6e5f8390436f1ccb2c3 (patch)
tree590bd91d6f124c08c4dee72603c1dc9489af6b22 /meta/classes/populate_sdk_ipk.bbclass
parent4809890ae56f428413601072852e81f9a59ff891 (diff)
downloadpoky-0496ba3a9b0120eefefbc6e5f8390436f1ccb2c3.tar.gz
populate_sdk_(deb|ipk|rpm): export NATIVE_ROOT and INTERCEPT_DIR variables
In order for the postinstall scripts to have access to the recent improvements when generating the target SDK sysroot, export these variables in populate_sdk. (From OE-Core rev: 06151c34f4f4cb669b2f93ebb2f78cfecf698355) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_ipk.bbclass')
-rw-r--r--meta/classes/populate_sdk_ipk.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ipk.bbclass b/meta/classes/populate_sdk_ipk.bbclass
index 65a95e7a2b..3a5ecda268 100644
--- a/meta/classes/populate_sdk_ipk.bbclass
+++ b/meta/classes/populate_sdk_ipk.bbclass
@@ -26,6 +26,8 @@ populate_sdk_ipk() {
26 export OFFLINE_ROOT=${INSTALL_ROOTFS_IPK} 26 export OFFLINE_ROOT=${INSTALL_ROOTFS_IPK}
27 export IPKG_OFFLINE_ROOT=${INSTALL_ROOTFS_IPK} 27 export IPKG_OFFLINE_ROOT=${INSTALL_ROOTFS_IPK}
28 export OPKG_OFFLINE_ROOT=${IPKG_OFFLINE_ROOT} 28 export OPKG_OFFLINE_ROOT=${IPKG_OFFLINE_ROOT}
29 export INTERCEPT_DIR=${WORKDIR}/intercept_scripts
30 export NATIVE_ROOT=${STAGING_DIR_NATIVE}
29 31
30 package_install_internal_ipk 32 package_install_internal_ipk
31 33