From 67080c730ae1c540dceb379ef0cf822a83f8e721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 4 Mar 2019 15:38:13 +0100 Subject: [PATCH] Enable universe for omap and omap4. --- debian/changelog | 7 +++++++ live-build/auto/config | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index cb3db22d..e94d726d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 --git a/live-build/auto/config b/live-build/auto/config index 3889e49d..07cd8f25 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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