diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-12-01 11:45:37 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-12-02 08:44:13 -0600 |
commit | 7843588040db6654f5fa5f7c4c33c33b26e2bac0 (patch) | |
tree | 1a2445db8027fd893a218a02e124ef34fc8a1758 /meta-xilinx-standalone-experimental | |
parent | 12dc002122e991d859ced9d2359e07fd2a7a0d69 (diff) | |
download | meta-xilinx-7843588040db6654f5fa5f7c4c33c33b26e2bac0.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-x | meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh | 4 |
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 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" | |||
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 |
175 | KERNEL_DEVICETREE:${machine}-generic = "" | 175 | KERNEL_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 |
177 | DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" | 177 | DEVICE_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 |
179 | BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" | 179 | BIF_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 |
401 | KERNEL_DEVICETREE:${machine}-generic = "" | 401 | KERNEL_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 |
403 | DEVICE_TREE_NAME:pn-u-boot-zynq-scr = "\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" | 403 | DEVICE_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 |
405 | BIF_PARTITION_IMAGE[device-tree] = "\${RECIPE_SYSROOT}/boot/devicetree/\${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" | 405 | BIF_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 |