diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 12:59:02 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 12:59:02 +0000 |
commit | 3e7e0c7d4881a187f82404beb34a2cd014a409f8 (patch) | |
tree | 91f9d70d9a8347b6c32de07a2d649ca0827ba604 /config/coreboot/fam15h_udimm | |
parent | 8f3d3eada9afd9ecc19d180aa2899062435501b6 (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/fam15h_udimm')
-rw-r--r-- | config/coreboot/fam15h_udimm/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/fam15h_udimm/target.cfg b/config/coreboot/fam15h_udimm/target.cfg index 77c6799d..06aa17af 100644 --- a/config/coreboot/fam15h_udimm/target.cfg +++ b/config/coreboot/fam15h_udimm/target.cfg @@ -1,4 +1,5 @@ tree="fam15h_udimm" +tree_depend="fam15h_rdimm" xtree="fam15h_rdimm" rev="1c13f8d85c7306213cd525308ee8973e5663a3f8" payload_grub="n" |