[Buildroot] [PATCH] Config: unbreak check-source caused by empty defconfigs

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 14 08:14:57 UTC 2011


Le Wed, 13 Jul 2011 23:47:29 +0200,
"Yann E. MORIN" <yann.morin.1998 at anciens.enib.fr> a écrit :

> Running check-source uses an allyesconfig-like configuration.
> But in this case, the defconfig files for BareBox, U-Boot and
> the Linux kernel are not set, thus braking the check.
> 
> This patch fixes it by setting a dummy value '(none)' as the
> default value for the three affected defconfig entries.

No. The check at the end of the Linux, Barebox and U-Boot are here on
purpose. This commit makes those checks useless.

There is already a check :

ifeq ($(filter source,$(MAKECMDGOALS)),)

which disable the board name check when "make source" or "make
source-check" is used.

Or maybe I misunderstood the problem ?

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list