Set kernel flavours variable to try to fix amd64 build

This commit is contained in:
Sebastien Bacher 2015-06-10 15:09:50 +02:00
parent 47e70d6e9f
commit 26fcda4616
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,12 @@
livecd-rootfs (2.314) UNRELEASED; urgency=medium
[ Iain Lane ]
* 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

View File

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