diff --git a/classes-recipe/image_types_qcom.bbclass b/classes-recipe/image_types_qcom.bbclass index 86229287..213384ba 100644 --- a/classes-recipe/image_types_qcom.bbclass +++ b/classes-recipe/image_types_qcom.bbclass @@ -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