From 6dd0128cd1c943a16c38652ac0a8821844771cf7 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Sun, 18 Jan 2015 22:26:03 +0000 Subject: Add ocaml chunk, strata and system Change-Id: I7b36e0e1ef55b4146896aaa3dbc9e4f61c4d205e --- systems/ocaml-system-x86_64.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 systems/ocaml-system-x86_64.morph (limited to 'systems') diff --git a/systems/ocaml-system-x86_64.morph b/systems/ocaml-system-x86_64.morph new file mode 100644 index 00000000..1903e4d6 --- /dev/null +++ b/systems/ocaml-system-x86_64.morph @@ -0,0 +1,20 @@ +name: ocaml-system-x86_64 +kind: system +description: OCaml base system +arch: x86_64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: bsp-x86_64-generic + morph: strata/bsp-x86_64-generic.morph +- name: ocaml-language + morph: strata/ocaml-language.morph +configuration-extensions: +- set-hostname +- add-config-files +- nfsboot +- install-files -- cgit v1.2.1