Skip to content

fix(generate_flat_build): bundle all CDT variants in flash dirs. - #74

Open
Akhil-Sriramulu (sriram-akhil) wants to merge 1 commit into
qualcomm-linux:mainfrom
sriram-akhil:fix/include_all_CDTs
Open

fix(generate_flat_build): bundle all CDT variants in flash dirs.#74
Akhil-Sriramulu (sriram-akhil) wants to merge 1 commit into
qualcomm-linux:mainfrom
sriram-akhil:fix/include_all_CDTs

Conversation

@sriram-akhil

Copy link
Copy Markdown
Member

Previously, flash outputs were generated per board variant, differing only by the CDT binary. This required separate flash directories and duplicated common boot artifacts.

Update flash generation to include all CDT variants in every flash directory and remove board-specific CDT references from rawprogram XMLs. CDT archives are now downloaded, unpacked, and staged for all supported boards, while boot binaries remain target-specific.

Each flash directory now contains:

  • vision-kit CDT → cdt.bin (default flash target)
  • core-kit CDT → cdt_core_kit.bin
  • industrial-kit → cdt_industrial_kit.bin

This reduces duplication and enables a single reusable flash directory across board variants.

Previously, flash outputs were generated per board variant,
differing only by the CDT binary. This required separate flash
directories and duplicated common boot artifacts.

Update flash generation to include all CDT variants in every
flash directory and remove board-specific CDT references from
rawprogram XMLs. CDT archives are now downloaded, unpacked,
and staged for all supported boards, while boot binaries remain
target-specific.

Each flash directory now contains:
- vision-kit CDT  → cdt.bin          (default flash target)
- core-kit CDT    → cdt_core_kit.bin
- industrial-kit  → cdt_industrial_kit.bin

This reduces duplication and enables a single reusable flash
directory across board variants.

Signed-off-by: Sriramulu Akhil <sakhil@qti.qualcomm.com>

@anujm1 Anuj Mittal (anujm1) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove add_board blocks as well for these variants and remove useless AI generated comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants