Skip to content

Commit d712711

Browse files
EvilOlafigorpecovnik
authored andcommitted
remove *bleedingedge* from all boards
this can be added for development purpose later again make CI happy
1 parent 1be3859 commit d712711

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/boards/anbernic-rg-ds.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BOARDFAMILY="rk35xx"
55
BOOT_SOC="rk3568"
66
BOARD_MAINTAINER="crackerjacques"
77
INTRODUCED="2025"
8-
KERNEL_TARGET="edge,bleedingedge"
8+
KERNEL_TARGET="edge"
99
KERNEL_TEST_TARGET="edge"
1010
1111
PACKAGE_LIST_BOARD+=" python3-evdev python3-libevdev xinput"

config/boards/easepi-a2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BOARDFAMILY="rk35xx"
55
BOARD_MAINTAINER="ifroncy01"
66
INTRODUCED="2026"
77
BOOTCONFIG="easepi-a2-rk3568_defconfig"
8-
KERNEL_TARGET="current,edge,bleedingedge,vendor"
8+
KERNEL_TARGET="current,edge,vendor"
99
KERNEL_TEST_TARGET="current,vendor"
1010
FULL_DESKTOP="yes"
1111
BOOT_LOGO="desktop"

config/boards/easepi-r2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BOARDFAMILY="rockchip-rk3588"
55
BOARD_MAINTAINER="ifroncy01"
66
INTRODUCED="2026"
77
BOOTCONFIG="easepi-r2-rk3588_defconfig"
8-
KERNEL_TARGET="current,edge,bleedingedge,vendor"
8+
KERNEL_TARGET="current,edge,vendor"
99
KERNEL_TEST_TARGET="current,vendor"
1010
FULL_DESKTOP="yes"
1111
BOOT_LOGO="desktop"

config/boards/orangepi5.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INTRODUCED="2022"
77
BOOTCONFIG="orangepi-5-rk3588s_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
88
BOOTCONFIG_SATA="orangepi-5-sata-rk3588s_defconfig"
99
BOOT_SOC="rk3588"
10-
KERNEL_TARGET="current,edge,bleedingedge,vendor"
10+
KERNEL_TARGET="current,edge,vendor"
1111
KERNEL_TEST_TARGET="vendor,current"
1212
FULL_DESKTOP="yes"
1313
BOOT_LOGO="desktop"

0 commit comments

Comments
 (0)