mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Optimise testing targets (#5785)
We don't need to run so many duplicated tested, especially on slow 32b devices.
This commit is contained in:
@@ -6,3 +6,4 @@ BOOTCONFIG="odroid-xu4_defconfig"
|
||||
SERIALCON="ttySAC2"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
KERNEL_TEST_TARGET="current"
|
||||
|
||||
@@ -5,6 +5,7 @@ BOARD_MAINTAINER="efectn"
|
||||
BOOTCONFIG="orangepi_5_plus_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
|
||||
BOOT_SOC="rk3588"
|
||||
KERNEL_TARGET="legacy,edge"
|
||||
KERNEL_TEST_TARGET="legacy"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
|
||||
|
||||
@@ -6,6 +6,7 @@ BOOTCONFIG="orangepi_5_defconfig" # vendor name, not standard, see hook below, s
|
||||
BOOTCONFIG_SATA="orangepi_5_sata_defconfig"
|
||||
BOOT_SOC="rk3588"
|
||||
KERNEL_TARGET="legacy,edge"
|
||||
KERNEL_TEST_TARGET="legacy"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3588s-orangepi-5.dtb"
|
||||
|
||||
@@ -10,3 +10,4 @@ DEFAULT_CONSOLE="both"
|
||||
HAS_VIDEO_OUTPUT="yes"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TEST_TARGET="current"
|
||||
|
||||
@@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64"
|
||||
BOARD_MAINTAINER=""
|
||||
BOOTCONFIG="tinker-2-rk3399_defconfig"
|
||||
KERNEL_TARGET="current,edge"
|
||||
KERNEL_TEST_TARGET="current"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3399-tinker-2.dtb"
|
||||
|
||||
@@ -6,4 +6,5 @@ BOOTCONFIG="tinker-rk3288_defconfig"
|
||||
MODULES_LEGACY="hci_uart rfcomm hidp 8723bs"
|
||||
DEFAULT_OVERLAYS="i2c1 i2c4 spi2 spidev2 uart1 uart2"
|
||||
KERNEL_TARGET="current,edge"
|
||||
KERNEL_TEST_TARGET="current"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -4,4 +4,5 @@ BOARDFAMILY="imx6"
|
||||
BOARD_MAINTAINER=""
|
||||
BOOTCONFIG="udoo_defconfig"
|
||||
KERNEL_TARGET="current,edge"
|
||||
KERNEL_TEST_TARGET="current"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -9,3 +9,4 @@ DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0"
|
||||
HAS_VIDEO_OUTPUT="no"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TEST_TARGET="legacy"
|
||||
|
||||
Reference in New Issue
Block a user