diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-10-26 20:48:32 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-31 09:43:06 -0500 |
commit | 1f5710c8b1e744d42da794afd30c8ec151f45515 (patch) | |
tree | 34367c52e4d985b913eb6c728c7b29d377cd1bed | |
parent | cbd127ed42e98cca9ee67ccf1c4818c0c3e0c1b0 (diff) | |
download | meta-xilinx-1f5710c8b1e744d42da794afd30c8ec151f45515.tar.gz |
dt-processor.sh: No longer need PREFERRED_VERSION for sdt workflow
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rwxr-xr-x | meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh index 910d73a9..004bf258 100755 --- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh +++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh | |||
@@ -986,12 +986,6 @@ EOF | |||
986 | fi | 986 | fi |
987 | 987 | ||
988 | cat <<EOF >>"${conf_file}" | 988 | cat <<EOF >>"${conf_file}" |
989 | # Enable the correct version of the firmware components | ||
990 | PREFERRED_VERSION_fsbl-firmware = "2023_sdt_experimental%" | ||
991 | PREFERRED_VERSION_pmu-firmware = "2023_sdt_experimental%" | ||
992 | PREFERRED_VERSION_plm-firmware = "2023_sdt_experimental%" | ||
993 | PREFERRED_VERSION_psm-firmware = "2023_sdt_experimental%" | ||
994 | |||
995 | # Exclude BASE_TMPDIR from hash calculations | 989 | # Exclude BASE_TMPDIR from hash calculations |
996 | BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" | 990 | BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" |
997 | 991 | ||