diff options
Diffstat (limited to 'meta/classes/populate_sdk_ipk.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ipk.bbclass | 2 |
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 | ||