[neon/neon/livecd-rootfs/Neon/release] live-build/auto: Enable the HWE stack for 24.04.2
Utkarsh Gupta
null at kde.org
Wed Feb 19 22:35:44 GMT 2025
Git commit ddfb468b425bd7448f45570e0ca00e8717e828c9 by Utkarsh Gupta, on behalf of Florent 'Skia' Jacquet.
Committed on 12/02/2025 at 21:46.
Pushed by carlosdem into branch 'Neon/release'.
Enable the HWE stack for 24.04.2
This change was overlooked, thanks to a combination of Jira
checklist items + inexperienced team members + quite late
landing of the HWE stack.
LP: #2098105
M +10 -10 live-build/auto/config
https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/ddfb468b425bd7448f45570e0ca00e8717e828c9
diff --git a/live-build/auto/config b/live-build/auto/config
index 4a956aec..71880941 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -880,6 +880,7 @@ case $PROJECT in
add_task install minimal standard
add_task install kubuntu-desktop
LIVE_TASK='kubuntu-live'
+ KERNEL_FLAVOURS='generic-hwe-24.04'
add_chroot_hook remove-gnome-icon-cache
;;
@@ -889,7 +890,7 @@ case $PROJECT in
MINIMAL_TASKS=edubuntu-desktop-gnome-minimal
MINIMAL_DESC="A minimal installation of the Edubuntu Desktop."
STANDARD_TASKS=edubuntu-desktop-gnome
- KERNEL_FLAVOURS=generic
+ KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image
;;
@@ -898,20 +899,21 @@ case $PROJECT in
UCFLAVOUR="Ubuntu Cinnamon"
HAS_MINIMAL=yes
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
- KERNEL_FLAVOURS=generic
+ KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image
;;
lubuntu|ubuntu-unity)
add_task install minimal standard ${PROJECT}-desktop
LIVE_TASK=${PROJECT}-live
+ KERNEL_FLAVOURS='generic-hwe-24.04'
;;
ubuntukylin)
# Ubuntu Kylin now ships the new installer.
UCFLAVOUR="Ubuntu Kylin"
HAS_MINIMAL=yes
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
- KERNEL_FLAVOURS=generic
+ KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image
;;
@@ -921,7 +923,7 @@ case $PROJECT in
MINIMAL_TASKS=xubuntu-minimal
MINIMAL_NAME="Xubuntu Minimal"
MINIMAL_DESC="A minimal installation of the Xubuntu Desktop."
- KERNEL_FLAVOURS=generic
+ KERNEL_FLAVOURS='generic-hwe-24.04'
case ${SUBPROJECT:-} in
minimal)
HAS_STANDARD=no
@@ -947,7 +949,7 @@ case $PROJECT in
HAS_MINIMAL=yes
MINIMAL_TASKS=ubuntu-mate-core
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
- KERNEL_FLAVOURS=generic
+ KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image
;;
@@ -956,7 +958,7 @@ case $PROJECT in
UCFLAVOUR="Ubuntu Studio"
STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography"
LIVE_TASK=ubuntustudio-dvd-live
- KERNEL_FLAVOURS=lowlatency
+ KERNEL_FLAVOURS='lowlatency-hwe-24.04'
do_layered_desktop_image
;;
@@ -990,12 +992,10 @@ case $PROJECT in
variants='tegra-jetson'
;;
largemem)
- # variants='ga-64k hwe-64k'
- variants='ga-64k'
+ variants='ga-64k hwe-64k'
;;
*)
- # variants='ga hwe'
- variants='ga'
+ variants='ga hwe'
;;
esac
More information about the Neon-commits
mailing list