Nanopi R6: adjust kernel build target to have correct images built

This commit is contained in:
Igor Pecovnik 2024-09-14 19:25:38 +02:00 committed by Igor
parent 020fc510c4
commit bd611af589

View File

@ -5,7 +5,7 @@ BOARD_MAINTAINER="efectn"
BOOTCONFIG="nanopi-r6s-rk3588s_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
BOOT_SOC="rk3588"
KERNEL_TARGET="edge,current,vendor"
KERNEL_TEST_TARGET="vendor,current,edge"
KERNEL_TEST_TARGET="vendor,current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
IMAGE_PARTITION_TABLE="gpt"