mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Enable universe for omap and omap4.
This commit is contained in:
parent
497cc73baa
commit
67080c730a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.208.15) trusty; urgency=medium
|
||||||
|
|
||||||
* Fix security mirror sources.list entries for non-x86 architectures by
|
* Fix security mirror sources.list entries for non-x86 architectures by
|
||||||
|
@ -454,10 +454,12 @@ case $ARCH in
|
|||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
omap)
|
omap)
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
add_package install u-boot-linaro-omap3-beagle u-boot-tools
|
add_package install u-boot-linaro-omap3-beagle u-boot-tools
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
omap4)
|
omap4)
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-server|ubuntu-core|base)
|
ubuntu-server|ubuntu-core|base)
|
||||||
add_package install u-boot-linaro-omap4-panda u-boot-tools
|
add_package install u-boot-linaro-omap4-panda u-boot-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user