summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-05-17 11:37:50 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-05-22 14:42:27 +0200
commit2ab94eabdfd684428289f866e7c4635adf4d0db8 (patch)
tree386f86fd5b15ee700ab27c0cb12686b8d838e65d
parent498ab253ce5ba0f7ad6ef2242b87de5c2ad04f7b (diff)
downloadmeta-enea-bsp-x86-2ab94eabdfd684428289f866e7c4635adf4d0db8.tar.gz
Add DPDK_TARGET_MACHINE definitions to machine configurations
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/machine/atom-c3000.conf2
-rw-r--r--conf/machine/xeon-d.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index ce26958..9ce89bd 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -26,6 +26,8 @@ require conf/machine/include/intel-common-pkgarch.inc
26 26
27MACHINE_EXTRA_RRECOMMENDS += "lms8" 27MACHINE_EXTRA_RRECOMMENDS += "lms8"
28 28
29DPDK_TARGET_MACHINE ?= "nhm"
30
29XSERVER_X86_MATROX_MGA = "xf86-video-mga \ 31XSERVER_X86_MATROX_MGA = "xf86-video-mga \
30 " 32 "
31XSERVER_X86_ASPEED_AST = "xf86-video-ast \ 33XSERVER_X86_ASPEED_AST = "xf86-video-ast \
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index 5bb6b4b..bfa6322 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -24,6 +24,8 @@ require conf/machine/include/intel-common-pkgarch.inc
24 24
25MACHINE_EXTRA_RRECOMMENDS += "lms8" 25MACHINE_EXTRA_RRECOMMENDS += "lms8"
26 26
27DPDK_TARGET_MACHINE ?= "hsw"
28
27XSERVER_X86_MATROX_MGA = "xf86-video-mga \ 29XSERVER_X86_MATROX_MGA = "xf86-video-mga \
28 " 30 "
29XSERVER_X86_ASPEED_AST = "xf86-video-ast \ 31XSERVER_X86_ASPEED_AST = "xf86-video-ast \