Set kernel flavours variable to try to fix amd64 build

ubuntu/yakkety
Sebastien Bacher 10 years ago
parent 47e70d6e9f
commit 26fcda4616

6
debian/changelog vendored

@ -1,8 +1,12 @@
livecd-rootfs (2.314) UNRELEASED; urgency=medium livecd-rootfs (2.314) UNRELEASED; urgency=medium
[ Iain Lane ]
* Small whitespace cleanup in live-build/auto/config * Small whitespace cleanup in live-build/auto/config
-- Iain Lane <iain@orangesquash.org.uk> Wed, 10 Jun 2015 13:33:59 +0100 [ Sebastien Bacher ]
* Set kernel flavours variable to try to fix amd64 build
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 10 Jun 2015 15:09:02 +0200
livecd-rootfs (2.313) wily; urgency=medium livecd-rootfs (2.313) wily; urgency=medium

@ -207,6 +207,7 @@ case $PROJECT in
add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
LIVE_TASK='ubuntu-touch-live' LIVE_TASK='ubuntu-touch-live'
KERNEL_FLAVOURS=generic
case $ARCH in case $ARCH in
amd64) add_package live linux-signed-generic ;; amd64) add_package live linux-signed-generic ;;
esac esac

Loading…
Cancel
Save