Skip to content

Helper script to launch a Yocto environment with Docker

License

Notifications You must be signed in to change notification settings

ETCLabs/yocto-docker-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yocto Docker Quick Starter

This repository contains kick starter components for Yocto development using a Docker image.

Components description:

  • start.sh:
    • Run this script from this directory in order to enter the Docker Yocto environment.
  • docker/Dockerfile:
    • Optionally you can build the docker image with this file. If you do so you have to edit start.sh with the docker image ID you've built.
  • cache:
    • This directory contains the locations used as Docker volume targets for the Yocto DL_DIR and SSTATE_DIR components.
  • home:
    • This directory is the Docker volume target for the home directory. It allows you to add persistence mainly for bash history and ssh keys.
  • clone-yocto.sh:
    • Run this script to clone the yocto repository.

About

Helper script to launch a Yocto environment with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.1%
  • Dockerfile 19.5%
  • Batchfile 6.4%