[oe-commits] [openembedded-core] 18/31: wic: add sfdisk to the list of utilities

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 06:55:27 UTC 2016


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

commit 398aafa185acbc7239505f7107735e93a502f6d2
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Apr 22 12:32:00 2016 +0300

    wic: add sfdisk to the list of utilities
    
    Added sfdisk -> util-linux pair to the dictionary
    executable -> recipe as sfdisk is going to be used by wic
    to set partition system id.
    
    [YOCTO #9096]
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/lib/wic/utils/oe/misc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py
index 81239ac..a3cbe5f 100644
--- a/scripts/lib/wic/utils/oe/misc.py
+++ b/scripts/lib/wic/utils/oe/misc.py
@@ -43,6 +43,7 @@ NATIVE_RECIPES = {"mcopy": "mtools",
                   "mksquashfs": "squashfs-tools",
                   "mkswap": "util-linux",
                   "parted": "parted",
+                  "sfdisk": "util-linux",
                   "sgdisk": "gptfdisk",
                   "syslinux": "syslinux"
                  }

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


More information about the Openembedded-commits mailing list