diff options
author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-16 08:34:41 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-07-13 05:12:23 +0200 |
commit | 9159176013f053a8294ce512b6408a8235871f0d (patch) | |
tree | 26edb62ec9a9f0e370da2e74325b94ce54aec443 /recipes-devtools | |
parent | 02812575459b24c14b6d9b9f74c51175f0333385 (diff) | |
download | meta-nfv-access-bsp-arm-develop.tar.gz |
Ampere/aarch64 bring-up changesfeature_arm64develop
* 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 <adrian.stratulat@enea.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/syslinux/syslinux_%.bbappend | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | # Syslinux is not supposed to be available on ARM. | ||
2 | # Some recipes/image-classes mark it as a dependency even if it's not used. | ||
3 | |||
4 | COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-(linux|freebsd.*)' | ||
5 | |||
6 | do_fetch[noexec] = "1" | ||
7 | do_unpack[noexec] = "1" | ||
8 | do_patch[noexec] = "1" | ||
9 | do_populate_lic[noexec] = "1" | ||
10 | do_configure[noexec] = "1" | ||
11 | do_compile[noexec] = "1" | ||
12 | do_install[noexec] = "1" | ||
13 | do_populate_sysroot[noexec] = "1" | ||