From 1f5710c8b1e744d42da794afd30c8ec151f45515 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 26 Oct 2023 20:48:32 -0500 Subject: dt-processor.sh: No longer need PREFERRED_VERSION for sdt workflow Signed-off-by: Mark Hatle --- .../recipes-core/meta/files/dt-processor.sh | 6 ------ 1 file changed, 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 fi cat <>"${conf_file}" -# Enable the correct version of the firmware components -PREFERRED_VERSION_fsbl-firmware = "2023_sdt_experimental%" -PREFERRED_VERSION_pmu-firmware = "2023_sdt_experimental%" -PREFERRED_VERSION_plm-firmware = "2023_sdt_experimental%" -PREFERRED_VERSION_psm-firmware = "2023_sdt_experimental%" - # Exclude BASE_TMPDIR from hash calculations BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" -- cgit v1.2.3-54-g00ecf