summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-25 14:50:11 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-25 14:50:11 +0000
commit636101995ac698adff0d046f9eb7e0afb294b604 (patch)
treec4e2296250b304ac1f2c929ff95578b816e1ed1d
parent4bcc3e51487ef01e3e6a2f973dd46c722489776b (diff)
downloaddefinitions-636101995ac698adff0d046f9eb7e0afb294b604.tar.gz
Add Versatile TC2 support
Reviewed-by: Daniel Silverstone (over the shoulder)
-rw-r--r--base-system-armv7b-vexpress-tc2.morph24
-rw-r--r--bsp-armv7b-vexpress-tc2.morph12
2 files changed, 36 insertions, 0 deletions
diff --git a/base-system-armv7b-vexpress-tc2.morph b/base-system-armv7b-vexpress-tc2.morph
new file mode 100644
index 00000000..a7154ffa
--- /dev/null
+++ b/base-system-armv7b-vexpress-tc2.morph
@@ -0,0 +1,24 @@
+name: base-system-armv7b-vexpress-tc2
+description: A small system for Versatile TC2 boards system.
+kind: system
+arch: armv7b
+strata:
+- morph: build-essential
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: core
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: foundation
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: bsp-armv7b-vexpress-tc2
+ repo: baserock:baserock/morphs
+ ref: master
+configuration-extensions:
+- set-hostname
+- ssh
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
diff --git a/bsp-armv7b-vexpress-tc2.morph b/bsp-armv7b-vexpress-tc2.morph
new file mode 100644
index 00000000..0aabf9d5
--- /dev/null
+++ b/bsp-armv7b-vexpress-tc2.morph
@@ -0,0 +1,12 @@
+name: bsp-armv7b-vexpress-tc2
+description: The platform dependent components required to boot Versatile TC2 board
+kind: stratum
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: core
+chunks:
+- name: linux
+ repo: upstream:linux
+ ref: baserock/liw/tc2
+ build-depends: []