From 1e177607d9c4a77f2aedd578c08ea955d3d08f89 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Thu, 17 May 2018 11:38:29 +0200 Subject: templates: add meta-dpdk layer Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.atom-c3000/bblayers.conf.sample | 1 + conf/template.qemux86-64/bblayers.conf.sample | 1 + conf/template.xeon-d/bblayers.conf.sample | 1 + 3 files changed, 3 insertions(+) diff --git a/conf/template.atom-c3000/bblayers.conf.sample b/conf/template.atom-c3000/bblayers.conf.sample index 2ae2be9..4f47b72 100644 --- a/conf/template.atom-c3000/bblayers.conf.sample +++ b/conf/template.atom-c3000/bblayers.conf.sample @@ -9,6 +9,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-poky \ ##OEROOT##/meta-intel \ + ##OEROOT##/meta-dpdk \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-enea-bsp-x86 \ ##OEROOT##/meta-virtualization \ diff --git a/conf/template.qemux86-64/bblayers.conf.sample b/conf/template.qemux86-64/bblayers.conf.sample index 0902965..ab8f222 100644 --- a/conf/template.qemux86-64/bblayers.conf.sample +++ b/conf/template.qemux86-64/bblayers.conf.sample @@ -9,6 +9,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-poky \ ##OEROOT##/meta-intel \ + ##OEROOT##/meta-dpdk \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-enea-bsp-x86 \ ##OEROOT##/meta-virtualization \ diff --git a/conf/template.xeon-d/bblayers.conf.sample b/conf/template.xeon-d/bblayers.conf.sample index 2ae2be9..4f47b72 100644 --- a/conf/template.xeon-d/bblayers.conf.sample +++ b/conf/template.xeon-d/bblayers.conf.sample @@ -9,6 +9,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-poky \ ##OEROOT##/meta-intel \ + ##OEROOT##/meta-dpdk \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-enea-bsp-x86 \ ##OEROOT##/meta-virtualization \ -- cgit v1.2.3-54-g00ecf