From 246274df8fa04e2f21d29e46fba2ccda9d186782 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 26 Feb 2013 15:02:26 +0000 Subject: Add Highbank BE morphologies --- base-system-armv7b-highbank.morph | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 base-system-armv7b-highbank.morph (limited to 'base-system-armv7b-highbank.morph') diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph new file mode 100644 index 00000000..e6f613e2 --- /dev/null +++ b/base-system-armv7b-highbank.morph @@ -0,0 +1,30 @@ +{ + "name": "base-system-armv7-highbank", + "description": "The set of strata required to have a minimal system for an ARM highbank system.", + "kind": "system", + "system-kind": "rootfs-tarball", + "arch": "armv7", + "disk-size": "2G", + "strata": [ + { + "morph": "build-essential", + "repo": "baserock:baserock/morphs", + "ref": "baserock/samthursfield/build-essential-2" + }, + { + "morph": "core", + "repo": "baserock:baserock/morphs", + "ref": "baserock/samthursfield/build-essential-2" + }, + { + "morph": "foundation", + "repo": "baserock:baserock/morphs", + "ref": "baserock/samthursfield/build-essential-2" + }, + { + "morph": "bsp-armv7b-highbank", + "repo": "baserock:baserock/morphs", + "ref": "baserock/samthursfield/highbank-be" + } + ] +} -- cgit v1.2.1 From d490ade78ac3977d5de72dda6fc6a564ee61bf0c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 26 Feb 2013 15:13:36 +0000 Subject: Fix names in new morphs --- base-system-armv7b-highbank.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base-system-armv7b-highbank.morph') 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", -- cgit v1.2.1 From 560fbff44ecc0efa0d50d2b1ff94d54096b3858f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 7 Mar 2013 11:21:19 +0000 Subject: Petrify branch --- base-system-armv7b-highbank.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base-system-armv7b-highbank.morph') diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph index 19868d72..fe8d41f8 100644 --- a/base-system-armv7b-highbank.morph +++ b/base-system-armv7b-highbank.morph @@ -9,17 +9,17 @@ { "morph": "build-essential", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential-2" + "ref": "baserock/samthursfield/highbank-be" }, { "morph": "core", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential-2" + "ref": "baserock/samthursfield/highbank-be" }, { "morph": "foundation", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential-2" + "ref": "baserock/samthursfield/highbank-be" }, { "morph": "bsp-armv7b-highbank", -- cgit v1.2.1 From 84e70fafe2568e5cf606cc700b140f62d371a4f9 Mon Sep 17 00:00:00 2001 From: Harrier Date: Mon, 18 Mar 2013 13:26:47 +0000 Subject: Set correct architectures for BE systems --- base-system-armv7b-highbank.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base-system-armv7b-highbank.morph') diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph index fe8d41f8..f99dc806 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": [ { -- cgit v1.2.1