Skip to content

Commit 2ef7f29

Browse files
committed
contents.xml.in: add build_id placeholder to the template
Axiom requires a unique identifier (build_id) to track published artifacts. Since values like github.run_id or build path are not accessible at the ptool repository level, add a placeholder field in the template. The actual build_id will be injected during the final build stage in meta-qcom to meet this requirement. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 287d404 commit 2ef7f29

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

platforms/qcs6490-rb3gen2/ufs/contents.xml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<name>apps</name>
3939
<role>apps</role>
4040
<chipset>QCM6490</chipset>
41+
<build_id>@BUILDID@</build_id>
4142
<windows_root_path>.\</windows_root_path>
4243
<linux_root_path>./</linux_root_path>
4344
<image_dir>apps_proc</image_dir>
@@ -46,6 +47,7 @@
4647
<name>common</name>
4748
<role>common</role>
4849
<chipset>QCM6490</chipset>
50+
<build_id>@BUILDID@</build_id>
4951
<windows_root_path>.\</windows_root_path>
5052
<linux_root_path>./</linux_root_path>
5153
<image_dir>common</image_dir>

platforms/qcs8300-ride-sx/ufs/contents.xml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<name>apps</name>
4747
<role>apps</role>
4848
<chipset>QCS8300</chipset>
49+
<build_id>@BUILDID@</build_id>
4950
<windows_root_path>.\</windows_root_path>
5051
<linux_root_path>./</linux_root_path>
5152
<image_dir>apps_proc</image_dir>
@@ -54,6 +55,7 @@
5455
<name>common</name>
5556
<role>common</role>
5657
<chipset>QCS8300</chipset>
58+
<build_id>@BUILDID@</build_id>
5759
<windows_root_path>.\</windows_root_path>
5860
<linux_root_path>./</linux_root_path>
5961
<image_dir>common</image_dir>

platforms/qcs9100-ride-sx/ufs/contents.xml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<name>apps</name>
4747
<role>apps</role>
4848
<chipset>QCS9100</chipset>
49+
<build_id>@BUILDID@</build_id>
4950
<windows_root_path>.\</windows_root_path>
5051
<linux_root_path>./</linux_root_path>
5152
<image_dir>apps_proc</image_dir>
@@ -54,6 +55,7 @@
5455
<name>common</name>
5556
<role>common</role>
5657
<chipset>QCS9100</chipset>
58+
<build_id>@BUILDID@</build_id>
5759
<windows_root_path>.\</windows_root_path>
5860
<linux_root_path>./</linux_root_path>
5961
<image_dir>common</image_dir>

0 commit comments

Comments
 (0)