blob: 2731ff4d871da138d61e5a33ff4960515f1eb5d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#@TYPE: Machine
#@NAME: Orange Pi 5 Plus
#@DESCRIPTION: 5th generation SBC designed by Kunlong Co.,Limited.
#http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-plus-32GB.html
require conf/machine/include/rk3588.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
KERNEL_DEVICETREE = "rockchip/rk3588-orangepi-5-plus.dtb"
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
UBOOT_MACHINE = "orangepi-5-plus-rk3588_defconfig"
|