Skip to content

Commit

Permalink
Merge pull request #560 from lumag/fix-8150-fw
Browse files Browse the repository at this point in the history
firmware-qcom-sm8150-hdk: fix GMU binary installation
  • Loading branch information
lumag authored Jan 9, 2024
2 parents 7818f9c + c9d01d8 commit 990061e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions recipes-bsp/firmware/firmware-qcom-sm8150-hdk.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LICENSE = "CLOSED"
FW_QCOM_NAME = "sm8150"

FW_QCOM_LIST = "\
a640_zap.mbn a640_gmu.bin \
a640_zap.mbn \
adsp.mbn adspr.jsn adspua.jsn \
cdsp.mbn cdspr.jsn \
modem.mbn modemuw.jsn \
Expand All @@ -29,5 +29,11 @@ SPLIT_FIRMWARE_PACKAGES = "\
linux-firmware-qcom-adreno-a640 \
"

FILES:linux-firmware-qcom-adreno-a640 += "${FW_QCOM_PATH}/a640_gmu.bin"
do_install:append() {
if [ -n "${ADRENO_URI}" ] ; then
install -m 0644 ${WORKDIR}/adreno/${ADRENO_PATH}/a640_gmu.bin ${D}${FW_QCOM_BASE_PATH}
fi
}

FILES:linux-firmware-qcom-adreno-a640 += "${FW_QCOM_BASE_PATH}/a640_gmu.bin"
RDEPENDS:linux-firmware-qcom-adreno-a640 += "linux-firmware-qcom-adreno-a630"

0 comments on commit 990061e

Please sign in to comment.