meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Bertrand Marquis <bertrand.marquis@arm.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: nd@arm.com
Subject: [PATCH v2 1/4] xen: Fix class inherit in xen-image
Date: Tue, 10 May 2022 16:35:13 +0100	[thread overview]
Message-ID: <cba614bcf3d974cb7e8c711f66e25d3c0b229776.1652196703.git.bertrand.marquis@arm.com> (raw)
In-Reply-To: <cover.1652196703.git.bertrand.marquis@arm.com>

Remove inherit of qemuboot classes when not build for qemu in
xen-image-minimal.
When reverted the handling for only adding inherited classes for qemu
was kept but the line always inheriting them was kept to.
This patch is fixing that so that qemuboot classes are now only added
when the image is built for qemu.

This fixes commit 27e5ade0abc2660226389b8b62ef07d85f4b8758

Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
---
 recipes-extended/images/xen-image-minimal.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb
index 7f10b1d..9fd05d2 100644
--- a/recipes-extended/images/xen-image-minimal.bb
+++ b/recipes-extended/images/xen-image-minimal.bb
@@ -36,7 +36,7 @@ LICENSE = "MIT"
 
 QB_NETWORK_XEN_BRIDGE = "1"
 
-inherit core-image qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-testimage-network
+inherit core-image
 # Only inherit the qemuboot classes when building for a qemu machine
 QB_QEMU_CLASSES = ""
 QB_QEMU_CLASSES:qemuall = "qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-testimage-network"
-- 
2.25.1



  reply	other threads:[~2022-05-10 15:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 15:35 [PATCH v2 0/4] Vairous fixes for qemu support Bertrand Marquis
2022-05-10 15:35 ` Bertrand Marquis [this message]
2022-05-18  0:06   ` [meta-virtualization] [PATCH v2 1/4] xen: Fix class inherit in xen-image Christopher Clark
2022-05-10 15:35 ` [PATCH v2 2/4] qemuboot: Fix command line and enable other machines Bertrand Marquis
2022-05-10 15:35 ` [PATCH v2 3/4] xen: enable qemuboot for arm32 Bertrand Marquis
2022-05-18  0:11   ` [meta-virtualization] " Christopher Clark
2022-05-10 15:35 ` [PATCH v2 4/4] xen: Disable PCI on qemuarm with Xen Bertrand Marquis
2022-05-18  0:14   ` [meta-virtualization] " Christopher Clark
2022-05-18  7:36     ` Bertrand Marquis
2022-05-18 17:59     ` Bruce Ashfield
2022-05-19  7:21       ` Bertrand Marquis

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=cba614bcf3d974cb7e8c711f66e25d3c0b229776.1652196703.git.bertrand.marquis@arm.com \
    --to=bertrand.marquis@arm.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=nd@arm.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 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 NNTP newsgroup(s).