Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257708
| From | Bruce Ashfield <bruce.ashfield@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n |
| Date | 2015-10-28 07:40 +0100 |
| Message-ID | <qosyS-7ut-5@gated-at.bofh.it> (permalink) |
| References | <qon69-3PX-5@gated-at.bofh.it> <qon69-3PX-3@gated-at.bofh.it> <qospc-7q6-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/28/2015 02:26 AM, Darren Hart wrote: > On Wed, Oct 28, 2015 at 09:42:06AM +0900, Olof Johansson wrote: >> Kconfig knows how to handle CONFIG_FOO=n just fine, but it'll always >> use "# CONFIG FOO is not set" in the resulting config. Mangle the input >> accordingly so we don't report this as a failure when it isn't. >> >> Signed-off-by: Olof Johansson <olof@lixom.net> > > Matching Kconfig behavior is the logical approach, no point in complaining if > Kconfig will accpet the result. > > Bruce, I think we'll just need to update the linux-yocto tool documentation not > to mark =n as wrong. purists still think it is wrong :) The tools don't report this as an error anymore, so there's no change here. Bruce > > Reviewed-by: Darren Hart <dvhart@linux.intel.com> > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n Olof Johansson <olof@lixom.net> - 2015-10-28 01:50 +0100
Re: [PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n Darren Hart <dvhart@infradead.org> - 2015-10-28 07:30 +0100
Re: [PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n Bruce Ashfield <bruce.ashfield@windriver.com> - 2015-10-28 07:40 +0100
csiph-web