mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
wic: bootimg-pcbios: use wic-tools target
Used wic-tools target to get location of syslinux. (From OE-Core rev: 5afd7def3b101bb3d650db4d005cb8d36aaf074a) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0193182c5
commit
7998501f47
@@ -145,7 +145,7 @@ class BootimgPcbiosPlugin(SourcePlugin):
|
||||
return False
|
||||
|
||||
if not _has_syslinux(bootimg_dir):
|
||||
bootimg_dir = get_bitbake_var("STAGING_DATADIR")
|
||||
bootimg_dir = get_bitbake_var("STAGING_DATADIR", "wic-tools")
|
||||
if not bootimg_dir:
|
||||
msger.error("Couldn't find STAGING_DATADIR, exiting\n")
|
||||
if not _has_syslinux(bootimg_dir):
|
||||
|
||||
Reference in New Issue
Block a user