]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: misc.py: Added more mtools binaries
authorSaul Wold <sgw@linux.intel.com>
Mon, 23 Oct 2017 23:59:24 +0000 (16:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:45 +0000 (13:54 +0000)
This fixes the issue that if you don't have mtools installed on the host
thus causing host contamination, that the correct binaries would be selected
from the native sysroot.

[YOCTO #12173]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/misc.py

index 0792480f86944ed8ff20b4d9562cac65fe47114d..cc28c95fda589a9b6e521f739b72602f55748744 100644 (file)
@@ -43,6 +43,9 @@ NATIVE_RECIPES = {"bmaptool": "bmap-tools",
                   "grub-mkimage": "grub-efi",
                   "isohybrid": "syslinux",
                   "mcopy": "mtools",
+                  "mdel" : "mtools",
+                  "mdeltree" : "mtools",
+                  "mdir" : "mtools",
                   "mkdosfs": "dosfstools",
                   "mkisofs": "cdrtools",
                   "mkfs.btrfs": "btrfs-tools",