]> code.ossystems Code Review - openembedded-core.git/commit
cml1.bbclass: make menuconfig task configurable
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Mon, 10 Aug 2015 15:22:22 +0000 (17:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Aug 2015 15:54:44 +0000 (08:54 -0700)
commitfd8880aee4f0f8a535616ef312b283f401f64c7c
tree3fc182a745438685f852fac137df651157033d05
parent08a938adbeb809dd3ea3f30ffe8f8bc2c37ed4b1
cml1.bbclass: make menuconfig task configurable

Menuconfig is sometimes not the most convenient way to configure a
kernel, as the default color scheme can be hard to read. This variable
gives you access to the MENUCONFIG_COLOR variable or lets you select
nconfig, e.g. by setting it in your local.conf:

KCONFIG_CONFIG_COMMAND = "MENUCONFIG_COLOR=mono menuconfig"
or
KCONFIG_CONFIG_COMMAND = "nconfig"

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cml1.bbclass