Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

jhoshiko
Copy link
Contributor

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 jhoshiko marked this pull request as draft February 14, 2024 01:25
@jhoshiko jhoshiko marked this pull request as ready for review March 19, 2024 22:45
@jhoshiko
Copy link
Contributor Author

jhoshiko commented Mar 19, 2024

@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
Copy link
Collaborator

Also tagging @drmrd

jhoshiko and others added 2 commits March 19, 2024 17:08
…ner that can build yocto images, included yocto release files that are unqipped when building the docker container

Signed-off-by: Joshua Hoshiko <[email protected]>
@jhoshiko
Copy link
Contributor Author

Closing this pr and reopening a new one.

@jhoshiko jhoshiko closed this Mar 20, 2024
@jhoshiko jhoshiko deleted the yocto-images branch March 20, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants