[meta-intel] [PATCH V2 3/3] meta-romley: DPDK v1.7.0 support for Romley machine config

sreeju.armughanx.selvaraj at intel.com sreeju.armughanx.selvaraj at intel.com
Wed Sep 17 07:20:22 PDT 2014


From: Sreeju Selvaraj <sreeju.armughanx.selvaraj at intel.com>

Added MACHINE_EXTRA_RRECOMMENDS to include dpdk v1.7.0 support
for romley machiine, so that dpdk will be enabled by default
for Romley. Also included the dpdk example package, so that
user can use example apps to exercise the DPDK libraries.

Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj at intel.com>
---
 meta-romley/conf/machine/romley-ivb.conf | 4 ++++
 meta-romley/conf/machine/romley.conf     | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf
index af52897..e130068 100644
--- a/meta-romley/conf/machine/romley-ivb.conf
+++ b/meta-romley/conf/machine/romley-ivb.conf
@@ -18,3 +18,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
 	   ${XSERVER_X86_MATROX_MGA} \
            "
+PREFERRED_VERSION_dpdk ?= "1.7.0%"
+MACHINE_EXTRA_RRECOMMENDS += "dpdk \
+			      dpdk-examples \
+			      "
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index ed52a1e..a814fc3 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -18,3 +18,8 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
 	   ${XSERVER_X86_MATROX_MGA} \
            "
+PREFERRED_VERSION_dpdk ?= "1.7.0%"
+MACHINE_EXTRA_RRECOMMENDS += "dpdk \
+			      dpdk-examples \
+			      "
+
-- 
1.9.1



More information about the meta-intel mailing list