Enable universe for omap and omap4.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2019-03-04 15:38:13 +01:00
parent 497cc73baa
commit 67080c730a
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.208.16) UNRELEASED; urgency=medium
* For omap and omap4, enable the universe component for u-boot-linaro-omap*
packages. Without it those SUBARCHs will now fail to build.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 04 Mar 2019 15:34:14 +0100
livecd-rootfs (2.208.15) trusty; urgency=medium
* Fix security mirror sources.list entries for non-x86 architectures by

View File

@ -454,10 +454,12 @@ case $ARCH in
BINARY_REMOVE_LINUX=false
;;
omap)
COMPONENTS='main restricted universe'
add_package install u-boot-linaro-omap3-beagle u-boot-tools
BINARY_REMOVE_LINUX=false
;;
omap4)
COMPONENTS='main restricted universe'
case $PROJECT in
ubuntu-server|ubuntu-core|base)
add_package install u-boot-linaro-omap4-panda u-boot-tools