summaryrefslogtreecommitdiff
path: root/bsp-armv7-highbank.morph
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-21 12:21:17 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-13 13:49:43 +0000
commit980a9089527fa577bc1facd6a0382fa2eacef716 (patch)
tree1959562ddb64c2cbf48ee348c2ea1f890fd630f1 /bsp-armv7-highbank.morph
parent483306b6d0f29a20599921679eafc3f18975ec6e (diff)
downloaddefinitions-980a9089527fa577bc1facd6a0382fa2eacef716.tar.gz
Add morphologies to build a highbank armv7 system
Diffstat (limited to 'bsp-armv7-highbank.morph')
-rw-r--r--bsp-armv7-highbank.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsp-armv7-highbank.morph b/bsp-armv7-highbank.morph
new file mode 100644
index 00000000..8565eed7
--- /dev/null
+++ b/bsp-armv7-highbank.morph
@@ -0,0 +1,13 @@
+{
+ "name": "bsp-armv7-highbank",
+ "description": "The platform dependent components required to boot an ARM highbank board.",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank",
+ "build-depends": []
+ }
+ ]
+}