summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slab-csom-bsp.morph8
1 files changed, 7 insertions, 1 deletions
diff --git a/slab-csom-bsp.morph b/slab-csom-bsp.morph
index 5f2b938..a921d5b 100644
--- a/slab-csom-bsp.morph
+++ b/slab-csom-bsp.morph
@@ -4,10 +4,16 @@
"kind": "stratum",
"sources": [
{
+ "name": "u-boot",
+ "repo": "upstream:u-boot",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
"name": "linux",
"repo": "upstream:linux",
"ref": "baserock/arm/csb1726",
- "build-depends": []
+ "build-depends": ["u-boot"]
}
]
}