Skip to content

Commit d3373ee

Browse files
committed
qcs9100-ride-sx: move all boot-related files to subdir
Move bootloader and QDL files to a subdir under the DEPLOY_DIR in order to remove conflicts between packages. This also removes a need to limit the boot image recipe to be usable only on the qcs9100 machines. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 19c602d commit d3373ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

conf/machine/qcs9100-ride-sx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
2121
"
2222

2323
QCOM_CDT_FILE = "cdt_ride_sx"
24+
QCOM_BOOT_FILES_SUBDIR = "qcs9100"

recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100_00058.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm QCS9100 platform"
22
LICENSE = "Proprietary"
33
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BOOTBINARIES}/Qualcomm-Technologies-Inc.-Proprietary;md5=58d50a3d36f27f1a1e6089308a49b403"
44

5-
COMPATIBLE_MACHINE = "qcs9100"
6-
75
FW_ARTIFACTORY = "softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public"
86
FW_BUILD_ID = "r1.0_${PV}/qcs9100-le-1-0"
97
FW_BIN_PATH = "common/build/ufs/bin"
@@ -16,4 +14,6 @@ SRC_URI = " \
1614
SRC_URI[bootbinaries.sha256sum] = "bd024ffe419f13b19907b285d0369bf9dfdf77b7e95052b9e4869957ddcaf07f"
1715
SRC_URI[qcs9100-ride-sx.sha256sum] = "377a8405899ac82199deaf70bca3648c15b924a3fcef8f109555e661ed70f4b9"
1816

17+
QCOM_BOOT_IMG_SUBDIR = "qcs9100"
18+
1919
include firmware-qcom-boot-common.inc

recipes-bsp/partition/qcom-partition-confs_1.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ do_install[noexec] = "1"
2424

2525
QCOM_PARTCONF_SUBDIR ?= ""
2626
QCOM_PARTCONF_SUBDIR:qcm6490 ?= "qcm6490"
27+
QCOM_PARTCONF_SUBDIR:qcs9100 ?= "qcs9100"
2728

2829
PARTCONF ?= ""
2930
PARTCONF:qcm6490 ?= "qcm6490-partitions.conf"

0 commit comments

Comments
 (0)