From: hongxu Date: Wed, 8 Apr 2020 10:30:15 +0000 (+0800) Subject: buildtools-tarball: add nativesdk-mtools for `wic ls' X-Git-Tag: 2020-04.1-dunfell~103 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=605c81ff90760cdf4a1247df777d5ce8e12d6f6f;p=openembedded-core.git buildtools-tarball: add nativesdk-mtools for `wic ls' On ubuntu 18.04.1, it does not provides `mdir' by default which caused `wic ls **.wic' failed on fat partition ... $ wic ls build/tmp-glibc/deploy/images/xilinx-zynqmp/wrlinux-image-std-xilinx-zynqmp.wic ERROR: Can't find executable 'mdir' ... Add nativesdk-mtools to buildtools-tarball and use buildtools to provide mdir Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index aa55cde84a..977b6a5e1d 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -26,6 +26,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-libnss-nis \ nativesdk-rpcsvc-proto \ nativesdk-patch \ + nativesdk-mtools \ " MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"