firmware-qcom-nexus7-2013: follow git -> BP change

OE-Core has changed the way the git repos are unpacked. Update the paths
to follow the change.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
This commit is contained in:
Dmitry Baryshkov
2025-06-28 17:25:40 +03:00
parent 52c7351717
commit 2ea9ade4c6

View File

@@ -27,7 +27,7 @@ do_install:append() {
install -m 0644 vendor/qcom/${FW_QCOM_NAME}/proprietary/vidcfw.elf ${D}${FW_QCOM_PATH}
install -m 0644 vendor/qcom/${FW_QCOM_NAME}/proprietary/vidc_1080p.fw ${D}${FW_QCOM_PATH}
install -m 0644 ${UNPACKDIR}/git/WCNSS_cfg.dat ${D}${FW_QCOM_PATH}
install -m 0644 ${UNPACKDIR}/git/WCNSS_qcom_wlan_nv_deb.bin ${D}${FW_QCOM_PATH}
install -m 0644 ${UNPACKDIR}/git/WCNSS_qcom_wlan_nv_flo.bin ${D}${FW_QCOM_PATH}/WCNSS_qcom_wlan_nv.bin
install -m 0644 ${UNPACKDIR}/${BP}/WCNSS_cfg.dat ${D}${FW_QCOM_PATH}
install -m 0644 ${UNPACKDIR}/${BP}/WCNSS_qcom_wlan_nv_deb.bin ${D}${FW_QCOM_PATH}
install -m 0644 ${UNPACKDIR}/${BP}/WCNSS_qcom_wlan_nv_flo.bin ${D}${FW_QCOM_PATH}/WCNSS_qcom_wlan_nv.bin
}