Skip to content

Commit

Permalink
Test automation - adjust kernel test targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jul 2, 2024
1 parent a02a6ca commit 0719c99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/boards/khadas-edge2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare -g BOARDFAMILY="rockchip-rk3588"
declare -g BOARD_MAINTAINER="igorpecovnik"
declare -g BOOT_SOC="rk3588" # Just to avoid errors in rockchip64_commmon
declare -g KERNEL_TARGET="legacy,vendor,edge"
declare -g KERNEL_TEST_TARGET="vendor,edge"
declare -g KERNEL_TEST_TARGET="vendor"
declare -g IMAGE_PARTITION_TABLE="gpt"
declare -g BOOT_FDT_FILE="rockchip/rk3588s-khadas-edge2.dtb" # Specific to this board

Expand Down
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6s.csc
Original file line number Diff line number Diff line change
Expand Up @@ -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="legacy,vendor,edge"
KERNEL_TEST_TARGET="vendor,edge"
KERNEL_TEST_TARGET="vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
IMAGE_PARTITION_TABLE="gpt"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi5-plus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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,vendor,edge"
KERNEL_TEST_TARGET="vendor,edge"
KERNEL_TEST_TARGET="vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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,vendor,edge"
KERNEL_TEST_TARGET="vendor,edge"
KERNEL_TEST_TARGET="vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588s-orangepi-5.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/rock-5b.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER="amazingfate linhz0hz"
BOOTCONFIG="rock-5b-rk3588_defconfig"
KERNEL_TARGET="legacy,vendor,edge,collabora"
KERNEL_TEST_TARGET="vendor,edge"
KERNEL_TEST_TARGET="vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"
Expand Down

0 comments on commit 0719c99

Please sign in to comment.