summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-28 15:20:39 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-28 15:20:39 +0100
commit3b58710687bcddb233bdcc48309c25fde665ea32 (patch)
tree6c92c83fea8ae5d79d63a5c2f2238ad0748f4fb7
parent85f4b00b34f0a7e38133be8f83ca16db8a3cfc62 (diff)
downloadmorphs-3b58710687bcddb233bdcc48309c25fde665ea32.tar.gz
Strata should use "chunks" not "sources"
-rw-r--r--arm-versatile-bsp.morph2
-rw-r--r--bootstrap-pass1.morph2
-rw-r--r--bootstrap-pass2.morph2
-rw-r--r--devel.morph2
-rw-r--r--foundation.morph2
-rw-r--r--imx53-bsp.morph2
-rw-r--r--morph-cache-server.morph2
-rw-r--r--scripting.morph2
-rw-r--r--x86_64-generic-bsp.morph2
9 files changed, 9 insertions, 9 deletions
diff --git a/arm-versatile-bsp.morph b/arm-versatile-bsp.morph
index 50de2cf..c2031c8 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 9433e60..2fd15f8 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 0845d27..5664243 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 4899886..2609d1a 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 acba84c..eed0954 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 d7d6f8d..1bb73cf 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 22adc83..7de2c16 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 ed97c30..513fb28 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 5063127..f20a7ed 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",