All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Johansson via <qemu-devel@nongnu.org>
To: qemu-devel@nongnu.org
Cc: ale@rev.ng, tsimpson@quicinc.com, bcain@quicinc.com,
	mlambert@quicinc.com, babush@rev.ng, nizzo@rev.ng,
	richard.henderson@linaro.org, alex.bennee@linaro.org
Subject: [PATCH v10 09/16] target/hexagon: fix renamed package templates
Date: Wed,  1 Jun 2022 19:00:06 +0200	[thread overview]
Message-ID: <20220601170013.160531-10-anjo@rev.ng> (raw)
In-Reply-To: <20220601170013.160531-1-anjo@rev.ng>

The glibc-static package mapping no longer exists, qemu.yml is updated to
use libc-static instead.

Signed-off-by: Anton Johansson <anjo@rev.ng>
---
 tests/lcitool/projects/qemu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml
index d068a7a8de..51c9c33746 100644
--- a/tests/lcitool/projects/qemu.yml
+++ b/tests/lcitool/projects/qemu.yml
@@ -26,7 +26,6 @@ packages:
  - genisoimage
  - glib2
  - glib2-static
- - glibc-static
  - glusterfs
  - gnutls
  - gtk3
@@ -35,6 +34,7 @@ packages:
  - libattr
  - libasan
  - libbpf
+ - libc-static
  - libcacard
  - libcap-ng
  - libcurl
--
2.36.1


  parent reply	other threads:[~2022-06-01 17:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 16:59 [PATCH v10 00/16] target/hexagon: introduce idef-parser Anton Johansson via
2022-06-01 16:59 ` [PATCH v10 01/16] target/hexagon: update MAINTAINERS for idef-parser Anton Johansson via
2022-06-01 16:59 ` [PATCH v10 02/16] target/hexagon: import README " Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 03/16] target/hexagon: make slot number an unsigned Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 04/16] target/hexagon: make helper functions non-static Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 05/16] target/hexagon: introduce new helper functions Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 06/16] target/hexagon: expose next PC in DisasContext Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 07/16] target/hexagon: prepare input for the idef-parser Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 08/16] target/hexagon: update libvirt-ci submodule Anton Johansson via
2022-06-01 17:00 ` Anton Johansson via [this message]
2022-06-01 17:00 ` [PATCH v10 10/16] target/hexagon: add flex/bison/glib2 to qemu.yml Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 11/16] target/hexagon: regenerate docker/cirrus files Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 12/16] target/hexagon: manually add flex/bison/glib2 to remaining containers Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 13/16] target/hexagon: import lexer for idef-parser Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 14/16] target/hexagon: import parser " Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 15/16] target/hexagon: call idef-parser functions Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 16/16] target/hexagon: import additional tests Anton Johansson via

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=20220601170013.160531-10-anjo@rev.ng \
    --to=qemu-devel@nongnu.org \
    --cc=ale@rev.ng \
    --cc=alex.bennee@linaro.org \
    --cc=anjo@rev.ng \
    --cc=babush@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=mlambert@quicinc.com \
    --cc=nizzo@rev.ng \
    --cc=richard.henderson@linaro.org \
    --cc=tsimpson@quicinc.com \
    /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.