[linux-yocto] [yocto-kernel-cache] [PATCH] Fix bitbake warnings on build

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Mon Jun 27 00:14:57 PDT 2016


From: Rebecca Chang Swee Fun <rebecca.swee.fun.chang at intel.com>

Hi Bruce,

With a build test run on Intel Common BSP, some warning messages poped
out about actual value set is not matched with requested value on
CONFIG_GPIO_GENERIC.

This can be resolved by setting CONFIG_GPIO_GENERIC_PLATFORM=y
since CONFIG_GPIO_GENERIC is tristate selected by CONFIG_GPIO_GENERIC_PLATFORM.

This is only targetted to fix on yocto-4.1 branch.

Please review and feedback if you have any. Thank you!

Regards,
Rebecca

Rebecca Chang Swee Fun (1):
  broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of
    CONFIG_GPIO_GENERIC

 features/soc/broxton/broxton.cfg | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1



More information about the linux-yocto mailing list