docker-yocto
First try of build os yocto-based using docker image
F.Castagnotto
setup
- Install docker on your machine following the official docker guide.
- Execute the file setup_env.sh and wait till the end of the execution.
- At the end, you can find the final Qemu image under poky/build/tmp/deploy/images
build
- Setup the environment
- Execute the file docker_run_build.sh, select the type of build you want and wait till the end of the execution.
- At the end, you can find the wanted image under poky/build/tmp/deploy/images
[2018.03.29] File "setup_env.sh" start creation of environment into a docker container (ubuntu 14.04) and create the Qemu Virtual Image
[2018.03.29] Fix missing LANG configuration. Creation of full virtual image, instead of minimal.
[2018.05.02] Reset to base image creation. Automation to build and creation of Quemu image and RaspberryPI image.