summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-05-17 11:38:29 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-05-22 14:43:00 +0200
commit1e177607d9c4a77f2aedd578c08ea955d3d08f89 (patch)
tree124b4fdf6abfec88c4db477de192efea0296c789
parentaec8f15838fac3783c14e2692f7e81346246efff (diff)
downloadmeta-el-nfv-access-1e177607d9c4a77f2aedd578c08ea955d3d08f89.tar.gz
templates: add meta-dpdk layer
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/template.atom-c3000/bblayers.conf.sample1
-rw-r--r--conf/template.qemux86-64/bblayers.conf.sample1
-rw-r--r--conf/template.xeon-d/bblayers.conf.sample1
3 files changed, 3 insertions, 0 deletions
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 ?= " \
9 ##OEROOT##/meta \ 9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \ 10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-intel \ 11 ##OEROOT##/meta-intel \
12 ##OEROOT##/meta-dpdk \
12 ##OEROOT##/meta-enea-bsp-common \ 13 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-x86 \ 14 ##OEROOT##/meta-enea-bsp-x86 \
14 ##OEROOT##/meta-virtualization \ 15 ##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 ?= " \
9 ##OEROOT##/meta \ 9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \ 10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-intel \ 11 ##OEROOT##/meta-intel \
12 ##OEROOT##/meta-dpdk \
12 ##OEROOT##/meta-enea-bsp-common \ 13 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-x86 \ 14 ##OEROOT##/meta-enea-bsp-x86 \
14 ##OEROOT##/meta-virtualization \ 15 ##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 ?= " \
9 ##OEROOT##/meta \ 9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \ 10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-intel \ 11 ##OEROOT##/meta-intel \
12 ##OEROOT##/meta-dpdk \
12 ##OEROOT##/meta-enea-bsp-common \ 13 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-x86 \ 14 ##OEROOT##/meta-enea-bsp-x86 \
14 ##OEROOT##/meta-virtualization \ 15 ##OEROOT##/meta-virtualization \