summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarrier <harrier7@codethink.co.uk>2013-03-18 13:26:47 +0000
committerHarrier <harrier7@codethink.co.uk>2013-03-18 13:26:47 +0000
commit84e70fafe2568e5cf606cc700b140f62d371a4f9 (patch)
tree2ed52f26c0599bef7dddff7f4f7a6a4f3d332c9a
parent04cf8b7c57650bd674cf086913e3b00a64aca25c (diff)
downloadmorphs-84e70fafe2568e5cf606cc700b140f62d371a4f9.tar.gz
Set correct architectures for BE systems
-rw-r--r--base-system-armv7b-highbank.morph2
-rw-r--r--devel-system-armv7b-highbank.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph
index fe8d41f..f99dc80 100644
--- a/base-system-armv7b-highbank.morph
+++ b/base-system-armv7b-highbank.morph
@@ -3,7 +3,7 @@
"description": "The set of strata required to have a minimal system for an ARM highbank system.",
"kind": "system",
"system-kind": "rootfs-tarball",
- "arch": "armv7",
+ "arch": "armv7b",
"disk-size": "2G",
"strata": [
{
diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph
index 084044a..5eb3c35 100644
--- a/devel-system-armv7b-highbank.morph
+++ b/devel-system-armv7b-highbank.morph
@@ -3,7 +3,7 @@
"description": "A system that is able to build other systems based on the ARM highbank architecture.",
"kind": "system",
"system-kind": "rootfs-tarball",
- "arch": "armv7",
+ "arch": "armv7b",
"disk-size": "2G",
"strata": [
{