From 2ea9ade4c62b2ba452079370bc47a9507b60cc77 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 28 Jun 2025 17:25:40 +0300 Subject: [PATCH] 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 --- recipes-bsp/firmware-nexus/firmware-qcom-nexus7-2013.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/firmware-nexus/firmware-qcom-nexus7-2013.bb b/recipes-bsp/firmware-nexus/firmware-qcom-nexus7-2013.bb index c20ddd3..2b6805a 100644 --- a/recipes-bsp/firmware-nexus/firmware-qcom-nexus7-2013.bb +++ b/recipes-bsp/firmware-nexus/firmware-qcom-nexus7-2013.bb @@ -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 }