summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-04-19 09:05:24 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-04-26 12:58:20 +0200
commit511186d28fb9d6e6ec851cd5e3a1e0a62d937b9d (patch)
treec84693c3ea65d8c9672a5d67ceec95ffc240a364
parent9eceb046982de3da1921d97cedf4a3393e875d9a (diff)
downloadmeta-el-nfv-access-511186d28fb9d6e6ec851cd5e3a1e0a62d937b9d.tar.gz
conf/local.conf: Drop 'dpdk' from IMAGE_INSTALL
This was added as a workaround during the gatesgarth rebase and is no longer needed. Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Change-Id: I627c75b77d1fc2ec4fb6de9c45ac3712cce7966f
-rw-r--r--conf/template.atom-c3000/local.conf.sample2
-rw-r--r--conf/template.xeon-d/local.conf.sample2
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/template.atom-c3000/local.conf.sample b/conf/template.atom-c3000/local.conf.sample
index 374cace..b015f43 100644
--- a/conf/template.atom-c3000/local.conf.sample
+++ b/conf/template.atom-c3000/local.conf.sample
@@ -273,5 +273,3 @@ USERADD_GID_TABLES = "files/group"
273# Unfortunately, setting the variable below breaks the build, so do not set it 273# Unfortunately, setting the variable below breaks the build, so do not set it
274# for now 274# for now
275# USERADD_ERROR_DYNAMIC = "1" 275# USERADD_ERROR_DYNAMIC = "1"
276
277IMAGE_INSTALL += "dpdk"
diff --git a/conf/template.xeon-d/local.conf.sample b/conf/template.xeon-d/local.conf.sample
index fd14580..5cfebf5 100644
--- a/conf/template.xeon-d/local.conf.sample
+++ b/conf/template.xeon-d/local.conf.sample
@@ -274,5 +274,3 @@ USERADD_GID_TABLES = "files/group"
274# Unfortunately, setting the variable below breaks the build, so do not set it 274# Unfortunately, setting the variable below breaks the build, so do not set it
275# for now 275# for now
276# USERADD_ERROR_DYNAMIC = "1" 276# USERADD_ERROR_DYNAMIC = "1"
277
278IMAGE_INSTALL += "dpdk"