mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

The radxa-zero-3{e|w} devices are not supported in the current yocto kernel, but they are supported in the yocto-dev kernel. Switch to yocto-dev until support is available in the yocto kernel. Reported-by: Oleksii Kurochko<oleksii.kurochko@gmail.com> Reviewed-by: Oleksii Kurochko<oleksii.kurochko@gmail.com> Signed-off-by: Trevor Woerner <trevor.woerner@amd.com>
9 lines
227 B
HTML
9 lines
227 B
HTML
MACHINEOVERRIDES =. "radxa-zero-3:"
|
|
|
|
require conf/machine/include/rk3566.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
|
|
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
|
|
|
UBOOT_MACHINE = "radxa-zero-3-rk3566_defconfig"
|