diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2013-03-15 16:27:23 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2013-03-15 16:27:23 +0000 |
commit | 22fc9595e15db3545a1fd01a41406ca710f0c817 (patch) | |
tree | dfe05ac29d7800cf066ee7b88e32f3b5c02788f1 /base-system-armv7-highbank.morph | |
parent | 04693fe707b8651ab9c14b4dbcc1f2479cde4aea (diff) | |
parent | 1f3c22493494b14760262be4782182ec67a59fa5 (diff) | |
download | definitions-22fc9595e15db3545a1fd01a41406ca710f0c817.tar.gz |
Merge branch 'baserock/samthursfield/build-essential-2-rebase'
Baserock no longer requires a staging filler to build. Instead, the
tools of the host system are used to bootstrap a compiler which then
builds the rest of the system in a staging chroot, as was previously
done with the staging filler.
There are likely to be errors if you do try to build with a staging
filler, because it will interfere with the build-essential bootstrap
process.
Versions of Morph before the following commit can no longer build
Baserock systems:
commit 13cded5a796889c748e60ffa17fc92bad592bf39
Merge: 8046bf0 4b5f45f
Author: Sam Thursfield <sam.thursfield@codethink.co.uk>
Date: Fri Mar 15 11:05:07 2013 +0000
Merge branch 'samthursfield/arch'
Reviewed-By: concensus
Diffstat (limited to 'base-system-armv7-highbank.morph')
-rw-r--r-- | base-system-armv7-highbank.morph | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph index 22005cb8..193ae6ea 100644 --- a/base-system-armv7-highbank.morph +++ b/base-system-armv7-highbank.morph @@ -9,22 +9,22 @@ { "morph": "build-essential", "repo": "baserock:baserock/morphs", - "ref": "master" + "ref": "baserock/samthursfield/build-essential-2-rebase" }, { "morph": "core", "repo": "baserock:baserock/morphs", - "ref": "master" + "ref": "baserock/samthursfield/build-essential-2-rebase" }, { "morph": "foundation", "repo": "baserock:baserock/morphs", - "ref": "master" + "ref": "baserock/samthursfield/build-essential-2-rebase" }, { "morph": "bsp-armv7-highbank", "repo": "baserock:baserock/morphs", - "ref": "master" + "ref": "baserock/samthursfield/build-essential-2-rebase" } ] } |