summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsp-armv7-versatile.morph7
-rw-r--r--bsp-imx53.morph7
-rw-r--r--bsp-x86_32-generic.morph7
3 files changed, 21 insertions, 0 deletions
diff --git a/bsp-armv7-versatile.morph b/bsp-armv7-versatile.morph
index 7f7e4c2c..fa5c3c66 100644
--- a/bsp-armv7-versatile.morph
+++ b/bsp-armv7-versatile.morph
@@ -2,6 +2,13 @@
"name": "bsp-armv7-versatile",
"description": "The platform dependent components required to boot an ARM versatile development board.",
"kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential",
+ "morph": "core"
+ }
+ ],
"chunks": [
{
"name": "linux",
diff --git a/bsp-imx53.morph b/bsp-imx53.morph
index 54a58f88..e610bdc2 100644
--- a/bsp-imx53.morph
+++ b/bsp-imx53.morph
@@ -2,6 +2,13 @@
"name": "bsp-imx53",
"description": "The platform dependent components required to boot an i.MX 53 ARM development board.",
"kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential",
+ "morph": "core"
+ }
+ ],
"chunks": [
{
"name": "linux",
diff --git a/bsp-x86_32-generic.morph b/bsp-x86_32-generic.morph
index e4c6ce8d..62441b62 100644
--- a/bsp-x86_32-generic.morph
+++ b/bsp-x86_32-generic.morph
@@ -2,6 +2,13 @@
"name": "bsp-x86_32-generic",
"description": "The set of platform specific components required for booting a 32-bit x86 based system.",
"kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential",
+ "morph": "core"
+ }
+ ],
"chunks": [
{
"name": "linux",