diff options
author | 2017-05-24 16:53:34 +0200 | |
---|---|---|
committer | 2017-06-23 15:28:49 +0200 | |
commit | a74540099ee205cba07af52912b396f6389aeaef (patch) | |
tree | e4e7f28a2984f2779be9d35c1d65ff80ba793793 /conf/machine | |
parent | fd45e9cfd5697951ae086fafd380dc6da5d70d1b (diff) | |
download | meta-qcom-a74540099ee205cba07af52912b396f6389aeaef.tar.gz meta-qcom-a74540099ee205cba07af52912b396f6389aeaef.tar.bz2 meta-qcom-a74540099ee205cba07af52912b396f6389aeaef.zip |
dragonboard820c: add firmware for ath10k
Dragonboard 820c comes with a QCA6174 chip, on board, let's make sure that
appropriate firmware are added to images when wifi is enabled.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit 755332b65ebe9feabf9fe357b1c3aa3ac881fa62)
(cherry picked from commit dbd4a2c6f70645b288ceec83efcbaa6287b929f6)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/dragonboard-820c.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/dragonboard-820c.conf b/conf/machine/dragonboard-820c.conf index 7e3552b..d30df2e 100644 --- a/conf/machine/dragonboard-820c.conf +++ b/conf/machine/dragonboard-820c.conf @@ -14,6 +14,7 @@ SERIAL_CONSOLE = "115200 ttyMSM0" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ kernel-modules \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k', '', d)} \ " QCOM_BOOTIMG_ROOTFS ?= "sde18" |