diff options
author | Marek Vasut <marex@denx.de> | 2022-11-01 22:34:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-03 07:46:46 +0000 |
commit | dd7f8502ac82aede8ac2f146451a1fad92ed0806 (patch) | |
tree | 4c894544915b36388f15f51716924f82e7ffb8a6 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | c6d8d49167f069b792ac4a76d90170073ba9ba49 (diff) | |
download | poky-dd7f8502ac82aede8ac2f146451a1fad92ed0806.tar.gz |
bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware
Currently the hciattach bcm43xx firmware loader looks up the firmware
blob in /etc/firmware . Change this to /lib/firmware instead, so that
the path is consistent with Linux kernel which also looks up firmware
for the WiFi part in /lib/firmware .
(From OE-Core rev: 72b3b79ad8b980e8dd9470d16b72c2c70072bbc0)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index f07e318897..a8eaba1dd6 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -68,6 +68,8 @@ EXTRA_OECONF = "\ | |||
68 | --without-zsh-completion-dir \ | 68 | --without-zsh-completion-dir \ |
69 | " | 69 | " |
70 | 70 | ||
71 | CFLAGS += "-DFIRMWARE_DIR=\\"${nonarch_base_libdir}/firmware\\"" | ||
72 | |||
71 | # bluez5 builds a large number of useful utilities but does not | 73 | # bluez5 builds a large number of useful utilities but does not |
72 | # install them. Specify which ones we want put into ${PN}-noinst-tools. | 74 | # install them. Specify which ones we want put into ${PN}-noinst-tools. |
73 | NOINST_TOOLS_READLINE ??= "" | 75 | NOINST_TOOLS_READLINE ??= "" |