Re: commit 0eab62b makes menuconfig more strict regarding the old configs
Mike Banon <[email protected]>
| Newsgroups | gmane.linux.bios |
|---|---|
| Message-ID | <CAK7947=NPUcM_TQEctoLwDEPyRzuc6H2007byE=ntMJyrzWogw@mail.gmail.com> |
At the moment none of the suggestions work (tried make oldconfig, make olddefconfig, make menuconfig KCONFIG_WERROR=0 KCONFIG_WARN_UNKNOWN_SYMBOLS=0 "). Any workaround alternative to git revert of this commit would be nice On Wed, Nov 29, 2023 at 1:41 PM Patrick Georgi via coreboot <[email protected]> wrote: > > On 29.11.23 00:20, Martin Roth via coreboot <[email protected]> wrote: > > Hey Mike, > > I think you should be able to just append change the kconfig values when you run make to override the current settings. > > > > something like > > `make menuconfig KCONFIG_WERROR=0 KCONFIG_WARN_UNKNOWN_SYMBOLS=0` > > > > if we update where they're set in the makefile from := to ?=, you could even just have them set as environment variables so they don't need to be on the command line. > > Kconfig doesn't check for the value in the variables, just for their presence. Therefore we'd need to unexport the variables, and that's not possible per-target (despite the gnu make docs claiming otherwise) or on the make command line. > > I started a discussion in another thread on that, maybe we could discuss this over at https://mail.coreboot.org/hyperkitty/list/[email protected]/thread/M543FU2OIHEMLAFAFAPCFHAD36ISAEKO/? > _______________________________________________ > coreboot mailing list -- [email protected] > To unsubscribe send an email to [email protected] -- Best regards, Mike Banon Open Source Community Manager of 3mdeb - https://3mdeb.com/ _______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]