Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8afe1848 authored by Vauban's avatar Vauban
Browse files

Infrastructure: Use GATEWARE_GIT_VERSION as part of dtso.

The intention is to replace GATEWARE_GIT_VERSION within the "chosen" section
of the device tree overlay with git hash/branch/tag gateware
repository information to help identify the gateware version at
run time.
parent 447c8f72
Branches
Tags
No related merge requests found
Showing with 9 additions and 9 deletions
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
DEFAULT-CAPE-GATEWARE = "Mon Oct 2 18:00:17 2023";
DEFAULT-CAPE-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
GPIOS-CAPE-GATEWARE = "Mon Oct 2 18:00:17 2023";
GPIOS-CAPE-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
MINIMAL-CAPE-GATEWARE = "Mon Oct 2 18:00:17 2023";
MINIMAL-CAPE-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
ROBOTICS-CAPE-GATEWARE = "Mon Oct 2 18:00:17 2023";
ROBOTICS-CAPE-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -7,7 +7,7 @@
&{/chosen} {
overlays {
BOARD-TESTS-M2-GATEWARE = "Mon Oct 2 18:00:17 2023";
BOARD-TESTS-M2-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
PCIE-M2-GATEWARE = "Mon Oct 2 18:00:17 2023";
PCIE-M2-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,6 +6,6 @@
&{/chosen} {
overlays {
NO-M2-GATEWARE = "Mon Oct 2 18:00:17 2023";
NO-M2-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
BOARD-TESTS-SYZYGY-GATEWARE = "Mon Oct 2 18:00:17 2023";
BOARD-TESTS-SYZYGY-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
......
......@@ -6,6 +6,6 @@
&{/chosen} {
overlays {
NO-SYZYGY-GATEWARE = "Mon Oct 2 18:00:17 2023";
NO-SYZYGY-GATEWARE = "GATEWARE_GIT_VERSION";
};
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment