diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/isoimage-isohybrid.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py b/scripts/lib/wic/plugins/source/isoimage-isohybrid.py index 15fd858d22..a8a5dc0a59 100644 --- a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py +++ b/scripts/lib/wic/plugins/source/isoimage-isohybrid.py | |||
| @@ -336,15 +336,12 @@ class IsoImagePlugin(SourcePlugin): | |||
| 336 | 336 | ||
| 337 | if not os.path.isfile("%s/EFI/BOOT/%s" \ | 337 | if not os.path.isfile("%s/EFI/BOOT/%s" \ |
| 338 | % (bootimg_dir, grub_image)): | 338 | % (bootimg_dir, grub_image)): |
| 339 | grub_path = get_bitbake_var("STAGING_LIBDIR") | 339 | grub_path = get_bitbake_var("STAGING_LIBDIR", "wic-tools") |
| 340 | if not grub_path: | 340 | if not grub_path: |
| 341 | msger.error("Couldn't find STAGING_LIBDIR, exiting.\n") | 341 | msger.error("Couldn't find STAGING_LIBDIR, exiting.\n") |
| 342 | 342 | ||
| 343 | grub_core = "%s/grub/%s" % (grub_path, grub_target) | 343 | grub_core = "%s/grub/%s" % (grub_path, grub_target) |
| 344 | if not os.path.exists(grub_core): | 344 | if not os.path.exists(grub_core): |
| 345 | msger.info("Building grub-efi...\n") | ||
| 346 | exec_cmd("bitbake grub-efi") | ||
| 347 | if not os.path.exists(grub_core): | ||
| 348 | msger.error("Please build grub-efi first\n") | 345 | msger.error("Please build grub-efi first\n") |
| 349 | 346 | ||
| 350 | grub_cmd = "grub-mkimage -p '/EFI/BOOT' " | 347 | grub_cmd = "grub-mkimage -p '/EFI/BOOT' " |
