Nothing simpler, my dear friend Ron. Do the following steps (on your Linux/Debian/Ubuntu/OpenSUSE/RHEL/Fedora/Centos): [1] Go to YOCTO project: https://www.yoctoproject.org [2] Go to the following site: https://www.yoctoproject.org/downloads [3] Do git clone Rocko: git clone -b rocko git://git.yoctoproject.org/poky.git [4] Go to poky/ directory, do the following: . oe-init-build-env [5] go to build/conf, and find there local.conf [6] there are two variables there: #MACHINE ?= "qemux86" #MACHINE ?= 'qemux86-64" [7] Un-comment one (whatever you need), save the file, exit from the local.conf, and do the following bitbake -k core-image-minimal [8] When it finishes (after 3 to 6 hours), do the: runqemu qemux86(-64),
U R all set! Enjoy! Zoran _______ On Thu, Jan 18, 2018 at 6:54 PM, ron minnich <[email protected]> wrote: > Anybody out there know of an x86 emulation validation suite? > > thanks > > ron > > -- > coreboot mailing list: [email protected] > https://mail.coreboot.org/mailman/listinfo/coreboot -- coreboot mailing list: [email protected] https://mail.coreboot.org/mailman/listinfo/coreboot

