summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-30 15:12:03 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-13 13:49:43 +0000
commit42171a1c3a75c4606383103cda4129ab344e1d69 (patch)
tree4a5e01c652e5721cd2378074b83b5e74883f706e
parent980a9089527fa577bc1facd6a0382fa2eacef716 (diff)
downloaddefinitions-42171a1c3a75c4606383103cda4129ab344e1d69.tar.gz
highbank: Adapt to new build-essential changes
-rw-r--r--base-system-armv7-highbank.morph11
-rw-r--r--bsp-armv7-highbank.morph7
2 files changed, 15 insertions, 3 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph
index 9bdadbaa..63776d4d 100644
--- a/base-system-armv7-highbank.morph
+++ b/base-system-armv7-highbank.morph
@@ -7,14 +7,19 @@
"disk-size": "2G",
"strata": [
{
- "morph": "bsp-armv7-highbank",
+ "morph": "build-essential",
"repo": "baserock:baserock/morphs",
- "ref": "jjardon/calxeda_highbank"
+ "ref": "master"
},
{
- "morph": "foundation",
+ "morph": "core",
"repo": "baserock:baserock/morphs",
"ref": "master"
+ },
+ {
+ "morph": "bsp-armv7-highbank",
+ "repo": "baserock:baserock/morphs",
+ "ref": "jjardon/highbank"
}
]
}
diff --git a/bsp-armv7-highbank.morph b/bsp-armv7-highbank.morph
index 8565eed7..1a49c68d 100644
--- a/bsp-armv7-highbank.morph
+++ b/bsp-armv7-highbank.morph
@@ -2,6 +2,13 @@
"name": "bsp-armv7-highbank",
"description": "The platform dependent components required to boot an ARM highbank board.",
"kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "core"
+ }
+ ],
"chunks": [
{
"name": "linux",