diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-10-23 16:59:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 13:54:45 +0000 |
commit | 13851100b81ce901069ef167d6b9b0faedb3f466 (patch) | |
tree | a5a78831587276a5a41171b9820fda78d6a3a656 | |
parent | dca43c557449d3765fec9f8d159d5c9e4ea8b0cb (diff) | |
download | openembedded-core-13851100b81ce901069ef167d6b9b0faedb3f466.tar.gz openembedded-core-13851100b81ce901069ef167d6b9b0faedb3f466.tar.bz2 openembedded-core-13851100b81ce901069ef167d6b9b0faedb3f466.zip |
wic: misc.py: Use mmd from mtools instead of syslinux
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>
-rw-r--r-- | scripts/lib/wic/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py index cc28c95fda..ee888b478c 100644 --- a/scripts/lib/wic/misc.py +++ b/scripts/lib/wic/misc.py @@ -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", |