summaryrefslogtreecommitdiff
path: root/bsp-armv7b-highbank.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:02:26 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:03:40 +0000
commit246274df8fa04e2f21d29e46fba2ccda9d186782 (patch)
tree77dc102a061ce438bda381fc9b66522f95dc407e /bsp-armv7b-highbank.morph
parent05ed9f72c949f483d25df96c465a7eee32ccd69d (diff)
downloaddefinitions-246274df8fa04e2f21d29e46fba2ccda9d186782.tar.gz
Add Highbank BE morphologies
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..145ec41d
--- /dev/null
+++ b/bsp-armv7b-highbank.morph
@@ -0,0 +1,20 @@
+{
+ "name": "bsp-armv7-highbank",
+ "description": "The platform dependent components required to boot an ARM highbank board.",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2",
+ "morph": "core"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank",
+ "build-depends": []
+ }
+ ]
+}