mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
scripts/pokyABConfig.py: Change darwin builds back to full instead of incremental
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4398 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -103,7 +103,7 @@ runComplete(f6)
|
||||
|
||||
from buildbot.process import step, factory
|
||||
f7 = factory.BuildFactory()
|
||||
f7.addStep(step.SVN, svnurl="http://svn.o-hand.com/repos/poky/trunk", timeout=10000)
|
||||
f7.addStep(step.SVN, svnurl="http://svn.o-hand.com/repos/poky/trunk", mode="copy", timeout=10000)
|
||||
runPreamble(f7)
|
||||
defaultenv['DISTRO'] = 'poky'
|
||||
defaultenv['POKYLIBC'] = 'dummy'
|
||||
|
||||
Reference in New Issue
Block a user