Skip to content

Commit 97bb023

Browse files
committed
qrb2210-rb1: 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. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent d3373ee commit 97bb023

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

conf/machine/qrb2210-rb1-core-kit.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ KERNEL_CLASSES += "linux-qcom-bootimg"
2121
# Helper util to tell the android bootloader to mark the boot as successfull.
2222
# The boot firmware will switch to slot B and fail to boot otherwise.
2323
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "qbootctl"
24+
25+
QCOM_BOOT_FILES_SUBDIR = "qrb2210"

recipes-bsp/firmware-boot/firmware-qcom-boot-qrb2210-rb1_23.12.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "c75b6c63eb24c8ca36dad08ba4d4e93f3f4cd7dce60cf1b6dfb5790dc1
88

99
BOOTBINARIES = "rb1-bootloader-emmc-linux-47528"
1010

11+
QCOM_BOOT_IMG_SUBDIR = "qrb2210"
12+
1113
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
@@ -25,6 +25,7 @@ do_install[noexec] = "1"
2525
QCOM_PARTCONF_SUBDIR ?= ""
2626
QCOM_PARTCONF_SUBDIR:qcm6490 ?= "qcm6490"
2727
QCOM_PARTCONF_SUBDIR:qcs9100 ?= "qcs9100"
28+
QCOM_PARTCONF_SUBDIR:qcm2290 ?= "qrb2210"
2829

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

0 commit comments

Comments
 (0)