Skip to content

Commit

Permalink
Test automation - update testing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jul 4, 2024
1 parent f4555df commit ff4e85e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions config/boards/bananapif3.wip
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BOARD_NAME="Banana Pi F3"
BOARDFAMILY="spacemit"
BOARD_MAINTAINER=""
KERNEL_TARGET="legacy,current"
KERNEL_TEST_TARGET="legacy"
BOOT_FDT_FILE="spacemit/k1-bananapi-f3.dtb"
BOOTDELAY=1
SRC_EXTLINUX="yes"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/cubietruck.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubietruck_config"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/lime-a64.csc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER=""
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
BOOTCONFIG="a64-olinuxino_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"

Expand Down
1 change: 1 addition & 0 deletions config/boards/nanopi-r4s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64" # Used to be rk3399
BOARD_MAINTAINER="Manouchehri"
BOOTCONFIG="nanopi-r4s-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
DEFAULT_CONSOLE="serial"
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu panfrost"
HAS_VIDEO_OUTPUT="no"
Expand Down
1 change: 1 addition & 0 deletions config/boards/nanopim4.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64" # Used to be rk3399
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi-m4-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.rt5651"
BOOT_LOGO="desktop"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepilite2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_lite2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"
2 changes: 1 addition & 1 deletion config/boards/orangepioneplus.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"
2 changes: 1 addition & 1 deletion config/boards/orangepizero2.wip
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOARD_MAINTAINER="krachlatte AGM1968"
BOOTCONFIG="orangepi_zero2_defconfig"
BOOT_LOGO="desktop"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FORCE_BOOTSCRIPT_UPDATE="yes"

enable_extension "uwe5622-allwinner"
2 changes: 1 addition & 1 deletion config/boards/pineh64.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="pine_h64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge" # in case different then kernel target
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h6_defconfig"
2 changes: 1 addition & 1 deletion config/boards/rockpi-4b.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="rock-pi-4-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/tinkerboard-2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="tinker-2-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-tinker-2.dtb"
Expand Down

0 comments on commit ff4e85e

Please sign in to comment.