summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-30 13:56:54 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-30 13:56:54 +0000
commit539b1e4324607064e44fae81d0f0cd0550f81a78 (patch)
treef7ecb10514a22a53e0dfdcf000c0a980371d7769
parentb052d9a318ebe62a835d2d64d9d1080fae30bf3d (diff)
downloadmorph-539b1e4324607064e44fae81d0f0cd0550f81a78.tar.gz
baserock-bootstrap: build devel before linux
linux "make defconfig" is failing to build, it does not need to be built now presumably something eglibc did stopped it finding crt?.o
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 735f02a6..82110659 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -792,8 +792,8 @@ mkdir -p /baserock/cache
export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
python ./morph --verbose build \
file:///baserock/gits/morphs/ baserock/bootstrap foundation.morph \
- file:///baserock/gits/morphs/ master linux-stratum.morph \
file:///baserock/gits/morphs/ master devel.morph \
+ file:///baserock/gits/morphs/ master linux-stratum.morph \
--bootstrap \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \