meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: <kai.kang@windriver.com>
To: <meta-virtualization@lists.yoctoproject.org>
Subject: [PATCH] packagegroup-container: not compatible with mips and riscv
Date: Wed, 13 Sep 2023 13:49:02 +0800	[thread overview]
Message-ID: <20230913054902.3010136-1-kai.kang@windriver.com> (raw)

From: Kai Kang <kai.kang@windriver.com>

The recipes which are rdepended by packagegroup-container, such as
docker-moby, containerd-opencontainers etc, are not compatible with mips
and riscv32. So update COMPATIBLE_HOST for packagegroup-container.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 recipes-core/packagegroups/packagegroup-container.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index c41576a3..11a02d74 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
 
 inherit packagegroup
 
-COMPATIBLE_HOST:riscv64 = "null"
+COMPATIBLE_HOST = "^(?!(qemu)?(mips|riscv)).*"
 
 PACKAGES = "\
     packagegroup-container \
-- 
2.34.1



                 reply	other threads:[~2023-09-13  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230913054902.3010136-1-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).