From: "Jon Mason" <jdmason@kudzu.us>
To: poky@lists.yoctoproject.org
Subject: [PATCH 2/2] genericx86-common.inc: add qemu requirement
Date: Thu, 14 Oct 2021 10:31:24 -0400 [thread overview]
Message-ID: <20211014143124.13941-2-jdmason@kudzu.us> (raw)
In-Reply-To: <20211014143124.13941-1-jdmason@kudzu.us>
Without the necessary fields being populated, genericx86 and
genericx86-64 fail work with runqemu. Add qemu.inc to provide these
fields.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 4651b37e5d68..9f465d72a9f2 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -1,5 +1,7 @@
include conf/machine/include/x86/x86-base.inc
require conf/machine/include/x86/qemuboot-x86.inc
+require conf/machine/include/qemu.inc
+
MACHINE_FEATURES += "wifi efi pcbios"
PREFERRED_VERSION_linux-yocto ?= "5.14%"
--
2.20.1
next prev parent reply other threads:[~2021-10-14 14:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-14 14:31 [PATCH 1/2] beaglebone-yocto: use correct CPU and QB_RNG Jon Mason
2021-10-14 14:31 ` Jon Mason [this message]
2021-10-14 17:34 ` [poky] " Tom Rini
2021-10-14 22:45 ` Richard Purdie
2021-10-14 22:51 ` Tom Rini
2021-10-19 14:47 ` Jon Mason
2021-10-19 14:54 ` Tom Rini
2021-10-19 14:38 ` Jon Mason
2021-10-19 14:43 ` [poky] " Tom Rini
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=20211014143124.13941-2-jdmason@kudzu.us \
--to=jdmason@kudzu.us \
--cc=poky@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 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.