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 --- conf/layer.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 2ae610a..50199be 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/packagegroups/* \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "enea-bsp-arm" -BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" -BBFILE_PRIORITY_enea-bsp-arm = "6" -LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common" +BBFILE_COLLECTIONS += "nfv-access-bsp-arm" +BBFILE_PATTERN_nfv-access-bsp-arm = "^${LAYERDIR}/" +BBFILE_PRIORITY_nfv-access-bsp-arm = "6" +LAYERDEPENDS_nfv-access-bsp-arm = "nfv-access-bsp-common" -- cgit v1.2.3-54-g00ecf