mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00

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>
8 lines
289 B
PHP
8 lines
289 B
PHP
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
|
|
# so anything that is valid for the rk3588s is valid for the rk3588
|
|
require conf/machine/include/rk3588s.inc
|