diff -Nru livecd-rootfs-2.208.15/debian/changelog livecd-rootfs-2.208.16/debian/changelog --- livecd-rootfs-2.208.15/debian/changelog 2017-10-30 21:33:13.000000000 +0000 +++ livecd-rootfs-2.208.16/debian/changelog 2019-03-04 14:34:14.000000000 +0000 @@ -1,3 +1,10 @@ +livecd-rootfs (2.208.16) trusty; 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 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 diff -Nru livecd-rootfs-2.208.15/debian/control livecd-rootfs-2.208.16/debian/control --- livecd-rootfs-2.208.15/debian/control 2017-10-29 22:31:59.000000000 +0000 +++ livecd-rootfs-2.208.16/debian/control 2019-03-04 14:33:27.000000000 +0000 @@ -4,7 +4,7 @@ Build-Depends: debhelper (>= 7) Maintainer: Ubuntu Developers Standards-Version: 3.9.4 -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk +Vcs-Git: https://git.launchpad.net/livecd-rootfs -b ubuntu/trusty Package: livecd-rootfs Architecture: any diff -Nru livecd-rootfs-2.208.15/live-build/auto/config livecd-rootfs-2.208.16/live-build/auto/config --- livecd-rootfs-2.208.15/live-build/auto/config 2017-10-29 22:31:59.000000000 +0000 +++ livecd-rootfs-2.208.16/live-build/auto/config 2019-03-04 14:34:11.000000000 +0000 @@ -454,10 +454,12 @@ 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