From: Chang Rebecca Swee Fun Date: Thu, 11 Jan 2018 14:55:23 +0000 (+0800) Subject: classes/populate_sdk_ext: support wic in eSDK X-Git-Tag: uninative-1.8~686 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=90df6758a9f8753c646b129aa912e3849bf4c987;p=openembedded-core.git classes/populate_sdk_ext: support wic in eSDK Make 'wic' image creation tool/command available in eSDK environment. This would allow eSDK users to manipulate images within eSDK environment. [YOCTO #12177] Signed-off-by: Chang Rebecca Swee Fun Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index eabc365300..4f7100dd7e 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass @@ -533,7 +533,7 @@ def get_sdk_required_utilities(buildtools_fn, d): install_tools() { install -d ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk} - scripts="devtool recipetool oe-find-native-sysroot runqemu*" + scripts="devtool recipetool oe-find-native-sysroot runqemu* wic" for script in $scripts; do for scriptfn in `find ${SDK_OUTPUT}/${SDKPATH}/${scriptrelpath} -maxdepth 1 -executable -name "$script"`; do lnr ${scriptfn} ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/`basename $scriptfn`