From 5e488033b187e53e28495e98055603281282502a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 19 May 2015 18:53:35 +0100 Subject: Add systems/build-system-armv5l-openbmc-aspeed.morph After cross-building an armv5l system, you should build this system, and use this system to build future armv5l-openbmc-aspeed systems. This is because the cross-built system is fragile and does not allow you to deploy a system locally, as the cross-built system does not contain btrfs-progs. This system does Change-Id: Ibc73f08d5c24b8ee4d100cdb3c499786a319293e --- systems/build-system-armv5l-openbmc-aspeed.morph | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 systems/build-system-armv5l-openbmc-aspeed.morph diff --git a/systems/build-system-armv5l-openbmc-aspeed.morph b/systems/build-system-armv5l-openbmc-aspeed.morph new file mode 100644 index 00000000..af2ce9dc --- /dev/null +++ b/systems/build-system-armv5l-openbmc-aspeed.morph @@ -0,0 +1,41 @@ +name: build-system-armv5l-openbmc-aspeed +kind: system +description: +- | + The system that should be used for building other Baserock systems + for little endian ARMv5 computers. +arch: armv5l +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: python-core + morph: strata/python-core.morph +- name: bsp-armv5l-openbmc-aspeed + morph: strata/bsp-armv5l-openbmc-aspeed.morph +- name: tools + morph: strata/tools.morph +- name: python-cliapp + morph: strata/python-cliapp.morph +- name: python-pygobject + morph: strata/python-pygobject.morph +- name: python-wsgi + morph: strata/python-wsgi.morph +- name: morph-utils + morph: strata/morph-utils.morph +- name: devtools + morph: strata/devtools.morph +- name: libsoup-common + morph: strata/libsoup-common.morph +- name: ostree-core + morph: strata/ostree-core.morph +configuration-extensions: +- set-hostname +- add-config-files +- nfsboot +- install-files +- fstab +- install-essential-files -- cgit v1.2.1