Lecture 16 — Further reading¶
Course: Yocto guide | Phase 2 — Embedded Linux, Yocto
Previous: Lecture 15
Official sources (always prefer these over random tutorials)¶
- Yocto Project Documentation — release-specific procedures and variables.
- Yocto Project Quick Build — shortest supported path to a first image.
- BitBake User Manual — when you need precise semantics.
Book-length depth (optional)¶
- Embedded Linux Systems with the Yocto Project — practical, widely used as a second pass after your first build.
Related roadmap note¶
For Jetson-specific production BSP practice, see the Jetson platform module Orin-Nano-Yocto-BSP-Production in Phase 4 Track B; this course is intentionally vendor-neutral.
Pro tip: when documentation and the internet disagree, trust the docs matching your exact Yocto release branch—metadata syntax and variable names do evolve.
Previous: Lecture 15 | Back to: Course hub