From 9a41e92defc1d906fa7828f467e8bfb07db8f362 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 8 Oct 2015 22:59:52 +0000 Subject: Add rpi2 system and bsp Change-Id: I2a89a90a5b0dff9693e14fb42723ebdaf2200d87 --- systems/build-system-armv7lhf-rpi2.morph | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 systems/build-system-armv7lhf-rpi2.morph (limited to 'systems/build-system-armv7lhf-rpi2.morph') diff --git a/systems/build-system-armv7lhf-rpi2.morph b/systems/build-system-armv7lhf-rpi2.morph new file mode 100644 index 00000000..9467d6ea --- /dev/null +++ b/systems/build-system-armv7lhf-rpi2.morph @@ -0,0 +1,58 @@ +name: build-system-armv7lhf-rpi2 +kind: system +description: The system that should be used for building all other Baserock systems + for ARMv7 little-endian hard-float NVIDIA Jetson TK1 computers. +arch: armv7lhf +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: python3-core + morph: strata/python3-core.morph +- name: bsp-rpi2 + morph: strata/bsp-rpi2.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: nfs + morph: strata/nfs.morph +- name: python-common + morph: strata/python-common.morph +- name: ansible + morph: strata/ansible.morph +- name: cloudinit-support + morph: strata/cloudinit-support.morph +- name: openstack-common + morph: strata/openstack-common.morph +- name: openstack-clients + morph: strata/openstack-clients.morph +- name: devtools + morph: strata/devtools.morph +- name: libsoup-common + morph: strata/libsoup-common.morph +- name: glib-common + morph: strata/glib-common.morph +- name: ostree-core + morph: strata/ostree-core.morph +configuration-extensions: +- extensions/set-hostname +- extensions/add-config-files +- extensions/nfsboot +- extensions/install-files +- extensions/distbuild +- extensions/fstab +- extensions/mason +- extensions/cloud-init +- extensions/install-essential-files -- cgit v1.2.1