Skip to content

Commit 1c349a8

Browse files
firmware-qcom-sdm845-hdk: fix path for the SLPI firmware (#1588)
The recipe specifies FW_QCOM_DIR as a location of the device-specific firmware, however firmware-qcom.inc uses FW_QCOM_SUBDIR. Correct the variable name to move HDK-specific firmware (SLPI) to the correct location. Fixes: 1cff037 ("firmware-qcom-sdm845-hdk: package SLPI firmware for SDM845-HDK")
2 parents fac4ddf + 9015690 commit 1c349a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-bsp/firmware/firmware-qcom-sdm845-hdk.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DESCRIPTION = "QCOM Firmware for SDM845 HDK (aka HDK845) board"
77
LICENSE = "CLOSED"
88

99
FW_QCOM_NAME = "sdm845-hdk"
10-
FW_QCOM_DIR = "sdm845/Qualcomm/SDM845-HDK"
10+
FW_QCOM_SUBDIR = "sdm845/Qualcomm/SDM845-HDK"
1111

1212
# ADSP, CDSP, modem and WLAN are a part of linux-firmware
1313
FW_QCOM_LIST = "\

0 commit comments

Comments
 (0)