[meta-intel] [PATCHv2 2/2] meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

wei.sern.chan at intel.com wei.sern.chan at intel.com
Thu Jul 10 01:40:02 PDT 2014


From: Chan Wei Sern <wei.sern.chan at intel.com>

Added MACHINE_EXTRA_RRECOMMENDS to include dpdk for romley machine
configuration so that building on Romley will automatically pick up
Intel DPDK. This is an initial version of Intel DPDK support in Romley
that is default target version 1.6.0r2.

Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
---
 meta-romley/conf/machine/romley-ivb.conf | 4 +++-
 meta-romley/conf/machine/romley.conf     | 4 +++-
 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 af52897..54d2d30 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 ed52a1e..2e17114 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 \
+                              "
-- 
1.9.1



More information about the meta-intel mailing list