``` % bitbake-layers show-appends | grep u-boot [0] u-boot_2020.07.bb: /home/jones/Documents/yocto/meta-pocketbeagle/recipes-bsp/u-boot/u-boot_%.bbappend /home/jones/Documents/yocto/meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend ``` Sounds like maybe my `meta-raspberrypi` layer is conflicting with the one I try to patch from meta-pocketbeagle? Which would sound like I should have done it better with `files/` instead of just putting my patch in `files` 😅