From bc3ea639e3ecff26383a889c602ea212a677c516 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 2 May 2014 15:08:01 +0000 Subject: distbuild: Add x86_32 and x86_64 systems --- distbuild-system-x86_32.morph | 20 ++++++++++++++++++++ distbuild-system-x86_64.morph | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 distbuild-system-x86_32.morph create mode 100644 distbuild-system-x86_64.morph diff --git a/distbuild-system-x86_32.morph b/distbuild-system-x86_32.morph new file mode 100644 index 00000000..49a7458a --- /dev/null +++ b/distbuild-system-x86_32.morph @@ -0,0 +1,20 @@ +arch: x86_32 +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +- distbuild +- fstab +description: Morph distributed build node for x86_32 +kind: system +name: distbuild-system-x86_32 +strata: +- morph: build-essential +- morph: core +- morph: foundation +- morph: bsp-x86_32-generic +- morph: tools +- morph: nfs +- morph: distbuild diff --git a/distbuild-system-x86_64.morph b/distbuild-system-x86_64.morph new file mode 100644 index 00000000..52d91626 --- /dev/null +++ b/distbuild-system-x86_64.morph @@ -0,0 +1,20 @@ +arch: x86_64 +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +- distbuild +- fstab +description: Morph distributed build node for x86_64 +kind: system +name: distbuild-system-x86_64 +strata: +- morph: build-essential +- morph: core +- morph: foundation +- morph: bsp-x86_64-generic +- morph: tools +- morph: nfs +- morph: distbuild -- cgit v1.2.1