diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-04-22 12:32:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:44 +0100 |
commit | e6a523286ee6ad4bfc21d76c0136ea1e9428cf24 (patch) | |
tree | 4ec45c9727dfb15719dde01b11be0bf4c41429f4 /scripts | |
parent | a48630b12afa733040953768f086c949796e8f2c (diff) | |
download | poky-e6a523286ee6ad4bfc21d76c0136ea1e9428cf24.tar.gz |
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]
(From OE-Core rev: 398aafa185acbc7239505f7107735e93a502f6d2)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/utils/oe/misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index 81239ac357..a3cbe5f1e2 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", | |||
43 | "mksquashfs": "squashfs-tools", | 43 | "mksquashfs": "squashfs-tools", |
44 | "mkswap": "util-linux", | 44 | "mkswap": "util-linux", |
45 | "parted": "parted", | 45 | "parted": "parted", |
46 | "sfdisk": "util-linux", | ||
46 | "sgdisk": "gptfdisk", | 47 | "sgdisk": "gptfdisk", |
47 | "syslinux": "syslinux" | 48 | "syslinux": "syslinux" |
48 | } | 49 | } |