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 2/2] runv: set COMPATIBLE_HOST
Date: Tue, 24 Oct 2023 23:24:15 +0800	[thread overview]
Message-ID: <20231024152415.1259420-2-kai.kang@windriver.com> (raw)
In-Reply-To: <20231024152415.1259420-1-kai.kang@windriver.com>

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

runv rdepends on qemu, so update COMPATIBLE_HOST for runv to accord with qemu.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 recipes-core/runv/runv_git.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb
index e5a5abd3..73cd81a6 100644
--- a/recipes-core/runv/runv_git.bb
+++ b/recipes-core/runv/runv_git.bb
@@ -19,6 +19,12 @@ inherit goarch
 inherit pkgconfig
 inherit autotools-brokensep
 
+# accord with qemu
+COMPATIBLE_HOST:mipsarchn32 = "null"
+COMPATIBLE_HOST:mipsarchn64 = "null"
+COMPATIBLE_HOST:riscv32 = "null"
+COMPATIBLE_HOST:powerpc = "null"
+
 PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
 AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
 
-- 
2.34.1



  reply	other threads:[~2023-10-24 15:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 15:24 [PATCH 1/2] podman & umoci: mark incompatible with mips kai.kang
2023-10-24 15:24 ` kai.kang [this message]
2023-10-24 15:45 ` [meta-virtualization] " Bruce Ashfield
2023-10-25  1:23   ` Kai

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=20231024152415.1259420-2-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).