All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets
@ 2022-10-05 15:01 Thomas Perrot
  2022-10-05 15:31 ` Alexander Kanavin
  2022-10-05 16:19 ` Khem Raj
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Perrot @ 2022-10-05 15:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Thomas Perrot

Otherwise, it isn't possible to interact with the UI.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
---
 meta/recipes-sato/images/core-image-sato.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index e63a229d1257..0e37c15097b3 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -12,6 +12,8 @@ inherit core-image
 TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0"
 TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
 
+IMAGE_INSTALL:append:qemuall = " kernel-module-virtio-input"
+
 QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
 QB_MEM:qemuarmv5 = "-m 256"
 QB_MEM:qemumips = "-m 256"
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-06  9:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 15:01 [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets Thomas Perrot
2022-10-05 15:31 ` Alexander Kanavin
2022-10-05 16:10   ` Thomas Perrot
2022-10-05 16:14     ` Alexander Kanavin
2022-10-05 16:19 ` Khem Raj
2022-10-05 16:51   ` Thomas Perrot
2022-10-05 17:09     ` Alexander Kanavin
2022-10-06  9:03       ` Thomas Perrot
2022-10-05 17:19     ` Bruce Ashfield
2022-10-06  9:50       ` Thomas Perrot

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.