mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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:
parent
c8bb75f172
commit
3eeda53dd5
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SOC_FAMILY ?= "rk3588s"
|
||||
MACHINEOVERRIDES =. "rk3588s:"
|
||||
DEFAULTTUNE ?= "cortexa76-cortexa55-crypto"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user