summaryrefslogtreecommitdiff
path: root/x86_64-generic-bootstrap-pass3.morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-09 16:50:18 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-09 16:50:18 +0000
commitd9d2b23fa051f7c63c4981f58f0c254fb364388d (patch)
tree157513a97855911d42a1d83589c47578f102de84 /x86_64-generic-bootstrap-pass3.morph
parentddf373bf3fe2f81609ba5356a006247d69d8c3e8 (diff)
downloaddefinitions-d9d2b23fa051f7c63c4981f58f0c254fb364388d.tar.gz
Add {imx53,x86_64-generic}-bootstrap-pass3 strata.
These are used to group together what we want the results of the third pass of the bootstrap to be. Building one of these strata in a staging chroot will make the stuff of e.g. devel available to stuff that needs to be compiled for the BSP. Before I change baserock-bootstrap to build these strata in the third pass, I'll see if they actually solve our problem of not sharing the build results of devel with the builds needed for e.g. a BSP (in our case this was nasm having been installed into the devel build chroot and then not being available in the separate BSP chroot).
Diffstat (limited to 'x86_64-generic-bootstrap-pass3.morph')
-rw-r--r--x86_64-generic-bootstrap-pass3.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/x86_64-generic-bootstrap-pass3.morph b/x86_64-generic-bootstrap-pass3.morph
new file mode 100644
index 00000000..d4514656
--- /dev/null
+++ b/x86_64-generic-bootstrap-pass3.morph
@@ -0,0 +1,9 @@
+{
+ "name": "x86_64-generic-bootstrap-pass3",
+ "kind": "stratum",
+ "build-depends": [
+ "foundation",
+ "devel",
+ "x86_64-generic-bsp"
+ ]
+}