]> 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:51:15 +0000 (09:51 -0700)
commitf37a74369e82b1d129d6d8a5f0f3c18fafe07d10
treed418cd8b6b9c5622fcb5b24d3a2af40d034d8603
parent6cb4239b412dc782f66728e47753c1a82cccf759
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