All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Pau Monne <roger.pau@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Roger Pau Monne <roger.pau@citrix.com>,
	Doug Goldstein <cardoe@cardoe.com>
Subject: [PATCH for-4.15 3/3] automation: enable rombios build on Alpine
Date: Fri, 26 Feb 2021 09:59:08 +0100	[thread overview]
Message-ID: <20210226085908.21254-4-roger.pau@citrix.com> (raw)
In-Reply-To: <20210226085908.21254-1-roger.pau@citrix.com>

It's now safe to enable the build of rombios on Alpine systems, as
hvmloader already builds fine there.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 automation/scripts/build | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/automation/scripts/build b/automation/scripts/build
index d8990c3bf4..87e44bb940 100755
--- a/automation/scripts/build
+++ b/automation/scripts/build
@@ -31,9 +31,8 @@ fi
 if ! test -z "$(ldd /bin/ls|grep musl|head -1)"; then
     # disable --disable-werror for QEMUU when building with MUSL
     cfgargs+=("--with-extra-qemuu-configure-args=\"--disable-werror\"")
-    # hvmloader doesn't build on MUSL systems
-    cfgargs+=("--disable-seabios")
-    cfgargs+=("--disable-rombios")
+    # SeaBIOS doesn't build on MUSL systems
+    cfgargs+=("--with-system-seabios=/bin/false")
 fi
 
 # Qemu requires Python 3.5 or later
-- 
2.30.1



  parent reply	other threads:[~2021-02-26  9:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26  8:59 [PATCH for-4.15 0/3] firmware: fix build on Alpine Roger Pau Monne
2021-02-26  8:59 ` [PATCH for-4.15 1/3] hvmloader: do not include inttypes.h Roger Pau Monne
2021-02-26  9:11   ` Jan Beulich
2021-02-26  8:59 ` [PATCH for-4.15 2/3] firmware: provide a stand alone set of headers Roger Pau Monne
2021-02-26 13:24   ` Jan Beulich
2021-03-01  9:07     ` Roger Pau Monné
2021-03-01  9:17       ` Jan Beulich
2021-03-01  9:50         ` Roger Pau Monné
2021-03-01 10:05           ` Jan Beulich
2021-03-01 10:19             ` Roger Pau Monné
2021-02-26 20:36   ` Stefano Stabellini
2021-03-01 17:23   ` Ian Jackson
2021-02-26  8:59 ` Roger Pau Monne [this message]
2021-02-26 20:32 ` [PATCH for-4.15 0/3] firmware: fix build on Alpine Stefano Stabellini

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=20210226085908.21254-4-roger.pau@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=cardoe@cardoe.com \
    --cc=xen-devel@lists.xenproject.org \
    /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.