[coreboot-gerrit] New patch to review for coreboot: payloads/coreinfo: Set KCONFIG_CONFIG value

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Aug 2 03:25:48 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16023

-gerrit

commit 477bfe4739a62346f5a227f96c4c4ed9a98473b4
Author: Martin Roth <martinroth at google.com>
Date:   Mon Aug 1 19:25:33 2016 -0600

    payloads/coreinfo: Set KCONFIG_CONFIG value
    
    The KCONFIG_CONFIG value was previously keeping the value set by
    coreboot's makefile. That caused it to overwrite coreboot's .config,
    making the current coreinfo build and the next coreboot build fail
    with the curious error that you were building without the correct
    toolchain.
    
    Change-Id: I973b0c36e7227135a5c2d6d261e08889857aaaf1
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/coreinfo/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile
index 2fe2398..486c96c 100644
--- a/payloads/coreinfo/Makefile
+++ b/payloads/coreinfo/Makefile
@@ -26,6 +26,7 @@ export KCONFIG_AUTOCONFIG := $(coreinfo_obj)/auto.conf
 export KCONFIG_DEPENDENCIES := $(coreinfo_obj)/auto.conf.cmd
 export KCONFIG_SPLITCONFIG := $(coreinfo_obj)/config
 export KCONFIG_TRISTATE := $(coreinfo_obj)/tristate.conf
+export KCONFIG_CONFIG := $(CURDIR)/.config
 export KCONFIG_NEGATIVES := 1
 export Kconfig := Kconfig
 



More information about the coreboot-gerrit mailing list