summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh4
1 files changed, 0 insertions, 4 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 359d8d10..939fabe4 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
@@ -977,10 +977,6 @@ PREFERRED_VERSION_psm-firmware = "2023.1_sdt_experimental%"
977# Exclude BASE_TMPDIR from hash calculations 977# Exclude BASE_TMPDIR from hash calculations
978BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" 978BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR"
979 979
980# We don't want the kernel to build us a device-tree
981KERNEL_DEVICETREE:example-sdt = ""
982# We need u-boot to use the one we passed in
983DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb'))}"
984# Update bootbin to use proper device tree 980# Update bootbin to use proper device tree
985BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb'))}" 981BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb'))}"
986# Remap boot files to ensure the right device tree is listed first 982# Remap boot files to ensure the right device tree is listed first