From b0669d19e0a9d75aa1aced8b9ae92c4fdb99af6d Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 9 Aug 2023 08:38:16 +0200 Subject: [PATCH] `internal` Changing test targets for various boards --- config/boards/bananapipro.conf | 1 + config/boards/cubietruck.csc | 1 + config/boards/orangepi3-lts.csc | 1 + config/boards/orangepi3.csc | 1 + config/boards/orangepiwin.csc | 1 + config/boards/orangepizeroplus.conf | 1 + config/boards/orangepizeroplus2-h3.csc | 1 + config/boards/rock-5b.conf | 2 +- config/boards/rockpro64.conf | 1 + 9 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/boards/bananapipro.conf b/config/boards/bananapipro.conf index 4ad836e29f..3daf181bd2 100644 --- a/config/boards/bananapipro.conf +++ b/config/boards/bananapipro.conf @@ -4,3 +4,4 @@ BOARDFAMILY="sun7i" BOARD_MAINTAINER="teknoid" BOOTCONFIG="Bananapro_defconfig" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" diff --git a/config/boards/cubietruck.csc b/config/boards/cubietruck.csc index f95223e0d6..7d6a9a1fd7 100644 --- a/config/boards/cubietruck.csc +++ b/config/boards/cubietruck.csc @@ -4,3 +4,4 @@ BOARDFAMILY="sun7i" BOARD_MAINTAINER="" BOOTCONFIG="Cubietruck_config" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" diff --git a/config/boards/orangepi3-lts.csc b/config/boards/orangepi3-lts.csc index 0eec9509db..2528aafa64 100644 --- a/config/boards/orangepi3-lts.csc +++ b/config/boards/orangepi3-lts.csc @@ -4,6 +4,7 @@ BOARDFAMILY="sun50iw6" BOARD_MAINTAINER="" BOOTCONFIG="orangepi_3_lts_defconfig" KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current,edge" MODULES="sprdbt_tty sprdwl_ng" MODULES_BLACKLIST_LEGACY="bcmdhd" CRUSTCONFIG="h6_defconfig" diff --git a/config/boards/orangepi3.csc b/config/boards/orangepi3.csc index c1ea64e269..301726a592 100644 --- a/config/boards/orangepi3.csc +++ b/config/boards/orangepi3.csc @@ -4,5 +4,6 @@ BOARDFAMILY="sun50iw6" BOARD_MAINTAINER="" BOOTCONFIG="orangepi_3_defconfig" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" FULL_DESKTOP="yes" CRUSTCONFIG="h6_defconfig" diff --git a/config/boards/orangepiwin.csc b/config/boards/orangepiwin.csc index d5bb16b3e8..d6a5d4256d 100644 --- a/config/boards/orangepiwin.csc +++ b/config/boards/orangepiwin.csc @@ -4,4 +4,5 @@ BOARDFAMILY="sun50iw1" BOARD_MAINTAINER="" BOOTCONFIG="orangepi_win_defconfig" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" CRUSTCONFIG="a64_defconfig" diff --git a/config/boards/orangepizeroplus.conf b/config/boards/orangepizeroplus.conf index db122e6977..3910e941d6 100644 --- a/config/boards/orangepizeroplus.conf +++ b/config/boards/orangepizeroplus.conf @@ -10,4 +10,5 @@ SERIALCON="ttyS0,ttyGS0" DEFAULT_OVERLAYS="usbhost2 usbhost3" HAS_VIDEO_OUTPUT="no" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" CRUSTCONFIG="h5_defconfig" diff --git a/config/boards/orangepizeroplus2-h3.csc b/config/boards/orangepizeroplus2-h3.csc index 4f1bf7adb8..eabab22696 100644 --- a/config/boards/orangepizeroplus2-h3.csc +++ b/config/boards/orangepizeroplus2-h3.csc @@ -8,3 +8,4 @@ MODULES_CURRENT="g_serial" DEFAULT_OVERLAYS="usbhost2 usbhost3" SERIALCON="ttyS0,ttyGS0" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" diff --git a/config/boards/rock-5b.conf b/config/boards/rock-5b.conf index 548f1bef78..862d69299c 100644 --- a/config/boards/rock-5b.conf +++ b/config/boards/rock-5b.conf @@ -4,7 +4,7 @@ BOARDFAMILY="rockchip-rk3588" BOARD_MAINTAINER="amazingfate linhz0hz" BOOTCONFIG="rock-5b-rk3588_defconfig" KERNEL_TARGET="legacy,edge,midstream,collabora" -KERNEL_TEST_TARGET="legacy" # in case different then kernel target +KERNEL_TEST_TARGET="legacy,collabora" # in case different then kernel target FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3588-rock-5b.dtb" diff --git a/config/boards/rockpro64.conf b/config/boards/rockpro64.conf index 4e58fb4460..b38306b5f6 100644 --- a/config/boards/rockpro64.conf +++ b/config/boards/rockpro64.conf @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64" BOARD_MAINTAINER="joekhoobyar" BOOTCONFIG="rockpro64-rk3399_defconfig" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_SCENARIO="blobless"