summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf8
-rw-r--r--conf/machine/emag8180.conf13
2 files changed, 17 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
9BBFILE_COLLECTIONS += "enea-bsp-arm" 9BBFILE_COLLECTIONS += "nfv-access-bsp-arm"
10BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" 10BBFILE_PATTERN_nfv-access-bsp-arm = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-arm = "6" 11BBFILE_PRIORITY_nfv-access-bsp-arm = "6"
12LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common" 12LAYERDEPENDS_nfv-access-bsp-arm = "nfv-access-bsp-common"
diff --git a/conf/machine/emag8180.conf b/conf/machine/emag8180.conf
new file mode 100644
index 0000000..bc4b73b
--- /dev/null
+++ b/conf/machine/emag8180.conf
@@ -0,0 +1,13 @@
1#@TYPE: Machine
2#@NAME: Ampere eMAG 8180 64-bit Arm Processor
3#@DESCRIPTION: Ampere eMAG 8180 processor based on ARMv8 architecture
4
5require conf/machine/include/arm/arch-armv8.inc
6
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-ampere"
8
9MACHINE_FEATURES += " efi"
10DPDK_TARGET_MACHINE ?= "armv8a"
11
12SERIAL_CONSOLES = "115200;ttyAMA0"
13KERNEL_IMAGETYPE = "Image"