From db28cd4134f4e07efc270ecb46b9f1d95c07429f Mon Sep 17 00:00:00 2001
From: Leon Anavi <leon.anavi@konsulko.com>
Date: Thu, 26 Sep 2019 12:23:34 +0300
Subject: [PATCH] raspberrypi4: Fix Bluetooth

Include recipe pi-bluetooth in the Raspberry Pi 4 images to
enable Bluetooth. This recipe provides a script that starts
automatically and properly configures BT-HCI. The same script
is used in Raspbian.

Bug-AGL: SPEC-2656

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Change-Id: Id650cb2f61ee63196cbd826e4a9dd73488b298c3
---
 meta-agl-bsp/conf/machine/raspberrypi4.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-agl-bsp/conf/machine/raspberrypi4.conf b/meta-agl-bsp/conf/machine/raspberrypi4.conf
index 3454f7878..2f759286f 100644
--- a/meta-agl-bsp/conf/machine/raspberrypi4.conf
+++ b/meta-agl-bsp/conf/machine/raspberrypi4.conf
@@ -9,6 +9,7 @@ include conf/machine/include/rpi-base.inc
 MACHINE_EXTRA_RRECOMMENDS += "\
     linux-firmware-rpidistro-bcm43455 \
     bluez-firmware-rpidistro-bcm4345c0-hcd \
+    pi-bluetooth \
 "
 
 # 'l' stands for LPAE
-- 
2.16.6