Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] pkg-kconfig now loads kconfig variables
@ 2015-08-04 12:27 Denis THULIN
  2015-08-04 12:27 ` [Buildroot] [PATCH 1/2] kconfig: Can now use variables outside of package Denis THULIN
  2015-08-04 12:27 ` [Buildroot] [PATCH 2/2] i2c-tools: Adds check of i2c kernel option Denis THULIN
  0 siblings, 2 replies; 6+ messages in thread
From: Denis THULIN @ 2015-08-04 12:27 UTC (permalink / raw)
  To: buildroot

This series adds a way to use the configurations of kconfig packages in the
buildroot make environnement.
This can be useful when you want to be sure that an option of a kconfig
package is selected or when you want to know some information about
a kconfig package's configuration

The first patch of the series is the modification of pkg-kconfig to make
that change.

The second patch is an exemple of how this can be used.


Denis THULIN (2):
  kconfig: Can now use variables outside of package
  i2c-tools: Adds check of i2c kernel option

 Makefile                       |  4 +++-
 package/i2c-tools/i2c-tools.mk | 14 ++++++++++++++
 package/pkg-kconfig.mk         | 24 +++++++++++++++++++++++-
 3 files changed, 40 insertions(+), 2 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-04 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 12:27 [Buildroot] [PATCH 0/2] pkg-kconfig now loads kconfig variables Denis THULIN
2015-08-04 12:27 ` [Buildroot] [PATCH 1/2] kconfig: Can now use variables outside of package Denis THULIN
2015-08-04 12:27 ` [Buildroot] [PATCH 2/2] i2c-tools: Adds check of i2c kernel option Denis THULIN
2015-08-04 12:45   ` Thomas Petazzoni
2015-08-04 13:38     ` Denis Thulin
2015-08-04 13:52       ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox