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 --- devel-system-armv7b-highbank.morph | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 devel-system-armv7b-highbank.morph (limited to 'devel-system-armv7b-highbank.morph') diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph new file mode 100644 index 00000000..996efa2f --- /dev/null +++ b/devel-system-armv7b-highbank.morph @@ -0,0 +1,35 @@ +{ + "name": "devel-system-armv7-highbank", + "description": "A system that is able to build other systems based on the ARM highbank architecture.", + "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" + }, + { + "morph": "tools", + "repo": "baserock:baserock/morphs", + "ref": "baserock/samthursfield/build-essential-2" + } + ] +} -- 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 --- devel-system-armv7b-highbank.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel-system-armv7b-highbank.morph') 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", -- 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 --- devel-system-armv7b-highbank.morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel-system-armv7b-highbank.morph') diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph index c2e36f16..084044a9 100644 --- a/devel-system-armv7b-highbank.morph +++ b/devel-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", @@ -29,7 +29,7 @@ { "morph": "tools", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential-2" + "ref": "baserock/samthursfield/highbank-be" } ] } -- 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 --- devel-system-armv7b-highbank.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel-system-armv7b-highbank.morph') diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph index 084044a9..5eb3c352 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": [ { -- cgit v1.2.1