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 /conf/layer.conf | |
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 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ | |||
6 | ${LAYERDIR}/packagegroups/* \ | 6 | ${LAYERDIR}/packagegroups/* \ |
7 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 7 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
8 | 8 | ||
9 | BBFILE_COLLECTIONS += "enea-bsp-arm" | 9 | BBFILE_COLLECTIONS += "nfv-access-bsp-arm" |
10 | BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" | 10 | BBFILE_PATTERN_nfv-access-bsp-arm = "^${LAYERDIR}/" |
11 | BBFILE_PRIORITY_enea-bsp-arm = "6" | 11 | BBFILE_PRIORITY_nfv-access-bsp-arm = "6" |
12 | LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common" | 12 | LAYERDEPENDS_nfv-access-bsp-arm = "nfv-access-bsp-common" |