Skip to content

Commit

Permalink
image_types_qcom: include cdt.bin if available
Browse files Browse the repository at this point in the history
Include cdt.bin for platforms that support it.

Signed-off-by: Nicolas Dechesne <[email protected]>
  • Loading branch information
ndechesne committed Dec 13, 2024
1 parent 94e0c04 commit 1275cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes-recipe/image_types_qcom.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ create_qcomflash_pkg() {

# partition bins
for pbin in `find ${DEPLOY_DIR_IMAGE} -type f -name 'gpt_main*.bin' \
-o -name 'gpt_backup*.bin' -o -name 'patch*.xml'`; do
-o -name 'gpt_backup*.bin' -o -name 'patch*.xml' -o -name 'cdt.bin'`; do
install -m 0644 ${pbin} .
done
# skip BLANK_GPT and WIPE_PARTITIONS for rawprogram xml files
Expand Down

0 comments on commit 1275cd5

Please sign in to comment.