summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-26 20:48:32 -0500
committerMark Hatle <mark.hatle@amd.com>2023-10-31 09:43:06 -0500
commit1f5710c8b1e744d42da794afd30c8ec151f45515 (patch)
tree34367c52e4d985b913eb6c728c7b29d377cd1bed
parentcbd127ed42e98cca9ee67ccf1c4818c0c3e0c1b0 (diff)
downloadmeta-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-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh6
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
990PREFERRED_VERSION_fsbl-firmware = "2023_sdt_experimental%"
991PREFERRED_VERSION_pmu-firmware = "2023_sdt_experimental%"
992PREFERRED_VERSION_plm-firmware = "2023_sdt_experimental%"
993PREFERRED_VERSION_psm-firmware = "2023_sdt_experimental%"
994
995# Exclude BASE_TMPDIR from hash calculations 989# Exclude BASE_TMPDIR from hash calculations
996BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" 990BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR"
997 991