summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-28 15:10:43 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-28 15:10:43 +0100
commitff8b45bc12e03300605f2936410179507a6a8e3b (patch)
tree2ea87f7c66332cb0a577481a110afb29d89bd98a
parent9fc9b1d960708f5da742cb20e79070580ee9b49f (diff)
downloadmorphs-ff8b45bc12e03300605f2936410179507a6a8e3b.tar.gz
Fix references to renamed armv7 strata
-rw-r--r--armv7-versatile-base-system.morph2
-rw-r--r--armv7-versatile-bsp.morph2
-rw-r--r--armv7-versatile-devel-system.morph2
3 files changed, 3 insertions, 3 deletions
diff --git a/armv7-versatile-base-system.morph b/armv7-versatile-base-system.morph
index d3dbc47..bcc606f 100644
--- a/armv7-versatile-base-system.morph
+++ b/armv7-versatile-base-system.morph
@@ -7,7 +7,7 @@
"disk-size": "2G",
"strata": [
{
- "morph": "arm-versatile-bsp",
+ "morph": "armv7-versatile-bsp",
"repo": "baserock:morphs",
"ref": "master"
},
diff --git a/armv7-versatile-bsp.morph b/armv7-versatile-bsp.morph
index c2031c8..e0b5b69 100644
--- a/armv7-versatile-bsp.morph
+++ b/armv7-versatile-bsp.morph
@@ -1,5 +1,5 @@
{
- "name": "arm-versatile-bsp",
+ "name": "armv7-versatile-bsp",
"description": "The platform dependent components required to boot an ARM versatile development board.",
"kind": "stratum",
"chunks": [
diff --git a/armv7-versatile-devel-system.morph b/armv7-versatile-devel-system.morph
index 61e33c6..f232e2c 100644
--- a/armv7-versatile-devel-system.morph
+++ b/armv7-versatile-devel-system.morph
@@ -7,7 +7,7 @@
"disk-size": "10G",
"strata": [
{
- "morph": "arm-versatile-bsp",
+ "morph": "armv7-versatile-bsp",
"repo": "baserock:morphs",
"ref": "master"
},