From 06151c34f4f4cb669b2f93ebb2f78cfecf698355 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 10 Dec 2012 16:30:03 +0200 Subject: 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. Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- meta/classes/populate_sdk_ipk.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/populate_sdk_ipk.bbclass') 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() { export OFFLINE_ROOT=${INSTALL_ROOTFS_IPK} export IPKG_OFFLINE_ROOT=${INSTALL_ROOTFS_IPK} export OPKG_OFFLINE_ROOT=${IPKG_OFFLINE_ROOT} + export INTERCEPT_DIR=${WORKDIR}/intercept_scripts + export NATIVE_ROOT=${STAGING_DIR_NATIVE} package_install_internal_ipk -- cgit v1.2.3