summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/versal-generic.conf
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-12-01 11:45:35 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-07 17:50:36 -0700
commit57c5fb773f1a51aabb05ba51536c34dd55c4851e (patch)
tree279ea8cb690514f93382f777419d2060f52c6bc9 /meta-xilinx-core/conf/machine/versal-generic.conf
parent3be2c3ba4b66614a4390ae3e5e9bd0d249f67094 (diff)
downloadmeta-xilinx-57c5fb773f1a51aabb05ba51536c34dd55c4851e.tar.gz
meta-xilinx-core: Rename u-boot scripts and uenv 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 configuraiton and inclusion 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-core/conf/machine/versal-generic.conf')
-rw-r--r--meta-xilinx-core/conf/machine/versal-generic.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf
index 9b9ebf31..d7797b78 100644
--- a/meta-xilinx-core/conf/machine/versal-generic.conf
+++ b/meta-xilinx-core/conf/machine/versal-generic.conf
@@ -36,15 +36,15 @@ IMAGE_FSTYPES += "${@'wic.qemu-sd' if (d.getVar('INITRAMFS_IMAGE') or '') == ''
36WKS_FILES ?= "sdimage-bootpart.wks" 36WKS_FILES ?= "sdimage-bootpart.wks"
37 37
38EXTRA_IMAGEDEPENDS += " \ 38EXTRA_IMAGEDEPENDS += " \
39 arm-trusted-firmware \ 39 arm-trusted-firmware \
40 virtual/boot-bin \ 40 virtual/boot-bin \
41 virtual/bootloader \ 41 virtual/bootloader \
42 virtual/psm-firmware \ 42 virtual/psm-firmware \
43 virtual/plm \ 43 virtual/plm \
44 u-boot-zynq-scr \ 44 u-boot-xlnx-scr \
45 qemu-devicetrees \ 45 qemu-devicetrees \
46 virtual/cdo \ 46 virtual/cdo \
47" 47 "
48 48
49IMAGE_BOOT_FILES += " \ 49IMAGE_BOOT_FILES += " \
50 boot.bin \ 50 boot.bin \