summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \