diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-09-26 12:23:34 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2019-09-26 12:23:34 +0300 |
commit | db28cd4134f4e07efc270ecb46b9f1d95c07429f (patch) | |
tree | f6db602095085a2935b288fc008f29164cbd925f /meta-agl-bsp | |
parent | ece35b264ff4bac33a37a96cd166c2e0fe8bb433 (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
Diffstat (limited to 'meta-agl-bsp')
-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 |