summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_deb.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_deb.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_deb.bbclass')
-rw-r--r--meta/classes/populate_sdk_deb.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass
index 48a638e0f2..e1705e7bfb 100644
--- a/meta/classes/populate_sdk_deb.bbclass
+++ b/meta/classes/populate_sdk_deb.bbclass
@@ -34,6 +34,8 @@ populate_sdk_deb () {
34 export INSTALL_PACKAGES_ATTEMPTONLY_DEB="${TOOLCHAIN_TARGET_TASK_ATTEMPTONLY}" 34 export INSTALL_PACKAGES_ATTEMPTONLY_DEB="${TOOLCHAIN_TARGET_TASK_ATTEMPTONLY}"
35 export PACKAGES_LINGUAS_DEB="" 35 export PACKAGES_LINGUAS_DEB=""
36 export INSTALL_TASK_DEB="populate_sdk-target" 36 export INSTALL_TASK_DEB="populate_sdk-target"
37 export INTERCEPT_DIR=${WORKDIR}/intercept_scripts
38 export NATIVE_ROOT=${STAGING_DIR_NATIVE}
37 39
38 package_install_internal_deb 40 package_install_internal_deb
39 41