Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 789 Bytes

yocto-in-docker

Creating Yocto host in Docker host

This repository is for creating Yocto developement in a docker contanier.

Requirements

Docker should be installed on the PC. See here for detailed description.

File description

  • run.sh: Run this script in order to enter the docker enviroment
  • Dockerfile: The required docker image
  • downloads: Remote package sources generated by Yocto build and needed to decrease building time of following builds. This folder stated in DL_DIR in Yocto configuration
  • sstate: Cache artifacts generated by Yocto build and needed to decrease building time of following builds. This folder is stated in SSTATE_DIR in Yocto configuration
  • workspace: Yocto building enviroment folder