summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-11 10:08:52 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-11 10:08:52 +0100
commit17e6f2da3046963935bebaf8abc492e53c7e0da0 (patch)
tree8fe53143f72fa316310f49a63c0f1519442c1b2f
parentacedbebbe481ff37d0d34fbfb8588c7140b02238 (diff)
parentd9d2b23fa051f7c63c4981f58f0c254fb364388d (diff)
downloadmorphs-17e6f2da3046963935bebaf8abc492e53c7e0da0.tar.gz
Merge remote-tracking branch 'origin/master' into rm/systemd
-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"
+ ]
+}