You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# viraniac: kernel_config_modifying_hashes is only needed during first call of this function to calculate kernel artifact version string. It serves no purpose whatsoever during second call.
Copy file name to clipboardExpand all lines: config/sources/families/mt7623.conf
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ GOVERNOR="ondemand"
33
33
function pre_install_kernel_debs__network_manager_ignore_devices() {
34
34
display_alert "Board: ${BOARD}: Disabling Network-Manager for all devices" "interface-name:eth*,interface-name:wan*,interface-name:lan*,interface-name:br*" "info"
Copy file name to clipboardExpand all lines: config/sources/families/mvebu64.conf
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,6 @@ GOVERNOR=ondemand
75
75
function pre_install_kernel_debs__network_manager_ignore_devices() {
76
76
display_alert "Board: ${BOARD}: Disabling Network-Manager for all devices" "interface-name:eth*,interface-name:wan*,interface-name:lan*,interface-name:br*" "info"
Copy file name to clipboardExpand all lines: config/sources/families/rockchip-rk3588.conf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,24 +42,24 @@ case $BRANCH in
42
42
current)
43
43
# Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS)
44
44
LINUXFAMILY=rockchip-rk3588
45
-
KERNEL_MAJOR_MINOR="6.8" # Major and minor versions of this kernel.
46
-
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.6 / 6.12 etc
45
+
KERNEL_MAJOR_MINOR="6.8" # Major and minor versions of this kernel.
46
+
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.6 / 6.12 etc
47
47
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
48
48
;;
49
49
50
50
edge)
51
51
# Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable!
52
52
LINUXFAMILY=rockchip-rk3588
53
-
KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
54
-
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.8 / 6.10 etc
53
+
KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
54
+
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.8 / 6.10 etc
55
55
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
56
56
;;
57
57
58
58
collabora)
59
59
# Collabora's rk3588, where the action is these days
60
60
LINUXFAMILY=rockchip-rk3588
61
61
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
62
-
KERNEL_MAJOR_MINOR="6.9"# Major and minor versions of this kernel.
62
+
KERNEL_MAJOR_MINOR="6.9"# Major and minor versions of this kernel.
63
63
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.
64
64
KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git' # Directly from Collabora...
65
65
KERNELBRANCH='branch:rk3588-v6.9' # Rolling kernel branch, will be rebased
0 commit comments