summaryrefslogtreecommitdiff
path: root/devel-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-15 16:27:23 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-15 16:27:23 +0000
commit22fc9595e15db3545a1fd01a41406ca710f0c817 (patch)
treedfe05ac29d7800cf066ee7b88e32f3b5c02788f1 /devel-system-x86_32-generic.morph
parent04693fe707b8651ab9c14b4dbcc1f2479cde4aea (diff)
parent1f3c22493494b14760262be4782182ec67a59fa5 (diff)
downloaddefinitions-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 'devel-system-x86_32-generic.morph')
-rw-r--r--devel-system-x86_32-generic.morph10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel-system-x86_32-generic.morph b/devel-system-x86_32-generic.morph
index c0f4b877..5ec40ec2 100644
--- a/devel-system-x86_32-generic.morph
+++ b/devel-system-x86_32-generic.morph
@@ -9,27 +9,27 @@
{
"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-x86_32-generic",
"repo": "baserock:baserock/morphs",
- "ref": "master"
+ "ref": "baserock/samthursfield/build-essential-2-rebase"
},
{
"morph": "tools",
"repo": "baserock:baserock/morphs",
- "ref": "master"
+ "ref": "baserock/samthursfield/build-essential-2-rebase"
}
]
}