From 8c888e3a278b031e5387a816deba16b35e92913a Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Fri, 22 Aug 2025 16:10:19 +0800 Subject: [PATCH] config / families: drop collabora kernel for rk3588 (#7381) --- config/sources/families/rockchip-rk3588.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index 39fdb8f05..589a74467 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -38,17 +38,6 @@ case $BRANCH in KERNELPATCHDIR='rk35xx-vendor-6.1' LINUXFAMILY=rk35xx ;; - - collabora) - # Collabora's rk3588, where the action is these days - LINUXFAMILY=rockchip-rk3588 - LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH - KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel. - KERNELPATCHDIR='rockchip-rk3588-collabora' # Try to keep this as empty as possible. We won't work on top of Collabora's branch, they rebase all the time. New DTs are ok. - KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git' # Directly from Collabora... - KERNELBRANCH='branch:rk3588-v6.9' # Rolling kernel branch, will be rebased - KERNEL_DRIVERS_SKIP+=(driver_rtw88) # This is a custom kernel, while the rtw88 driver patching expects pure mainline - ;; esac prepare_boot_configuration