mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-09 02:11:10 +00:00
live-build/auto/config: Switch HWE from wily to xenial (LP: #1568918)
This commit is contained in:
parent
4970f16940
commit
4d871ff2d9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.208.13) trusty; urgency=medium
|
||||
|
||||
* live-build/auto/config: Switch HWE from wily to xenial (LP: #1568918)
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Fri, 08 Jul 2016 02:13:52 -0600
|
||||
|
||||
livecd-rootfs (2.208.12) trusty; urgency=medium
|
||||
|
||||
* Rename old ubuntu-core tarballs to ubuntu-base, for consistency with
|
||||
|
@ -182,18 +182,18 @@ case $BINARYFORMAT in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Default to lts-wily for the point release, this is overridden later by
|
||||
# Default to lts-xenial for the point release, this is overridden later by
|
||||
# specific projects/flavours:
|
||||
case $ARCH in
|
||||
powerpc)
|
||||
KERNEL_FLAVOURS="powerpc-smp-lts-wily powerpc64-smp-lts-wily"
|
||||
KERNEL_FLAVOURS="powerpc-smp-lts-xenial powerpc64-smp-lts-xenial"
|
||||
;;
|
||||
*)
|
||||
KERNEL_FLAVOURS="generic-lts-wily"
|
||||
KERNEL_FLAVOURS="generic-lts-xenial"
|
||||
;;
|
||||
esac
|
||||
HWE_X_PACKAGES="xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily"
|
||||
SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-wily"
|
||||
HWE_X_PACKAGES="xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial"
|
||||
SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-xenial"
|
||||
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity gnome-terminal"
|
||||
KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin kde-window-manager"
|
||||
EDUBUNTU_HWE_HINTS="gnome-session gnome-terminal"
|
||||
@ -337,7 +337,7 @@ case $PROJECT in
|
||||
add_package install $HWE_X_PACKAGES
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
case $ARCH in
|
||||
amd64|i386) KERNEL_FLAVOURS=lowlatency-lts-wily ;;
|
||||
amd64|i386) KERNEL_FLAVOURS=lowlatency-lts-xenial ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user