summaryrefslogtreecommitdiff
path: root/bsp-x86_64-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 /bsp-x86_64-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 'bsp-x86_64-generic.morph')
-rw-r--r--bsp-x86_64-generic.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph
index b984a138..4e6b15b9 100644
--- a/bsp-x86_64-generic.morph
+++ b/bsp-x86_64-generic.morph
@@ -5,7 +5,7 @@
"build-depends": [
{
"repo": "baserock:baserock/morphs",
- "ref": "master",
+ "ref": "baserock/samthursfield/build-essential-2-rebase",
"morph": "core"
}
],