]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: misc.py: Use mmd from mtools instead of syslinux
authorSaul Wold <sgw@linux.intel.com>
Mon, 23 Oct 2017 23:59:25 +0000 (16:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:23 +0000 (17:14 +0000)
mtools already provides a suite of msdos utilities, switch to this
one also.  This could allow for future changes to reduce wic's
dependecies.

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

index cc28c95fda589a9b6e521f739b72602f55748744..ee888b478ccffbadf89c25c299989c16efb376f4 100644 (file)
@@ -55,7 +55,7 @@ NATIVE_RECIPES = {"bmaptool": "bmap-tools",
                   "mkfs.vfat": "dosfstools",
                   "mksquashfs": "squashfs-tools",
                   "mkswap": "util-linux",
-                  "mmd": "syslinux",
+                  "mmd": "mtools",
                   "parted": "parted",
                   "sfdisk": "util-linux",
                   "sgdisk": "gptfdisk",