Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5710
-gerrit
commit 3ff15825462ebe08c38ddfd11b272d90c426024e Author: Patrick Georgi patrick@georgi-clan.de Date: Fri May 9 20:41:01 2014 +0200
payloads: make build system integration work again
Payloads using Kconfig get confused by coreboot Kconfig configuration in environment variables. Prune them.
Change-Id: I63da2af0a15dca35d70cd65b2f74a1564aab9483 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- payloads/external/FILO/Makefile.inc | 5 +++++ payloads/external/SeaBIOS/Makefile.inc | 5 +++++ 2 files changed, 10 insertions(+)
diff --git a/payloads/external/FILO/Makefile.inc b/payloads/external/FILO/Makefile.inc index 72f86bc..d298d1d 100644 --- a/payloads/external/FILO/Makefile.inc +++ b/payloads/external/FILO/Makefile.inc @@ -3,7 +3,12 @@ NAME-$(CONFIG_FILO_MASTER)=MASTER TAG-$(CONFIG_FILO_STABLE)=4dbb31a64fe5b1c7e3025ab34619220609897646 NAME-$(CONFIG_FILO_STABLE)=STABLE
+unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG +unexport KCONFIG_DEPENDENCIES +unexport KCONFIG_SPLITCONFIG +unexport KCONFIG_TRISTATE +unexport KCONFIG_NEGATIVES
all: filo
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 153cf97..042df0a 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,7 +1,12 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master TAG-$(CONFIG_SEABIOS_STABLE)=88cb66ea542906ffff8a80ef397b9e3adbb33116
+unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG +unexport KCONFIG_DEPENDENCIES +unexport KCONFIG_SPLITCONFIG +unexport KCONFIG_TRISTATE +unexport KCONFIG_NEGATIVES
all: build