summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-12-01 11:45:36 -0700
committerMark Hatle <mark.hatle@amd.com>2022-12-02 08:44:13 -0600
commit12dc002122e991d859ced9d2359e07fd2a7a0d69 (patch)
tree788021c58a36cbd229c520147ef24fed0cf459a3 /meta-xilinx-bsp
parentf23e178337c1c0787171f2b1ab5614ac1915ef8f (diff)
downloadmeta-xilinx-12dc002122e991d859ced9d2359e07fd2a7a0d69.tar.gz
zc706-zynq7.conf: 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 configuration files. Also move common EXTRA_IMAGEDEPENDS to zynq-generic.conf 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-bsp')
-rw-r--r--meta-xilinx-bsp/conf/machine/zc706-zynq7.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
index 7648dd75..8bf45c46 100644
--- a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
@@ -17,10 +17,7 @@ MACHINEOVERRIDES .= ":zc706"
17SPL_BINARY ?= "spl/boot.bin" 17SPL_BINARY ?= "spl/boot.bin"
18 18
19EXTRA_IMAGEDEPENDS += " \ 19EXTRA_IMAGEDEPENDS += " \
20 u-boot-zynq-uenv \ 20 u-boot-xlnx-uenv \
21 virtual/boot-bin \
22 virtual/bootloader \
23 u-boot-zynq-scr \
24 " 21 "
25 22
26KERNEL_DEVICETREE = "zynq-zc706.dtb" 23KERNEL_DEVICETREE = "zynq-zc706.dtb"