From 511186d28fb9d6e6ec851cd5e3a1e0a62d937b9d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 19 Apr 2021 09:05:24 +0200 Subject: 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 Change-Id: I627c75b77d1fc2ec4fb6de9c45ac3712cce7966f --- conf/template.atom-c3000/local.conf.sample | 2 -- conf/template.xeon-d/local.conf.sample | 2 -- 2 files changed, 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" # Unfortunately, setting the variable below breaks the build, so do not set it # for now # USERADD_ERROR_DYNAMIC = "1" - -IMAGE_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" # Unfortunately, setting the variable below breaks the build, so do not set it # for now # USERADD_ERROR_DYNAMIC = "1" - -IMAGE_INSTALL += "dpdk" -- cgit v1.2.3-54-g00ecf