summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:21:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:21:17 +0000
commit415568c94489545f0243cf7f8996ffc8f4bb4d1f (patch)
tree996ff1657f72907b439ed138997b69db0736517c
parent93379fd8939fe50b8dad59b05e8b119a414c4852 (diff)
downloaddefinitions-415568c94489545f0243cf7f8996ffc8f4bb4d1f.tar.gz
Rename the bsp morphologies to suffixed architecture
-rw-r--r--armv7-versatile-base-system.morph2
-rw-r--r--armv7-versatile-devel-system.morph2
-rw-r--r--bsp-armv7-versatile.morph (renamed from armv7-versatile-bsp.morph)2
-rw-r--r--bsp-x86_64-generic.morph (renamed from x86_64-generic-bsp.morph)2
-rw-r--r--x86_64-generic-base-system.morph2
-rw-r--r--x86_64-generic-bootstrap-pass3.morph4
-rw-r--r--x86_64-generic-devel-system.morph2
7 files changed, 8 insertions, 8 deletions
diff --git a/armv7-versatile-base-system.morph b/armv7-versatile-base-system.morph
index bcc606fe..2bc95c4d 100644
--- a/armv7-versatile-base-system.morph
+++ b/armv7-versatile-base-system.morph
@@ -7,7 +7,7 @@
"disk-size": "2G",
"strata": [
{
- "morph": "armv7-versatile-bsp",
+ "morph": "bsp-armv7-versatile",
"repo": "baserock:morphs",
"ref": "master"
},
diff --git a/armv7-versatile-devel-system.morph b/armv7-versatile-devel-system.morph
index 6e107de8..1a092d4c 100644
--- a/armv7-versatile-devel-system.morph
+++ b/armv7-versatile-devel-system.morph
@@ -7,7 +7,7 @@
"disk-size": "2G",
"strata": [
{
- "morph": "armv7-versatile-bsp",
+ "morph": "bsp-armv7-versatile",
"repo": "baserock:morphs",
"ref": "master"
},
diff --git a/armv7-versatile-bsp.morph b/bsp-armv7-versatile.morph
index e0b5b690..7f7e4c2c 100644
--- a/armv7-versatile-bsp.morph
+++ b/bsp-armv7-versatile.morph
@@ -1,5 +1,5 @@
{
- "name": "armv7-versatile-bsp",
+ "name": "bsp-armv7-versatile",
"description": "The platform dependent components required to boot an ARM versatile development board.",
"kind": "stratum",
"chunks": [
diff --git a/x86_64-generic-bsp.morph b/bsp-x86_64-generic.morph
index f20a7ed7..ae5a3b07 100644
--- a/x86_64-generic-bsp.morph
+++ b/bsp-x86_64-generic.morph
@@ -1,5 +1,5 @@
{
- "name": "x86_64-generic-bsp",
+ "name": "bsp-x86_64-generic",
"description": "The set of platform specific components required for booting a 64-bit x86 based system.",
"kind": "stratum",
"chunks": [
diff --git a/x86_64-generic-base-system.morph b/x86_64-generic-base-system.morph
index 35e41bc1..3e6b4e9c 100644
--- a/x86_64-generic-base-system.morph
+++ b/x86_64-generic-base-system.morph
@@ -7,7 +7,7 @@
"disk-size": "2G",
"strata": [
{
- "morph": "x86_64-generic-bsp",
+ "morph": "bsp-x86_64-generic",
"repo": "baserock:morphs",
"ref": "master"
},
diff --git a/x86_64-generic-bootstrap-pass3.morph b/x86_64-generic-bootstrap-pass3.morph
index 78a5a3b5..8e1f5ec4 100644
--- a/x86_64-generic-bootstrap-pass3.morph
+++ b/x86_64-generic-bootstrap-pass3.morph
@@ -1,6 +1,6 @@
{
"name": "x86_64-generic-bootstrap-pass3",
- "description": "The set of strata that constitute the final bootstrap for 64-bit x86 systems. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so x86_64-generic-bsp fails to find what it needs from devel.",
+ "description": "The set of strata that constitute the final bootstrap for 64-bit x86 systems. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so bsp-x86_64-generic fails to find what it needs from devel.",
"kind": "stratum",
"build-depends": [
{
@@ -14,7 +14,7 @@
"ref": "master"
},
{
- "morph": "x86_64-generic-bsp",
+ "morph": "bsp-x86_64-generic",
"repo": "baserock:morphs",
"ref": "master"
}
diff --git a/x86_64-generic-devel-system.morph b/x86_64-generic-devel-system.morph
index bb49230b..8ec47137 100644
--- a/x86_64-generic-devel-system.morph
+++ b/x86_64-generic-devel-system.morph
@@ -7,7 +7,7 @@
"disk-size": "2G",
"strata": [
{
- "morph": "x86_64-generic-bsp",
+ "morph": "bsp-x86_64-generic",
"repo": "baserock:morphs",
"ref": "master"
},