aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-romley/conf/machine/romley-ivb.conf4
-rw-r--r--meta-romley/conf/machine/romley.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf
index af528978..54d2d309 100644
--- a/meta-romley/conf/machine/romley-ivb.conf
+++ b/meta-romley/conf/machine/romley-ivb.conf
@@ -7,7 +7,6 @@
#@DESCRIPTION: Machine configuration for Romley systems
# i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
-
PREFERRED_VERSION_linux-yocto ?= "3.10%"
require conf/machine/include/intel-corei7-64-common.inc
@@ -18,3 +17,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \
${XSERVER_X86_MATROX_MGA} \
"
+
+MACHINE_EXTRA_RRECOMMENDS += "dpdk \
+ "
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index ed52a1ec..2e171140 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -7,7 +7,6 @@
#@DESCRIPTION: Machine configuration for Romley systems
# i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
-
PREFERRED_VERSION_linux-yocto ?= "3.10%"
require conf/machine/include/intel-corei7-64-common.inc
@@ -18,3 +17,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \
${XSERVER_X86_MATROX_MGA} \
"
+
+MACHINE_EXTRA_RRECOMMENDS += "dpdk \
+ "