I am learning about BBB, yocto, device-tree, etc…
At the moment I’m learning about Device Tree and Device Tree overlays. Recently I created a device tree and combined the base device tree binary with a device tree overlay file using u-boot. This form helped me quite a bit in that process (Overlay on am33xx_pinmux: yocto enable overlays - #24 by TimLewisN).
Now I’m wondering if there’s a way to combine the base device tree file and an overlay in yocto. Maybe a kernel recipe bbappend of some kind.