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-27 23:42:08 +0000
commitc32721715b3fbeb0d8c9cbb0574fb58179293f5e (patch)
tree78490303969d56e1d85821c5c52c8a2406e3f4d8
parent59ced79b43b5e2500abb6a0589cce22a7c692920 (diff)
downloaddefinitions-c32721715b3fbeb0d8c9cbb0574fb58179293f5e.tar.gz
Add armv6lhf cross-bootstrap system
-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