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>
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Merrii A80 Optimus
|
|
#@DESCRIPTION: Machine configuration for the Merrii A80 Optimus, based on Allwinner A80 CPU https://linux-sunxi.org/Merrii_A80_Optimus_Board
|
|
|
|
require conf/machine/include/sun9i.inc
|
|
require conf/machine/include/hardware/ap6330.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun9i-a80-optimus.dtb"
|
|
UBOOT_MACHINE = "Merrii_A80_Optimus_defconfig"
|