summaryrefslogtreecommitdiff
path: root/config/coreboot/dell
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-21 12:59:02 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-21 12:59:02 +0000
commit3e7e0c7d4881a187f82404beb34a2cd014a409f8 (patch)
tree91f9d70d9a8347b6c32de07a2d649ca0827ba604 /config/coreboot/dell
parent8f3d3eada9afd9ecc19d180aa2899062435501b6 (diff)
git.sh: support downloading dependency trees
a tree can specify: tree_depend="treename" this will make the other tree be downloaded. this is used for coreboot trees, to ensure that dependency trees are downloaded, because trees can now re-use crossgcc from other trees. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell')
-rw-r--r--config/coreboot/dell/target.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/dell/target.cfg b/config/coreboot/dell/target.cfg
index 32ee7ff1..8b2e2277 100644
--- a/config/coreboot/dell/target.cfg
+++ b/config/coreboot/dell/target.cfg
@@ -1,3 +1,4 @@
tree="dell"
+tree_depend="default"
xtree="default"
rev="d862695f5f432b5c78dada5f16c293a4c3f9fce6"