summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 15:44:59 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 15:44:59 +0000
commitc7f4456ab6e87fa4e8c42179b7e9b9b857fe018c (patch)
treebe97a765072726b98897e7c1588048e274ad978b
parent08c1c6bd6ec70bdc8346953b7d18f6a151eeb3e5 (diff)
downloadmorphs-c7f4456ab6e87fa4e8c42179b7e9b9b857fe018c.tar.gz
Add an imx53-bsp stratum with only the linux kernel for now.
-rw-r--r--imx53-bsp.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/imx53-bsp.morph b/imx53-bsp.morph
new file mode 100644
index 0000000..e5f74eb
--- /dev/null
+++ b/imx53-bsp.morph
@@ -0,0 +1,10 @@
+{
+ "name": "imx53-bsp",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "linux",
+ "ref": "baserock/morph"
+ }
+ ]
+}