Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] runqemu: Set target to rootfs when target is empty
@ 2025-02-21  3:23 liezhi.yang
  2025-02-21  3:23 ` [PATCH 1/1] " liezhi.yang
  0 siblings, 1 reply; 2+ messages in thread
From: liezhi.yang @ 2025-02-21  3:23 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

The following changes since commit fbafd942e6c78d1298fa64129149ff311b61fcf8:

  python3: Skip test_write_read_append (2025-02-20 11:56:44 +0000)

are available in the Git repository at:

  https://github.com/robertlinux/yocto rbt/qemu
  https://github.com/robertlinux/yocto/tree/rbt/qemu

Robert Yang (1):
  runqemu: Set target to rootfs when target is empty

 scripts/runqemu | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.44.1



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

* [PATCH 1/1] runqemu: Set target to rootfs when target is empty
  2025-02-21  3:23 [PATCH 0/1] runqemu: Set target to rootfs when target is empty liezhi.yang
@ 2025-02-21  3:23 ` liezhi.yang
  0 siblings, 0 replies; 2+ messages in thread
From: liezhi.yang @ 2025-02-21  3:23 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

Fixed:
$ runqemu qemux86-64 core-image-minimal
runqemu - ERROR - IMAGE_LINK_NAME wasn't set to find corresponding .qemuboot.conf file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 scripts/runqemu | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/runqemu b/scripts/runqemu
index 14eb939b3e..86124a4a6a 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -1676,6 +1676,9 @@ to your build configuration.
         if multiconfig:
             multiconfig = "mc:%s" % multiconfig
 
+        if self.rootfs and not target:
+            target = self.rootfs
+
         if mach:
             cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
         else:
-- 
2.44.1



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

end of thread, other threads:[~2025-02-21  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21  3:23 [PATCH 0/1] runqemu: Set target to rootfs when target is empty liezhi.yang
2025-02-21  3:23 ` [PATCH 1/1] " liezhi.yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox