Overlay management: somewhere we had OVERLAY_DIR and somewhere OVERLAYDIR

This commit is contained in:
Igor Pecovnik
2024-10-08 12:30:49 +02:00
committed by Igor
parent d8284855c8
commit 9697c17fbd
5 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ SRC_LOADADDR='LOADADDR=0x1080000'
BOOTBRANCH="${BOOTBRANCH_BOARD:-"tag:v2022.07"}"
BOOTPATCHDIR="${BOOTPATCHDIR:-"v2022.07"}"
OVERLAY_PREFIX='meson'
OVERLAYDIR="/boot/dtb/amlogic/overlay"
OVERLAY_DIR="/boot/dtb/amlogic/overlay"
# This is an extension method, put directly in meson64_common. A "built-in" extension if you will.
# Bring in LibreELEC's amlogic-boot-fip repo, which is the authoritative source for FIP blobs.