diff options
author | 2022-06-27 11:14:21 +0200 | |
---|---|---|
committer | 2022-06-27 11:14:21 +0200 | |
commit | 942357908e2625faa021845fe69bac05ad8f4b72 (patch) | |
tree | 33c6abe47a5275c62baa9b2db0587789a07e343d | |
parent | c4383187921991c47bf9224d80c6d24561ebd683 (diff) | |
parent | 21ddf499496728fe464cb9069378db4d3a7a8b96 (diff) | |
download | meta-qcom-kirkstone.tar.gz meta-qcom-kirkstone.tar.bz2 meta-qcom-kirkstone.zip |
Merge pull request #468 from lumag/fix-ath10k-kirkstonekirkstone
firmware-qcom-dragonboard845c: drop WiFi board-2.bin file
-rw-r--r-- | recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb b/recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb index 54135ed..db18938 100644 --- a/recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb +++ b/recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb @@ -11,14 +11,7 @@ FW_QCOM_NAME = "sdm845" require recipes-bsp/firmware/firmware-qcom.inc -DEPENDS += "qca-swiss-army-knife-native pil-squasher-native" -inherit python3native - -do_compile() { - # Build board-2.bin needed by WiFi - ath10k-generate-board-2_json.sh ./38-bdwlan_split board-2.json - python3 "${STAGING_BINDIR_NATIVE}/ath10k-bdencoder" -c board-2.json -o board-2.bin -} +DEPENDS += "pil-squasher-native" do_install() { install -d ${D}${nonarch_base_libdir}/firmware/ @@ -36,9 +29,6 @@ do_install() { pil-squasher ${D}${FW_QCOM_PATH}/slpi.mbn \ ./30-slpi_split/slpi.mdt - install -d ${D}${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/ - install -m 0444 ./board-2.bin ${D}${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/ - install -d ${D}${sysconfdir}/ install -m 0644 LICENSE.qcom.txt ${D}${sysconfdir}/QCOM-LINUX-BOARD-SUPPORT-LICENSE-${PN} } |