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>
8 lines
380 B
Plaintext
8 lines
380 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|
|
|
COMPATIBLE_MACHINE:orangepi-5-plus = "orangepi-5-plus"
|
|
COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
|
|
|
|
SRC_URI:append:orangepi-5-plus = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
|
|
SRC_URI:append:radxa-zero-3 = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
|