From 7f93aa491915b09a8d30b75d32dfa787b4d886f8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 20 Nov 2023 17:58:40 +0100 Subject: util/kconfig: Uprev to Linux 6.1's kconfig This also cleans up our patch queue. TEST=`util/abuild/abuild -C` output (config.h and config.build) remains the same Change-Id: I79159130ba3515ede59e9fb9fbf087e2ed76257a Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/79203 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- ...util-kconfig-chmod-w-before-savedefconfig.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 util/kconfig/patches/0015-util-kconfig-chmod-w-before-savedefconfig.patch (limited to 'util/kconfig/patches/0015-util-kconfig-chmod-w-before-savedefconfig.patch') diff --git a/util/kconfig/patches/0015-util-kconfig-chmod-w-before-savedefconfig.patch b/util/kconfig/patches/0015-util-kconfig-chmod-w-before-savedefconfig.patch deleted file mode 100644 index 2b96723693..0000000000 --- a/util/kconfig/patches/0015-util-kconfig-chmod-w-before-savedefconfig.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 48ad5c23680c81614663e09c6586ebeb26bf8c18 Mon Sep 17 00:00:00 2001 -From: Richard Marko -Date: Mon, 16 Oct 2023 15:26:33 +0200 -Subject: [PATCH] util/kconfig: chmod +w before savedefconfig - -This prevents a headscratcher when .config in root doesn't have a write -permission bit set which causes a build failure of savedefconfig -not able to write to copied file, for example - -*** Error while saving defconfig to: - build/mainboard/emulation/qemu-i440fx/cbfs-file.eU5E0t.out.tmp2 - -Change-Id: I2e7d35c9f6e8add3e7438d163850bc5fda5a99b2 -Signed-off-by: Richard Marko ---- - util/kconfig/Makefile.inc | 1 + - 1 file changed, 1 insertion(+) - -Index: kconfig/Makefile.inc -=================================================================== ---- kconfig.orig/Makefile.inc -+++ kconfig/Makefile.inc -@@ -34,6 +34,7 @@ oldconfig: KCONFIG_STRICT= - - savedefconfig: $(objk)/conf - cp $(DOTCONFIG) $(DEFCONFIG) -+ chmod +w $(DEFCONFIG) - $< --savedefconfig=$(DEFCONFIG) $(KBUILD_KCONFIG) - - FORCE: -- cgit v1.2.3