EVerest / everest-demo

EVerest demo: Dockerized demo with software in the loop simulation
Apache License 2.0
11 stars 13 forks source link

Add dockerfile and docker compose file to create a docker container that build yocto images #14

Closed jhoshiko closed 3 months ago

jhoshiko commented 5 months ago

Added a dockerfile and a docker compose file for building a docker container that can build yocto images. Included yocto release files that are unzipped when building the docker container.

jhoshiko commented 3 months ago

@couryrr-afs @drmrd This PR has a simple dockerfile that is automated to build the yocto core-image-minimal target. You can edit this file to add steps for custom layers and change the target to another.

From running the oe-init-build-env script:

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-full-cmdline
    core-image-sato
    core-image-weston
    meta-toolchain
    meta-ide-support

I built the dockerfile following the steps found here, which I would recommend referring to when you edit the dockerfile.

shankari commented 3 months ago

Also tagging @drmrd

jhoshiko commented 3 months ago

Closing this pr and reopening a new one.