[yocto] linux-yocto custom device tree in overlay

Andreas Galauner andreas at galauner.de
Thu May 8 06:48:48 PDT 2014


On 07/05/14 21:37, Bruce Ashfield wrote:
> So you can either patch it into the kernel, or do a bbappend with
> that copies it into the source tree
> (linux/arch/arm/boot/dts/mydevicetree.dts).

Thx! That worked fine.

For reference, this is what I added:
> do_install_prepend() {
> 	cp ${WORKDIR}/*.dts ${WORKDIR}/linux/arch/${ARCH}/boot/dts/
> }

Cheers,
- Andy




More information about the yocto mailing list