diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-09-26 12:23:34 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-06 16:53:45 +0000 |
commit | 8925ea435e02579009e715fb556054d8e033d880 (patch) | |
tree | a25a483c5d027b86ea0eb0e6cddc7479dbe30441 | |
parent | 9beae08be831b7ba23121a68caa5604499530698 (diff) |
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
(cherry picked from commit db28cd4134f4e07efc270ecb46b9f1d95c07429f)
-rw-r--r-- | meta-agl-bsp/conf/machine/raspberrypi4.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |