summaryrefslogtreecommitdiff
path: root/bsp-imx53.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:44:51 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:44:51 +0000
commit6b1b8b8562a5d9f9da092c875a64a56bb4146318 (patch)
tree16ba2f5d24255bda7a121b47c8bbe47c01fd8301 /bsp-imx53.morph
parent0cab0856f50a4ffb00869f29a5ef981fe74a76f2 (diff)
downloaddefinitions-6b1b8b8562a5d9f9da092c875a64a56bb4146318.tar.gz
Rename bootstrap morphologies
This requires the bootstrap script to be fixed.
Diffstat (limited to 'bsp-imx53.morph')
-rw-r--r--bsp-imx53.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsp-imx53.morph b/bsp-imx53.morph
new file mode 100644
index 00000000..54a58f88
--- /dev/null
+++ b/bsp-imx53.morph
@@ -0,0 +1,13 @@
+{
+ "name": "bsp-imx53",
+ "description": "The platform dependent components required to boot an i.MX 53 ARM development board.",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/morph",
+ "build-depends": []
+ }
+ ]
+}