From 7843588040db6654f5fa5f7c4c33c33b26e2bac0 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 1 Dec 2022 11:45:37 -0700 Subject: dt-processor.sh: Rename u-boot scripts packages In meta-xilinx-core u-boot-zynq-scr and u-boot-zynq-uenv recipes are renamed to u-boot-xlnx-scr and u-boot-xlnx-uenv. Hence change these in all the files. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- .../recipes-core/meta/files/dt-processor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-standalone-experimental') 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 67722bfe..02b4466b 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 @@ -174,7 +174,7 @@ MACHINE = "${machine}-generic" # We don't want the kernel to build us a device-tree KERNEL_DEVICETREE:${machine}-generic = "" # We need u-boot to use the one we passed in -DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" +DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" # Update bootbin to use proper device tree BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" # Remap boot files to ensure the right device tree is listed first @@ -400,7 +400,7 @@ MACHINE = "${machine}-generic" # We don't want the kernel to build us a device-tree KERNEL_DEVICETREE:${machine}-generic = "" # We need u-boot to use the one we passed in -DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" +DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" # Update bootbin to use proper device tree BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" # Remap boot files to ensure the right device tree is listed first -- cgit v1.2.3-54-g00ecf