You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to enable virtfs in qemu-xilinx that's included in the yocto-xilinx. I'm using more or less the same procedure as I did in Poky. I was able to get it working both with MACHINE=arm and MACHINE=x86_64. However, in a xilinx-yocto repo (not Poky), when I try to add --enable-virtfs and compile, I can find the following error when digging through logfiles:
../git/meson.build:1218:6: ERROR: Problem encountered: virtio-9p (virtfs) needs system emulation support
What's the correct procedure to enable virtfs on xilinx qemu?
The text was updated successfully, but these errors were encountered:
I'm trying to enable virtfs in qemu-xilinx that's included in the yocto-xilinx. I'm using more or less the same procedure as I did in Poky. I was able to get it working both with MACHINE=arm and MACHINE=x86_64. However, in a xilinx-yocto repo (not Poky), when I try to add
--enable-virtfs
and compile, I can find the following error when digging through logfiles:What's the correct procedure to enable virtfs on xilinx qemu?
The text was updated successfully, but these errors were encountered: