Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] syslinux: Allow to build multiple flavors simultaneously
Date: Wed, 16 Mar 2016 22:42:57 +0100	[thread overview]
Message-ID: <20160316224257.46555e32@free-electrons.com> (raw)
In-Reply-To: <56E9D0A6.6040104@mind.be>

Hello,

On Wed, 16 Mar 2016 22:31:18 +0100, Arnout Vandecappelle wrote:

>   It is now possible that no image is selected at all. I think this will be 
> pretty bad for the build - probably, everything will be built but nothing 
> installed. So we either have to force one of the images to be selected, or add a 
> check in the .mk file that at least one of them is selected. I'm not sure what 
> the best solution is here.

Ensure in Config.in that one of them is enabled, like in the main
option:

	select BR2_TARGET_SYSLINUX_ISOLINUX \
		if !BR2_TARGET_SYSLINUX_PXELINUX && \
		   !BR2_TARGET_SYSLINUX_MBR && \
		   !BR2_TARGET_SYSLINUX_EFI

At least, that's my preference.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-03-16 21:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-16 15:50 [Buildroot] [PATCH 1/1] syslinux: Allow to build multiple flavors simultaneously Benoît Allard
2016-03-16 21:31 ` Arnout Vandecappelle
2016-03-16 21:42   ` Thomas Petazzoni [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-17  8:09 Benoît Allard
2016-04-02  4:59 ` Matthew Weber
2016-04-02 13:05   ` Matthew Weber
2016-04-08  7:49     ` Benoît Allard
2016-04-10 15:45       ` Arnout Vandecappelle
2016-04-10 15:48 ` Arnout Vandecappelle
2016-04-18 21:48 ` Thomas Petazzoni

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=20160316224257.46555e32@free-electrons.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox