From a1ee366e46639bf67d15ce52a7c8f0c71805e284 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 24 May 2016 23:44:06 +0200 Subject: [PATCH] phase2: force regeneration of SDK .config Signed-off-by: Jo-Philipp Wich --- phase2/master.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phase2/master.cfg b/phase2/master.cfg index 1ff8d07..11e2173 100644 --- a/phase2/master.cfg +++ b/phase2/master.cfg @@ -180,6 +180,12 @@ for arch in arches: description = "Preparing download directory", command = ["sh", "-c", "mkdir -p $HOME/dl && rmdir ./sdk/dl && ln -sf $HOME/dl ./sdk/dl"])) + factory.addStep(ShellCommand( + name = "mkconf", + description = "Preparing SDK configuration", + workdir = "build/sdk", + command = ["sh", "-c", "rm -f .config && make defconfig"])) + factory.addStep(ShellCommand( name = "updatefeeds", description = "Updating feeds", -- 2.30.2