mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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] (From OE-Core rev: 90df6758a9f8753c646b129aa912e3849bf4c987) Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
422e16fae3
commit
52c25b03ec
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user