On Fri 2023-09-22 @ 11:06:05 AM, Trevor Woerner wrote: > On Fri 2023-09-22 @ 04:22:11 PM, Quentin Schulz wrote: > > So we should have something like: > > """ > > aarch64:rk3588s:rk3588:rock5b > > aarch64:rk3588s:orangepi5 > > """ > > for example. > > I spent quite a while checking MACHINEOVERRIDES and SOC_FAMILY with many > variations until I was able to get exactly what you've just said we should be > getting. > > MACHINE="rock5b" > $ meta-rockchip> bitbake core-image-base -e | grep "^MACHINEOVERRIDES=" > > MACHINEOVERRIDES="rk3588:aarch64:armv8-2a:cortexa76-cortexa55:rk3588:rk3588s:rock5b" > $ meta-rockchip> bitbake core-image-base -e | grep "^SOC_FAMILY=" > SOC_FAMILY="rk3588" > > MACHINE="orangepi5" > $ meta-rockchip> bitbake core-image-base -e | grep "^MACHINEOVERRIDES=" > > MACHINEOVERRIDES="rk3588s:aarch64:armv8-2a:cortexa76-cortexa55:rk3588s:orangepi5" > $ meta-rockchip> bitbake core-image-base -e | grep "^SOC_FAMILY=" > SOC_FAMILY="rk3588s"
Ah, ordering not just content. Okay, I'll spin a v2.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61082): https://lists.yoctoproject.org/g/yocto/message/61082 Mute This Topic: https://lists.yoctoproject.org/mt/101514536/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
