A Yocto Cheatsheet



This content originally appeared on DEV Community and was authored by Leesoo Ahn

Use extra kernel source

Add the following lines to local.conf file.

INHERIT += "externalsrc"
EXTERNALSRC:pn-linux-raspberrypi = "/path/to/linux-kernel"


This content originally appeared on DEV Community and was authored by Leesoo Ahn