From c32721715b3fbeb0d8c9cbb0574fb58179293f5e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sat, 6 Sep 2014 10:33:13 +0000 Subject: Add armv6lhf cross-bootstrap system --- systems/cross-bootstrap-system-armv6lhf-generic.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systems/cross-bootstrap-system-armv6lhf-generic.morph 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 -- cgit v1.2.1