]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: fixed recipe name
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 18 Jan 2017 17:17:34 +0000 (19:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:51 +0000 (12:03 +0000)
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>
scripts/lib/wic/utils/oe/misc.py

index 727d51984072259d5b6ce9507c870210d8d4f736..445109a03deaa5526532c22af6acd3621e6dca41 100644 (file)
@@ -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",