From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Config: unbreak check-source caused by empty defconfigs
Date: Thu, 14 Jul 2011 10:14:57 +0200 [thread overview]
Message-ID: <20110714101457.6521ebbd@skate> (raw)
In-Reply-To: <1310593649-26237-1-git-send-email-yann.morin.1998@anciens.enib.fr>
Le Wed, 13 Jul 2011 23:47:29 +0200,
"Yann E. MORIN" <yann.morin.1998@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
next prev parent reply other threads:[~2011-07-14 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 21:47 [Buildroot] [PATCH] Config: unbreak check-source caused by empty defconfigs Yann E. MORIN
2011-07-14 8:14 ` Thomas Petazzoni [this message]
2011-07-14 10:28 ` Yann E. MORIN
2011-07-14 11:34 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110714101457.6521ebbd@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.