[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8154/8267] wic: misc.py: Use mmd from mtools instead of syslinux



commit d40531211c8e9bdd464c4876d87141ce2de1fe23
Author: Saul Wold <sgw linux intel com>
Date:   Mon Oct 23 16:59:25 2017 -0700

    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.
    
    (From OE-Core rev: 493bbd9ae773d0713db9782b434ce9543e2266f3)
    
    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>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 cc28c95..ee888b4 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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]