Skip to content

Commit f3c7425

Browse files
committed
firmware-qcom-boot-qcs8300: split into include and version-specific file
In order to simplify handling and updating of the firmware, split common parts away from version-specific parts. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 8b60bde commit f3c7425

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm QCS8300 platform"
2+
LICENSE = "Proprietary"
3+
LIC_FILES_CHKSUM = "file://Qualcomm-Technologies-Inc.-Proprietary;md5=58d50a3d36f27f1a1e6089308a49b403"
4+
5+
FW_ARTIFACTORY = "softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public"
6+
FW_BUILD_ID = "r1.0_${PV}/qcs8300-le-1-0"
7+
FW_BIN_PATH = "common/build/ufs/bin"
8+
BOOTBINARIES = "QCS8300_bootbinaries"
9+
10+
SRC_URI = " \
11+
https://${FW_ARTIFACTORY}/${FW_BUILD_ID}/${FW_BIN_PATH}/${BOOTBINARIES}.zip;downloadfilename=${BOOTBINARIES}_r1.0_${PV}.zip;name=bootbinaries \
12+
https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS8300/cdt/ride-sx.zip;downloadfilename=cdt-qcs8300-ride-sx_${PV}.zip;name=qcs8300-ride-sx \
13+
"
14+
SRC_URI[qcs8300-ride-sx.sha256sum] = "d7fc667372b28383a36d586333097d84b9d9c104f4dd1845d33904e2d6b39f80"
15+
16+
QCOM_BOOT_IMG_SUBDIR = "qcs8300"
17+
18+
include firmware-qcom-boot-common.inc
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm QCS8300 platform"
2-
LICENSE = "Proprietary"
3-
LIC_FILES_CHKSUM = "file://Qualcomm-Technologies-Inc.-Proprietary;md5=58d50a3d36f27f1a1e6089308a49b403"
1+
require firmware-qcom-boot-qcs8300.inc
42

5-
FW_ARTIFACTORY = "softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public"
6-
FW_BUILD_ID = "r1.0_${PV}/qcs8300-le-1-0"
7-
FW_BIN_PATH = "common/build/ufs/bin"
8-
BOOTBINARIES = "QCS8300_bootbinaries"
9-
10-
SRC_URI = " \
11-
https://${FW_ARTIFACTORY}/${FW_BUILD_ID}/${FW_BIN_PATH}/${BOOTBINARIES}.zip;downloadfilename=${BOOTBINARIES}_r1.0_${PV}.zip;name=bootbinaries \
12-
https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS8300/cdt/ride-sx.zip;downloadfilename=cdt-qcs8300-ride-sx_${PV}.zip;name=qcs8300-ride-sx \
13-
"
143
SRC_URI[bootbinaries.sha256sum] = "826599d4ef60337f38de935f3049134489e3f703b874dd592996b013f8e9e40a"
15-
SRC_URI[qcs8300-ride-sx.sha256sum] = "d7fc667372b28383a36d586333097d84b9d9c104f4dd1845d33904e2d6b39f80"
16-
17-
QCOM_BOOT_IMG_SUBDIR = "qcs8300"
18-
19-
include firmware-qcom-boot-common.inc

0 commit comments

Comments
 (0)