mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.
This commit is contained in:
parent
5e36233d82
commit
46fae973d7
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (24.04.86) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.
|
||||||
|
(LP: #2098622)
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
|
||||||
|
|
||||||
livecd-rootfs (24.04.85) noble; urgency=medium
|
livecd-rootfs (24.04.85) noble; urgency=medium
|
||||||
|
|
||||||
* Fix build failure when using lowlatency-hwe-24.04, as ubuntustudio does.
|
* Fix build failure when using lowlatency-hwe-24.04, as ubuntustudio does.
|
||||||
|
@ -999,6 +999,11 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ $ARCH = "riscv64" ]; then
|
||||||
|
# For RISC-V we only offer one kernel
|
||||||
|
variants='ga'
|
||||||
|
fi
|
||||||
|
|
||||||
for variant in $variants; do
|
for variant in $variants; do
|
||||||
if [ "$variant" = "ga" ]; then
|
if [ "$variant" = "ga" ]; then
|
||||||
kernel_metapkg=linux-generic
|
kernel_metapkg=linux-generic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user