From 42409e706885d5dabe47e9a500056fd7c7e089dd Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 4 Jan 2021 10:25:09 +0000 Subject: [PATCH] auto/config: Install pi-bluetooth for raspi images These are in restricted, and so cannot be depended on by the metapackages which are in main. --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index a90d1a88..b8c6e7ab 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -947,7 +947,7 @@ case $ARCH in raspi) # Generic Raspberry Pi images COMPONENTS='main restricted universe multiverse' - add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant + add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;; imx6)