[oe-commits] [openembedded-core] 32/122: wic: misc.py: Use mmd from mtools instead of syslinux

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:25:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 493bbd9ae773d0713db9782b434ce9543e2266f3
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: 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.
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 scripts/lib/wic/misc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list