diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-11-13 15:32:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-19 16:33:00 +0000 |
commit | 01262cab6e495f9d0140b40d866465d1539c1043 (patch) | |
tree | 3aa544eea01743fabd8a0c7b892953e9da1e6211 | |
parent | dd41be7ab7edb8a0ccd4f0344a8d09dbee413916 (diff) |
raspberrypi4.conf: Enable Bluetooth
Enable Bluetooth for 64-bit AGL images for Raspberry Pi through
recipe pi-bluetooth. It provides a script that starts
automatically and properly configures BT-HCI.
Bug-AGL: SPEC-2936
Change-Id: I01cd5ea446bfe5f4182284c5e88984ee054fe62f
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-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 1679fb500..a09d881df 100644 --- a/meta-agl-bsp/conf/machine/raspberrypi4.conf +++ b/meta-agl-bsp/conf/machine/raspberrypi4.conf @@ -7,6 +7,7 @@ MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" MACHINE_EXTRA_RRECOMMENDS += "\ linux-firmware-rpidistro-bcm43455 \ bluez-firmware-rpidistro-bcm4345c0-hcd \ + pi-bluetooth \ " require conf/machine/include/arm/arch-arm64.inc |