mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
wic-image-minimal: only depend on syslinux on x86 targets
Following other examples, only depend on syslinux when targetting x86. (From OE-Core rev: c58fcc1379ca5755a5b670f79b75e94370d4943c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8076683457
commit
eda1c1459d
|
@ -6,7 +6,10 @@ IMAGE_INSTALL = "packagegroup-core-boot"
|
|||
|
||||
IMAGE_FSTYPES = "wic"
|
||||
|
||||
WKS_FILE_DEPENDS = "syslinux syslinux-native dosfstools-native mtools-native gptfdisk-native"
|
||||
WKS_FILE_DEPENDS = "dosfstools-native mtools-native gptfdisk-native"
|
||||
WKS_FILE_DEPENDS_append_x86 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS_append_x86-64 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS_append_x86-x32 = " syslinux-native syslinux"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user