On Wed, Aug 4, 2021 at 1:50 PM Trevor Woerner wrote: > With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a > ("bitbake: Switch to using new override syntax"), applied on > Aug 2, 2021, the OVERRIDE separator is now a colon instead of > an underscore. Therefore all builds performed with a bitbake > before this change must use a meta-rockchip commit before this > one, and any builds performed with a bitbake after this change > must use a meta-rockchip starting from this commit onwards. > > Build-tested for all meta-rockchip MACHINEs. > > Run tested on: > - tinker-board > - nanopi-m4-2gb > - rock64 > - rock-pi-4b > - rock-pi-e > > The tinker-board and rock-pi-e work fine. The rest of the boards > seem to have a, hopefully unrelated, issue running a > 5.13-yocto-standard kernel. However, all boards work with the > 5.10-yocto-standard kernel. > > Signed-off-by: Trevor Woerner > Signed-off-by: Khem Raj > --- > classes/rockchip-gpt-img.bbclass | 6 ++-- > conf/machine/include/rk3288.inc | 2 +- > conf/machine/include/rk3328.inc | 2 +- > conf/machine/include/rk3399.inc | 2 +- > conf/machine/include/rockchip-defaults.inc | 2 +- > conf/machine/include/rockchip-wic.inc | 2 +- > conf/machine/rock-pi-e.conf | 4 +-- > .../recipes-qt/qt5/qtbase_%.bbappend | 10 +++---- > .../trusted-firmware-a_%.bbappend | 8 +++--- > recipes-bsp/u-boot/u-boot%.bbappend | 10 +++---- > recipes-graphics/mesa/mesa_%.bbappend | 4 +-- > recipes-kernel/linux/linux-yocto%.bbappend | 28 +++++++++---------- > recipes-kernel/linux/linux-yocto_5.4.bbappend | 4 +-- > 13 files changed, 42 insertions(+), 42 deletions(-) > applied to meta-rockchip, master