]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: fix special characters bug
authorLibo Chen <libo.chen.cn@windriver.com>
Wed, 6 Aug 2025 02:42:47 +0000 (19:42 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 17 Sep 2025 16:32:52 +0000 (09:32 -0700)
commit0276bd0e8d5cefb6f98d685bc9faa0451780bef9
tree44ffedfd02e688ccad61ab3f5cf4e3e98496e5b2
parentdf9898f13c261eeac2cc343569c843bc7dcaf163
runqemu: fix special characters bug

Fix the bug in runqemu that happens when the file path contains
the specific words such as 'vmlinux', e.g. /home/frank/vmlinux.

runqemu - ERROR - wic doesn't need kernel

Signed-off-by: Libo Chen <libo.chen.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3c186fe7741adecb0887e36c8a9164a58fc16437)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/runqemu