Description
With a soon-to-be-updated linux-rockchip 6.1-rkr3
kernel, it may be time to finally sunset the 5.10 legacy
kernel for RK3588.
The 6.1 vendor
kernel is overall just a better/more up-to-date version of the Rockchip kernel and will receive updates down the line. With the recent addition of the current
kernel branch for RK3588, we currently have 5 active kernel branches for this SOC: https://github.com/armbian/build/blob/main/config/sources/families/rockchip-rk3588.conf
It's also easier for @amazingfate to maintain only one branch of the kernel.
This task/issue is a place to discuss this topic before implementation. Let's hear your opinions 😄
Task List
For marking the legacy
kernel as deprecated/EOL (now):
- rk35xx: Remove
legacy
kernel target from board configs #6881 - Change
KERNELPATCHDIR
to default forvendor
in the family config - Make 6.1 the default branch in https://github.com/armbian/linux-rockchip @amazingfate
For removing the legacy
kernel as a whole (TO-DO at a later date):
- Make
legacy
andvendor
point to the same variables in the family config - Remove kernel patch folder for
rk3588-legacy
- Remove kernel config file
- Remove traces of the
legacy
rk3588 kernel in the code