From: Sreeju Selvaraj <sreeju.armughanx.selva...@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.selva...@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

-- 
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to