mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-09 02:16:45 +02:00
Since linux 6.5, .dts files live in vendor subdirs. Fix all `KERNEL_DEVICETREE` definitions to contain the `allwinner` subdir as prefix and drop code that previously added the prefix on demand. On the other hand, drop the prefix for `BOOT_IMAGE_FILES`, which searches the .dtb within `DEPLOY_DIR`. Signed-off-by: Oliver Kästner <git@oliver-kaestner.de>
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-zero-plus2-h3
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-zero-plus2, based on Allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
require conf/machine/include/hardware/ap6212a.inc
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun8i-h3-orangepi-zero-plus2.dtb"
|
|
UBOOT_MACHINE = "orangepi_zero_plus2_h3_defconfig"
|