From 37efd825ca55c6bd698492328a52eeb619af6a69 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 22 Sep 2026 19:54:29 +0100 Subject: change coreboot mkhelper to force rebuild anyone pulling this patch will have their coreboot rebuild automatically. the cook function means that certain changes there might not apply automatically. this fixes that. from now on, when i modify the cook function, i will also modify the mkhelper.cfg (changes to actual config files in config/ will always trigger rebuilds) this will annoy some users, but it will only happen once, when they build with this patch in their tree. yes. we must avoid stale builds. Signed-off-by: Leah Rowe --- config/data/coreboot/mkhelper.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/data/coreboot') diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index f7122f9c..4469d860 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -32,3 +32,4 @@ premake="corebootpremake" mkhelper="$if_not_dry_build coreboot_pad_one_byte" postmake="$if_not_dry_build mkcorebootbin" cook_config="$if_not_dry_build cook_coreboot_config" + -- cgit v1.2.1