diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-18 19:17:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:18 +0000 |
commit | 349dbad11df9cb793543d22b38234d38cb5a3ea3 (patch) | |
tree | 2a5737d571c49c6425e38cd6dce9bf5307746722 | |
parent | 4ab4e155f87cf0d69dcd67f41a411c383e41a6ac (diff) | |
download | poky-349dbad11df9cb793543d22b38234d38cb5a3ea3.tar.gz |
wic: fixed recipe name
Renamed grub-efi-native -> grub-efi in NATIVE_RECIPES
dictionary as '-native' suffix is added to the recipe name in
the code.
(From OE-Core rev: cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | scripts/lib/wic/utils/oe/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index 727d519840..445109a03d 100644 --- a/scripts/lib/wic/utils/oe/misc.py +++ b/scripts/lib/wic/utils/oe/misc.py | |||
@@ -36,7 +36,7 @@ from wic.utils import runner | |||
36 | 36 | ||
37 | # executable -> recipe pairs for exec_native_cmd | 37 | # executable -> recipe pairs for exec_native_cmd |
38 | NATIVE_RECIPES = {"bmaptool": "bmap-tools", | 38 | NATIVE_RECIPES = {"bmaptool": "bmap-tools", |
39 | "grub-mkimage": "grub-efi-native", | 39 | "grub-mkimage": "grub-efi", |
40 | "isohybrid": "syslinux", | 40 | "isohybrid": "syslinux", |
41 | "mcopy": "mtools", | 41 | "mcopy": "mtools", |
42 | "mkdosfs": "dosfstools", | 42 | "mkdosfs": "dosfstools", |