From e745150deeaf8a00462f94b76132f3e6f18c686e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 14 Apr 2015 15:40:51 +0100 Subject: systems: Add cross-bootstrap-system-armv5l-generic.morph Change-Id: I85ccc845cd0bb03d4b589b3d1aa638fdbd1f38b5 --- systems/cross-bootstrap-system-armv5l-generic.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systems/cross-bootstrap-system-armv5l-generic.morph diff --git a/systems/cross-bootstrap-system-armv5l-generic.morph b/systems/cross-bootstrap-system-armv5l-generic.morph new file mode 100644 index 00000000..fd06fda0 --- /dev/null +++ b/systems/cross-bootstrap-system-armv5l-generic.morph @@ -0,0 +1,15 @@ +name: cross-bootstrap-system-armv5l-generic +kind: system +description: A system that produces the minimum needed to build a devel system +arch: armv5l +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: python-cliapp + morph: strata/python-cliapp.morph +- name: morph-utils + morph: strata/morph-utils.morph +- name: cross-bootstrap + morph: strata/cross-bootstrap.morph -- cgit v1.2.1