Skip to content

Commit f508b00

Browse files
committed
image-types-qcom: default to partition data from qcom-partition-conf
Defaulting to the partition data from the qcom-ptool repo is a sane default. If necessary, machines can override that (including setting the empty value for QCOM_PARTITION_CONF variable). Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 4ca8414 commit f508b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes-recipe/image_types_qcom.bbclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ QCOM_DTB_FILE ?= "dtb.bin"
2323
QCOM_BOOT_FILES_SUBDIR ?= ""
2424
QCOM_PARTITION_FILES_SUBDIR ?= "${QCOM_BOOT_FILES_SUBDIR}"
2525

26-
QCOM_PARTITION_CONF ?= ""
26+
QCOM_PARTITION_CONF ?= "qcom-partition-conf"
2727

2828
QCOM_ROOTFS_FILE ?= "rootfs.img"
2929
IMAGE_QCOMFLASH_FS_TYPE ??= "ext4"

0 commit comments

Comments
 (0)