summaryrefslogtreecommitdiffstats
path: root/templates/machine/m3ulcb
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Fix m3ulcb/m3ulcb-nogfx buildsScott Murray2-2/+5
2019-07-24add markdown documentation for all machines and featuresStéphane Desneux1-0/+9
2019-06-10Changes to support the repo clone reworkJan-Simon Möller1-1/+1
2018-06-28[GEN3 KF] Configure GPS deviceRonan Le Martret1-0/+3
2018-03-20Add kingficher supportRonan Le Martret1-0/+1
2017-03-19[rcar-gen3] Update h3 m3 to renesas rcar gen3 BSP v2.16.0 (branch:morty)Ronan Le Martret1-1/+1
2017-01-26Move feature code into the meta recipesRonan1-47/+2
2017-01-13prevent used of mesa-gl and bad use of mesaRonan1-2/+2
2016-11-23meta-rcar-gen3: autoload mmp modulesYannick Gicquel1-0/+2
2016-11-21meta-rcar-gen3: add template with hw accelerationYannick Gicquel3-0/+59
io.force-legacy=false" # TODO: upstream to OE-core runqemu QB_OPT_APPEND += "-device virtio-gpu-device -display gtk,gl=on -show-cursor" # Virtio input QB_OPT_APPEND += "-device virtio-mouse-device -device virtio-keyboard-device" # Add the 'virtio-rng-device' device otherwise the guest may run out of entropy QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rng0" # Virtio Networking support QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@" # Virtio block device QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio-blk-device,drive=disk0" # Virtio serial console QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon"