summaryrefslogtreecommitdiff
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
parentddf373bf3fe2f81609ba5356a006247d69d8c3e8 (diff)
downloadmorphs-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).
-rw-r--r--imx53-bootstrap-pass3.morph9
-rw-r--r--x86_64-generic-bootstrap-pass3.morph9
2 files changed, 18 insertions, 0 deletions
diff --git a/imx53-bootstrap-pass3.morph b/imx53-bootstrap-pass3.morph
new file mode 100644
index 0000000..d302794
--- /dev/null
+++ b/imx53-bootstrap-pass3.morph
@@ -0,0 +1,9 @@
+{
+ "name": "imx53-bootstrap-pass3",
+ "kind": "stratum",
+ "build-depends": [
+ "foundation",
+ "devel",
+ "imx53-bsp"
+ ]
+}
diff --git a/x86_64-generic-bootstrap-pass3.morph b/x86_64-generic-bootstrap-pass3.morph
new file mode 100644
index 0000000..d451465
--- /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"
+ ]
+}