[buildbot] phase1: enable new image building code

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 29 04:56:11 PDT 2016


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/?p=buildbot.git;a=commitdiff;h=7eb397a5f63ec538f6f9119282df744fe629772d

commit 7eb397a5f63ec538f6f9119282df744fe629772d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Jul 29 13:56:05 2016 +0200

    phase1: enable new image building code
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase1/master.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/phase1/master.cfg b/phase1/master.cfg
index 2c3e42e..b0b5133 100644
--- a/phase1/master.cfg
+++ b/phase1/master.cfg
@@ -314,6 +314,9 @@ CONFIG_SIGNED_PACKAGES=y
 # CONFIG_PER_FEED_REPO_ADD_COMMENTED is not set
 CONFIG_KERNEL_KALLSYMS=y
 CONFIG_COLLECT_KERNEL_DEBUG=y
+CONFIG_TARGET_ALL_PROFILES=y
+CONFIG_TARGET_MULTI_PROFILE=y
+CONFIG_TARGET_PER_DEVICE_ROOTFS=y
 EOT''' %(ts[0], ts[0], ts[1]) ))
 
 	factory.addStep(ShellCommand(



More information about the lede-commits mailing list