Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 342 Bytes

Pi Build System

Yocto build system for Raspberry Pis

Instructions for use

  • Ensure all submodules are cloned
$ git submodule update --init --recursive
  • Run the oe-init-build-env script in the base directory
$ source oe-init-build-env
  • Build your desired image
$ bitbake core-image-k8s-dev