From 9159176013f053a8294ce512b6408a8235871f0d Mon Sep 17 00:00:00 2001 From: Adrian Stratulat Date: Tue, 16 Jun 2020 08:34:41 +0200 Subject: Ampere/aarch64 bring-up changes * Add machine description for emag8180. * Disable syslinux build: syslinux is not compatible with ARM targets, but other recipes force it as a dependency anyway. * Add recipe for kernel linux-ampere_4.14 (used by emag8180 and qemuarm64 targets). * Upgrade i40e drivers to newer version due to some warnings generated by OVS-DPDK * Add OVMF support for AARCH64. Change-Id: I4cbc09ef83d717b39abf0981b80569a4a694cb0d Signed-off-by: Adrian Stratulat --- recipes-devtools/syslinux/syslinux_%.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/syslinux/syslinux_%.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/syslinux/syslinux_%.bbappend b/recipes-devtools/syslinux/syslinux_%.bbappend new file mode 100644 index 0000000..045830a --- /dev/null +++ b/recipes-devtools/syslinux/syslinux_%.bbappend @@ -0,0 +1,13 @@ +# Syslinux is not supposed to be available on ARM. +# Some recipes/image-classes mark it as a dependency even if it's not used. + +COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-(linux|freebsd.*)' + +do_fetch[noexec] = "1" +do_unpack[noexec] = "1" +do_patch[noexec] = "1" +do_populate_lic[noexec] = "1" +do_configure[noexec] = "1" +do_compile[noexec] = "1" +do_install[noexec] = "1" +do_populate_sysroot[noexec] = "1" -- cgit v1.2.3-54-g00ecf