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
This commit is contained in:
Florent 'Skia' Jacquet 2025-02-12 15:18:07 +01:00 committed by Utkarsh Gupta
parent 2af06de671
commit ddfb468b42

View File

@ -880,6 +880,7 @@ case $PROJECT in
add_task install minimal standard add_task install minimal standard
add_task install kubuntu-desktop add_task install kubuntu-desktop
LIVE_TASK='kubuntu-live' LIVE_TASK='kubuntu-live'
KERNEL_FLAVOURS='generic-hwe-24.04'
add_chroot_hook remove-gnome-icon-cache add_chroot_hook remove-gnome-icon-cache
;; ;;
@ -889,7 +890,7 @@ case $PROJECT in
MINIMAL_TASKS=edubuntu-desktop-gnome-minimal MINIMAL_TASKS=edubuntu-desktop-gnome-minimal
MINIMAL_DESC="A minimal installation of the Edubuntu Desktop." MINIMAL_DESC="A minimal installation of the Edubuntu Desktop."
STANDARD_TASKS=edubuntu-desktop-gnome STANDARD_TASKS=edubuntu-desktop-gnome
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
;; ;;
@ -898,20 +899,21 @@ case $PROJECT in
UCFLAVOUR="Ubuntu Cinnamon" UCFLAVOUR="Ubuntu Cinnamon"
HAS_MINIMAL=yes HAS_MINIMAL=yes
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
;; ;;
lubuntu|ubuntu-unity) lubuntu|ubuntu-unity)
add_task install minimal standard ${PROJECT}-desktop add_task install minimal standard ${PROJECT}-desktop
LIVE_TASK=${PROJECT}-live LIVE_TASK=${PROJECT}-live
KERNEL_FLAVOURS='generic-hwe-24.04'
;; ;;
ubuntukylin) ubuntukylin)
# Ubuntu Kylin now ships the new installer. # Ubuntu Kylin now ships the new installer.
UCFLAVOUR="Ubuntu Kylin" UCFLAVOUR="Ubuntu Kylin"
HAS_MINIMAL=yes HAS_MINIMAL=yes
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
;; ;;
@ -921,7 +923,7 @@ case $PROJECT in
MINIMAL_TASKS=xubuntu-minimal MINIMAL_TASKS=xubuntu-minimal
MINIMAL_NAME="Xubuntu Minimal" MINIMAL_NAME="Xubuntu Minimal"
MINIMAL_DESC="A minimal installation of the Xubuntu Desktop." MINIMAL_DESC="A minimal installation of the Xubuntu Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS='generic-hwe-24.04'
case ${SUBPROJECT:-} in case ${SUBPROJECT:-} in
minimal) minimal)
HAS_STANDARD=no HAS_STANDARD=no
@ -947,7 +949,7 @@ case $PROJECT in
HAS_MINIMAL=yes HAS_MINIMAL=yes
MINIMAL_TASKS=ubuntu-mate-core MINIMAL_TASKS=ubuntu-mate-core
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
;; ;;
@ -956,7 +958,7 @@ case $PROJECT in
UCFLAVOUR="Ubuntu Studio" UCFLAVOUR="Ubuntu Studio"
STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography" STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography"
LIVE_TASK=ubuntustudio-dvd-live LIVE_TASK=ubuntustudio-dvd-live
KERNEL_FLAVOURS=lowlatency KERNEL_FLAVOURS='lowlatency-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
;; ;;
@ -990,12 +992,10 @@ case $PROJECT in
variants='tegra-jetson' variants='tegra-jetson'
;; ;;
largemem) largemem)
# variants='ga-64k hwe-64k' variants='ga-64k hwe-64k'
variants='ga-64k'
;; ;;
*) *)
# variants='ga hwe' variants='ga hwe'
variants='ga'
;; ;;
esac esac