From ba36f26d6266ef6f980ddd9db5237db29d1c7c66 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 6 Jun 2024 02:35:36 +0100 Subject: handle build.list from config/data/, not config/ certain code checks for build.list, to skip it, for example in items() we already use config/data/grub to store grub config data that applied to all trees create these directories too: config/data/coreboot config/data/u-boot config/data/seabios move the respective build.list files in here, and also to config/data/grub now multi-tree projects contain, per directory, just the target.cfg file and the patches directory. this is much cleaner, because some of the logic can be simplified more Signed-off-by: Leah Rowe --- config/data/coreboot/build.list | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/data/coreboot/build.list (limited to 'config/data/coreboot/build.list') diff --git a/config/data/coreboot/build.list b/config/data/coreboot/build.list new file mode 100644 index 00000000..f6535149 --- /dev/null +++ b/config/data/coreboot/build.list @@ -0,0 +1 @@ +build/coreboot.rom -- cgit v1.2.1