From 3e7e0c7d4881a187f82404beb34a2cd014a409f8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 21 Jan 2024 12:59:02 +0000 Subject: 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 --- config/coreboot/fam15h_udimm/target.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/coreboot/fam15h_udimm') 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" -- cgit v1.2.1