rk3588/rk3588s: add SOC_FAMILY

This adds an SOC_FAMILY for rk3588 and rk3588s.

Note that we are NOT "require"'ing conf/machine/include/soc-family.inc
so SOC_FAMILY is just another BitBake variable. If we were to require
this file, it would break the MACHINEOVERRIDES order, so some more
changes would be required to handle those properly.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-05-31 11:25:08 +02:00 committed by Trevor Woerner
parent 3381d6af6e
commit d4f5eecddb
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
MACHINEOVERRIDES =. "rk3588:"
SOC_FAMILY = "rk3588"
# the rk3588s is a "stripped-down" version of the rk3588
# in the kernel's device-tree the rk3588 builds on top of the rk3588s

View File

@ -1,3 +1,4 @@
SOC_FAMILY ?= "rk3588s"
MACHINEOVERRIDES =. "rk3588s:"
DEFAULTTUNE ?= "cortexa76-cortexa55-crypto"