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:03:51 +0000 |
commit | cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7 (patch) | |
tree | 1197e495f10fc2be9118f6746c050c86e61928e0 /scripts | |
parent | 03e051d594f285ea3c014d45e9b30028e683c602 (diff) | |
download | openembedded-core-cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7.tar.gz openembedded-core-cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7.tar.bz2 openembedded-core-cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7.zip |
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.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'scripts')
-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 # executable -> recipe pairs for exec_native_cmd NATIVE_RECIPES = {"bmaptool": "bmap-tools", - "grub-mkimage": "grub-efi-native", + "grub-mkimage": "grub-efi", "isohybrid": "syslinux", "mcopy": "mtools", "mkdosfs": "dosfstools", |