From 2986b002abaf98d7ce279c76e6ed2d3f6e278bd5 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 24 Feb 2015 17:55:34 +0000 Subject: Add missing python-core stratum to armv8l64 systems --- systems/build-system-armv8l64.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/build-system-armv8l64.morph') diff --git a/systems/build-system-armv8l64.morph b/systems/build-system-armv8l64.morph index 7715ecb7..01d70c61 100644 --- a/systems/build-system-armv8l64.morph +++ b/systems/build-system-armv8l64.morph @@ -12,6 +12,8 @@ strata: morph: strata/core.morph - name: foundation morph: strata/foundation.morph +- name: python-core + morph: strata/python-core.morph - name: bsp-armv8l64-generic morph: strata/bsp-armv8l64-generic.morph - name: tools -- cgit v1.2.1 From 709c416d5891adac91c3d41af6812409abc9b2b1 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 19 Feb 2015 14:13:05 +0000 Subject: Add PXE-based deployment support to an HP Moonshot node --- systems/build-system-armv8l64.morph | 1 + 1 file changed, 1 insertion(+) (limited to 'systems/build-system-armv8l64.morph') diff --git a/systems/build-system-armv8l64.morph b/systems/build-system-armv8l64.morph index 01d70c61..2fcb1e8c 100644 --- a/systems/build-system-armv8l64.morph +++ b/systems/build-system-armv8l64.morph @@ -41,3 +41,4 @@ configuration-extensions: - fstab - mason - cloud-init +- moonshot-kernel -- cgit v1.2.1