From 3b58710687bcddb233bdcc48309c25fde665ea32 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 28 Aug 2012 15:20:39 +0100 Subject: Strata should use "chunks" not "sources" --- arm-versatile-bsp.morph | 2 +- bootstrap-pass1.morph | 2 +- bootstrap-pass2.morph | 2 +- devel.morph | 2 +- foundation.morph | 2 +- imx53-bsp.morph | 2 +- morph-cache-server.morph | 2 +- scripting.morph | 2 +- x86_64-generic-bsp.morph | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arm-versatile-bsp.morph b/arm-versatile-bsp.morph index 50de2cf6..c2031c85 100644 --- a/arm-versatile-bsp.morph +++ b/arm-versatile-bsp.morph @@ -2,7 +2,7 @@ "name": "arm-versatile-bsp", "description": "The platform dependent components required to boot an ARM versatile development board.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "linux", "repo": "upstream:linux", diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph index 9433e60c..2fd15f8a 100644 --- a/bootstrap-pass1.morph +++ b/bootstrap-pass1.morph @@ -2,7 +2,7 @@ "name": "bootstrap-pass1", "description": "A minimal set of programs required to build from source code releases. This is designed to not use the host environment whenever possible, which leads to strangeness like building something multiple times. It uses special branches which have been prepared to reduce the number of dependencies.", "kind": "stratum", - "sources": [ + "chunks": [ { "repo": "upstream:binutils-redhat", "ref": "baserock/bootstrap-pass1", diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph index 0845d27d..56642431 100644 --- a/bootstrap-pass2.morph +++ b/bootstrap-pass2.morph @@ -2,7 +2,7 @@ "name": "bootstrap-pass2", "description": "A set of programs that should allow anything to be built from source. This has no double-builds, but it does have some special branches.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "fhs-dirs", "repo": "baserock:fhs-dirs", diff --git a/devel.morph b/devel.morph index 4899886f..2609d1a5 100644 --- a/devel.morph +++ b/devel.morph @@ -2,7 +2,7 @@ "name": "devel", "description": "The set of programs that, when combined with foundation, are able to build devel and foundation. This is somewhat analogous to debian's build-essential", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "linux-api-headers", "repo": "upstream:linux", diff --git a/foundation.morph b/foundation.morph index acba84ce..eed0954c 100644 --- a/foundation.morph +++ b/foundation.morph @@ -2,7 +2,7 @@ "name": "foundation", "description": "The components that go into every system. This is a balance between minimal and functional. It should be platform independent.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "fhs-dirs", "repo": "baserock:fhs-dirs", diff --git a/imx53-bsp.morph b/imx53-bsp.morph index d7d6f8d0..1bb73cf6 100644 --- a/imx53-bsp.morph +++ b/imx53-bsp.morph @@ -2,7 +2,7 @@ "name": "imx53-bsp", "description": "The platform dependent components required to boot an i.MX 53 ARM development board.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "linux", "repo": "upstream:linux", diff --git a/morph-cache-server.morph b/morph-cache-server.morph index 22adc835..7de2c16f 100644 --- a/morph-cache-server.morph +++ b/morph-cache-server.morph @@ -2,7 +2,7 @@ "name": "morph-cache-server", "description": "The unique components that are required for a morph cache server.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "git", "repo": "upstream:git", diff --git a/scripting.morph b/scripting.morph index ed97c30c..513fb28a 100644 --- a/scripting.morph +++ b/scripting.morph @@ -2,7 +2,7 @@ "name": "scripting", "kind": "stratum", "description": "Interpreters for scripting languages.", - "sources": [ + "chunks": [ { "name": "lua", "repo": "upstream:lua", diff --git a/x86_64-generic-bsp.morph b/x86_64-generic-bsp.morph index 50631272..f20a7ed7 100644 --- a/x86_64-generic-bsp.morph +++ b/x86_64-generic-bsp.morph @@ -2,7 +2,7 @@ "name": "x86_64-generic-bsp", "description": "The set of platform specific components required for booting a 64-bit x86 based system.", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "linux", "repo": "upstream:linux", -- cgit v1.2.1