Build and run sato-sdk on qemu x86 from nfs

build:

poky-image-sato-sdk
bitbake meta-ide-support


I want to have my rootfs nfs exported so I can customize it.

extract rootfs:

mkdir -p ${POKY_BUILD_NAME}-rootfs
poky-extract-sdk tmp/deploy/images/poky-image-sato-sdk-qemux86.tar.bz2 ${POKY_BUILD_NAME}-rootfs


You might want to install an nfs server and a tftp server as well so you have everything you need for running the stuff on a real target instead of qemu.

run:

poky-qemu qemux86 ${POKY_BUILD_NAME}-rootfs

Comments

Popular posts from this blog

Yocto: BitBake and Dependencies - e.g. One recipe to use output of another recipe

Yocto: kernel modules not showing up in the rootfs

Yocto/Qt5: hello-qt part2 - Licensing