[OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

Naresh Bhat naresh.bhat at linaro.org
Wed Mar 18 11:27:07 UTC 2015


To generate bootable ISO image the x86 architecture uses syslinux package (syslinux/isolinux.bin).
We have already skip the syslinux package on aarch64.  Hence skip the iso image build on aarch64.

Signed-off-by: Naresh Bhat <naresh.bhat at linaro.org>
---
 meta/classes/bootimg.bbclass |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index ed7b32f..5a8e70c 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -33,6 +33,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \
 
 PACKAGES = " "
 EXCLUDE_FROM_WORLD = "1"
+NOISO_aarch64 = "1"
 
 HDDDIR = "${S}/hddimg"
 ISODIR = "${S}/iso"
-- 
1.7.9.5




More information about the Openembedded-core mailing list