diff options
author | hongxu <hongxu.jia@windriver.com> | 2020-04-08 18:30:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 08:45:31 +0100 |
commit | 7ad39607acf70e202b02b9ae9d21774bb9a240e0 (patch) | |
tree | 38b32bec9150e1f245f64cad9ffd492ef18c5d9f /meta/recipes-core | |
parent | 2032c0262728cf9c8c731d41f49685b3de210859 (diff) | |
download | poky-7ad39607acf70e202b02b9ae9d21774bb9a240e0.tar.gz |
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
(From OE-Core rev: 605c81ff90760cdf4a1247df777d5ce8e12d6f6f)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ?= "\ | |||
26 | nativesdk-libnss-nis \ | 26 | nativesdk-libnss-nis \ |
27 | nativesdk-rpcsvc-proto \ | 27 | nativesdk-rpcsvc-proto \ |
28 | nativesdk-patch \ | 28 | nativesdk-patch \ |
29 | nativesdk-mtools \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" | 32 | MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" |