Yocto build process gists
Last active
April 20, 2020 06:35
-
-
Save Robokishan/1c80971222160e7e807055ae288f3055 to your computer and use it in GitHub Desktop.
dockerfile for compiling the yocto custom os
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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