summaryrefslogtreecommitdiff
path: root/bsp-armv7b-highbank.morph
diff options
context:
space:
mode:
authorHarrier <harrier7@codethink.co.uk>2013-05-20 16:43:49 +0000
committerHarrier <harrier7@codethink.co.uk>2013-05-20 16:43:49 +0000
commit53dd0f2507e9f54d0f87f3dbdea52eb45402b053 (patch)
treed72062ed4335186100fa408186ee87fca6a49450 /bsp-armv7b-highbank.morph
parent6be85f8c1de7423a13ef15c828b2e50516632afd (diff)
parent5004cfb85a2789a1331850b2f4c29494b6d49aca (diff)
downloaddefinitions-53dd0f2507e9f54d0f87f3dbdea52eb45402b053.tar.gz
Merge remote-tracking branch 'origin/baserock/samthursfield/highbank-be'
Diffstat (limited to 'bsp-armv7b-highbank.morph')
-rw-r--r--bsp-armv7b-highbank.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsp-armv7b-highbank.morph b/bsp-armv7b-highbank.morph
new file mode 100644
index 00000000..f4231e97
--- /dev/null
+++ b/bsp-armv7b-highbank.morph
@@ -0,0 +1,20 @@
+{
+ "name": "bsp-armv7b-highbank",
+ "description": "The platform dependent components required to boot an ARM highbank board.",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "core"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank-be",
+ "build-depends": []
+ }
+ ]
+}