summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-30 12:10:31 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-30 12:10:31 +0000
commit518f914ad0bd2a6f0693bb3be93b3f65fd058c41 (patch)
treee80512b6b93d9323d07a21b179810e2d53e91bee /baserock-bootstrap
parentde57e2844ef7d0f67cbfe96f328d9182d1131d5f (diff)
downloadmorph-518f914ad0bd2a6f0693bb3be93b3f65fd058c41.tar.gz
baserock-bootstrap: reorder strata builds
foundation has eglibc, which is needed to build gcc and pretty much everything else also removed --jobs=1 from options, these need to be set per morph really
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap5
1 files changed, 2 insertions, 3 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index f52988de..b091e5d0 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -791,14 +791,13 @@ cd /baserock/gits/morph
mkdir -p /baserock/cache
export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
python ./morph --verbose build \
- file:///baserock/gits/morphs/ master devel.morph \
- file:///baserock/gits/morphs/ master linux-stratum.morph \
file:///baserock/gits/morphs/ master foundation.morph \
+ file:///baserock/gits/morphs/ master linux-stratum.morph \
+ file:///baserock/gits/morphs/ master devel.morph \
--bootstrap \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \
--dump-memory-profile=none \
- --max-jobs=1 \
--keep-path \
--git-base-url=file:///baserock/gits/
EOF