Drop the versatile kernel flavour on armel. It's no longer built since Linux 4.9.

This commit is contained in:
Raphaël Hertzog 2017-02-13 16:52:10 +01:00
parent eedcb4dce5
commit d98f95bbbe
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
live-build (1:20170213) UNRELEASED; urgency=medium
* Drop the versatile kernel flavour on armel. It's no longer built since
Linux 4.9.
-- Raphaël Hertzog <hertzog@debian.org> Mon, 13 Feb 2017 16:50:05 +0100
live-build (1:20161216) unstable; urgency=medium
* Cleanup binary_loopback_cfg and offer more freedom in overriding

View File

@ -413,7 +413,7 @@ Set_defaults ()
armel)
# armel will have special images: one rootfs image and many additional kernel images.
# therefore we default to all available armel flavours
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x}"
;;
armhf)