summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-12-01 11:45:37 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-07 17:50:36 -0700
commit13dcf1c51470662ba2da2e929bd9f98cfe23b596 (patch)
treeb58bb552f3d5085758623b0188184fe2bcbc356c /meta-xilinx-standalone-experimental
parent220930d3ac1929b5adaaa12de5371b60d76e9ffa (diff)
downloadmeta-xilinx-13dcf1c51470662ba2da2e929bd9f98cfe23b596.tar.gz
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 <sandeep.gundlupet-raju@amd.com> 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, 2 insertions, 2 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 fab16393..fde17c04 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"
174# We don't want the kernel to build us a device-tree 174# We don't want the kernel to build us a device-tree
175KERNEL_DEVICETREE:${machine}-generic = "" 175KERNEL_DEVICETREE:${machine}-generic = ""
176# We need u-boot to use the one we passed in 176# We need u-boot to use the one we passed in
177DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" 177DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}"
178# Update bootbin to use proper device tree 178# Update bootbin to use proper device tree
179BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" 179BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}"
180# Remap boot files to ensure the right device tree is listed first 180# Remap boot files to ensure the right device tree is listed first
@@ -400,7 +400,7 @@ MACHINE = "${machine}-generic"
400# We don't want the kernel to build us a device-tree 400# We don't want the kernel to build us a device-tree
401KERNEL_DEVICETREE:${machine}-generic = "" 401KERNEL_DEVICETREE:${machine}-generic = ""
402# We need u-boot to use the one we passed in 402# We need u-boot to use the one we passed in
403DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" 403DEVICE_TREE_NAME:pn-u-boot-xlnx-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}"
404# Update bootbin to use proper device tree 404# Update bootbin to use proper device tree
405BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" 405BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}"
406# Remap boot files to ensure the right device tree is listed first 406# Remap boot files to ensure the right device tree is listed first