summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-02-22 15:38:30 -0700
committerMark Hatle <mark.hatle@amd.com>2023-02-23 13:43:12 -0600
commitae7ec5eacd7d8007dab73fcce02ec32550ac1ed4 (patch)
tree0dd5ba226389cc7904682cb400231feff669cf95 /meta-xilinx-standalone-experimental
parent51095d1e98775814fe6ba76d34366711c83332f0 (diff)
downloadmeta-xilinx-ae7ec5eacd7d8007dab73fcce02ec32550ac1ed4.tar.gz
dt-processor: Remove boot script dt name
Remove DEVICE_TREE_NAME from dt-processor.sh to set right FDT name in pxeboot.cfg from u-boot-xlnx-scr recipe. With that said user can override DEVICE_TREE_NAME value from local.conf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Removed KERNEL_DEVICETREE:example-sdt line that never did anything. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-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