Skip to content

Instantly share code, notes, and snippets.

@Robokishan
Last active April 20, 2020 06:35
Show Gist options
  • Save Robokishan/1c80971222160e7e807055ae288f3055 to your computer and use it in GitHub Desktop.
Save Robokishan/1c80971222160e7e807055ae288f3055 to your computer and use it in GitHub Desktop.
dockerfile for compiling the yocto custom os

Yocto build process gists

FROM gmacario/build-yocto
RUN sudo apt-get update
RUN sudo apt-get upgrade -y
RUN sudo apt-get install -y nano vim
RUN wget ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux
RUN chmod a+x phyLinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment