diff options
author | hongxu <hongxu.jia@windriver.com> | 2020-04-08 18:30:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 85c30182b1669a0828af630856600f066303e2a9 (patch) | |
tree | e78c6a0e6f90cbc4fb86e72509f6c6210ab09680 /meta | |
parent | d32a0d25ef65babdef15970312a74000cef59ccd (diff) | |
download | poky-85c30182b1669a0828af630856600f066303e2a9.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: f35a6586d62a98589ef6454f36b8fbeb30029c1b)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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}" |