summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-06 10:33:13 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 12:00:19 +0000
commit2161d4f6023e42ecd7b4f78583cd43d6b8863bd5 (patch)
treec665937c5fde592e7d145adc686df1aeea248475
parent1fe51b76aa47b58dd39b5b3197dbe5caf0106cf9 (diff)
downloaddefinitions-baserock/pedroalvarez/rpi2.tar.gz
Add armv6lhf cross-bootstrap systembaserock/pedroalvarez/rpi2
-rw-r--r--systems/cross-bootstrap-system-armv6lhf-generic.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/systems/cross-bootstrap-system-armv6lhf-generic.morph b/systems/cross-bootstrap-system-armv6lhf-generic.morph
new file mode 100644
index 00000000..5f3a7c24
--- /dev/null
+++ b/systems/cross-bootstrap-system-armv6lhf-generic.morph
@@ -0,0 +1,13 @@
+name: cross-bootstrap-system-armv6lhf-generic
+kind: system
+description: A system that produces the minimum needed to build a devel system
+arch: armv6lhf
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: cross-bootstrap
+ morph: strata/cross-bootstrap.morph