From ae7ec5eacd7d8007dab73fcce02ec32550ac1ed4 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Wed, 22 Feb 2023 15:38:30 -0700 Subject: 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 Removed KERNEL_DEVICETREE:example-sdt line that never did anything. Signed-off-by: Mark Hatle --- .../recipes-core/meta/files/dt-processor.sh | 4 ---- 1 file changed, 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%" # Exclude BASE_TMPDIR from hash calculations BB_HASHEXCLUDE_COMMON:append = " BASE_TMPDIR" -# We don't want the kernel to build us a device-tree -KERNEL_DEVICETREE:example-sdt = "" -# We need u-boot to use the one we passed in -DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb'))}" # Update bootbin to use proper device tree BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb'))}" # Remap boot files to ensure the right device tree is listed first -- cgit v1.2.3-54-g00ecf