summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:13:36 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:13:36 +0000
commitd490ade78ac3977d5de72dda6fc6a564ee61bf0c (patch)
treebe464903e1af966ea21d7b35361536b9218a9c79
parent246274df8fa04e2f21d29e46fba2ccda9d186782 (diff)
downloaddefinitions-d490ade78ac3977d5de72dda6fc6a564ee61bf0c.tar.gz
Fix names in new morphs
-rw-r--r--base-system-armv7b-highbank.morph2
-rw-r--r--bsp-armv7b-highbank.morph4
-rw-r--r--devel-system-armv7b-highbank.morph2
3 files changed, 4 insertions, 4 deletions
diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph
index e6f613e2..19868d72 100644
--- a/base-system-armv7b-highbank.morph
+++ b/base-system-armv7b-highbank.morph
@@ -1,5 +1,5 @@
{
- "name": "base-system-armv7-highbank",
+ "name": "base-system-armv7b-highbank",
"description": "The set of strata required to have a minimal system for an ARM highbank system.",
"kind": "system",
"system-kind": "rootfs-tarball",
diff --git a/bsp-armv7b-highbank.morph b/bsp-armv7b-highbank.morph
index 145ec41d..ac1e26a2 100644
--- a/bsp-armv7b-highbank.morph
+++ b/bsp-armv7b-highbank.morph
@@ -1,5 +1,5 @@
{
- "name": "bsp-armv7-highbank",
+ "name": "bsp-armv7b-highbank",
"description": "The platform dependent components required to boot an ARM highbank board.",
"kind": "stratum",
"build-depends": [
@@ -13,7 +13,7 @@
{
"name": "linux",
"repo": "upstream:linux",
- "ref": "baserock/arm/highbank",
+ "ref": "baserock/arm/bjdooks/linux37-be8-1",
"build-depends": []
}
]
diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph
index 996efa2f..c2e36f16 100644
--- a/devel-system-armv7b-highbank.morph
+++ b/devel-system-armv7b-highbank.morph
@@ -1,5 +1,5 @@
{
- "name": "devel-system-armv7-highbank",
+ "name": "devel-system-armv7b-highbank",
"description": "A system that is able to build other systems based on the ARM highbank architecture.",
"kind": "system",
"system-kind": "rootfs-tarball",