poky/meta
Bruce Ashfield ee4f09a850 kernel-yocto: quote kconfig mode check
We allow inheriting recipes to control the kconfig mode used by merge_config.sh
via the KCONFIG_MODE variable. An error crept into the variable reference, and
since it is not quoted, the true condition always runs.

The result is that operations without an explicit kconfig mode cannot trigger
allnoconfig for defconfig builds, which can result in some options being
dropped from the final .config.

Quoting the reference allows it to evaluate properly.

(From OE-Core rev: aad19e4381a8a09c354e5899885997c5b4cd115b)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-06 17:59:17 +01:00
..
classes kernel-yocto: quote kconfig mode check 2014-05-06 17:59:17 +01:00
conf defaultsetup: enable blacklist by default 2014-05-06 17:59:16 +01:00
files files/device_table-minimal.txt: cleanup 2014-04-25 17:19:20 +01:00
lib sstatetests: Use TUNE_ARCH instead of TARGET_ARCH 2014-05-04 17:37:19 +01:00
recipes-bsp grub git: update to latest git (grub-2.02-beta2-81-g4b8b913) 2014-05-06 17:59:16 +01:00
recipes-connectivity wpa-supplicant: add libgcrypt as a dependencie 2014-05-06 17:59:16 +01:00
recipes-core ldconfig-native: also default to lib32 and lib64 directories 2014-05-06 17:59:17 +01:00
recipes-devtools binutils: Fix building nativesdk binutils with gcc 4.9 2014-05-06 17:59:15 +01:00
recipes-extended xdg-utils: reinstall xdg-terminal 2014-05-06 17:59:15 +01:00
recipes-gnome Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it. 2014-05-02 20:46:59 +01:00
recipes-graphics xinput-calibrator: fix XDG launch 2014-05-06 17:59:16 +01:00
recipes-kernel systemtap: update to 2.5 release 2014-05-06 17:59:16 +01:00
recipes-lsb4 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
recipes-multimedia alsa-tools: Enable GTK support for X11, Wayland and DirectFB 2014-04-30 21:55:01 +01:00
recipes-qt qt4: Explicitly disable sqlite2 2014-05-06 17:59:17 +01:00
recipes-rt hwatdetect: Fix build failures from undeclared INC_PR 2014-02-13 16:59:50 +00:00
recipes-sato Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00
recipes-support gdbm: enable ptest support 2014-05-06 17:59:16 +01:00
site mips64-linux: set ac_cv_sizeof_ssize_t 2014-03-17 14:01:42 +00:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt