mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4809890ae5
commit
0496ba3a9b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user