From: Jo-Philipp Wich Date: Tue, 24 May 2016 21:44:06 +0000 (+0200) Subject: phase2: force regeneration of SDK .config X-Git-Tag: v1~269 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a1ee366e46639bf67d15ce52a7c8f0c71805e284;p=buildbot.git phase2: force regeneration of SDK .config Signed-off-by: Jo-Philipp Wich --- 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",