summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-12-01 11:45:38 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-07 17:50:36 -0700
commitb5568b73076bf8d1e9a770de5b8451a4d3cb98bf (patch)
tree144ed4435e437acc65f3132b46e5cf758fbe4013 /meta-xilinx-vendor/conf
parent13dcf1c51470662ba2da2e929bd9f98cfe23b596 (diff)
downloadmeta-xilinx-b5568b73076bf8d1e9a770de5b8451a4d3cb98bf.tar.gz
meta-xilinx-vendor: 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-vendor/conf')
-rw-r--r--meta-xilinx-vendor/conf/machine/microzed-zynq7.conf5
-rw-r--r--meta-xilinx-vendor/conf/machine/minized-zynq7.conf3
-rw-r--r--meta-xilinx-vendor/conf/machine/picozed-zynq7.conf5
-rw-r--r--meta-xilinx-vendor/conf/machine/zybo-zynq7.conf5
4 files changed, 4 insertions, 14 deletions
diff --git a/meta-xilinx-vendor/conf/machine/microzed-zynq7.conf b/meta-xilinx-vendor/conf/machine/microzed-zynq7.conf
index ce8058e4..750657dc 100644
--- a/meta-xilinx-vendor/conf/machine/microzed-zynq7.conf
+++ b/meta-xilinx-vendor/conf/machine/microzed-zynq7.conf
@@ -8,10 +8,7 @@ SPL_BINARY ?= "spl/boot.bin"
8UBOOT_ELF = "u-boot" 8UBOOT_ELF = "u-boot"
9 9
10EXTRA_IMAGEDEPENDS += " \ 10EXTRA_IMAGEDEPENDS += " \
11 u-boot-zynq-uenv \ 11 u-boot-xlnx-uenv \
12 virtual/boot-bin \
13 virtual/bootloader \
14 u-boot-zynq-scr \
15 " 12 "
16 13
17KERNEL_DEVICETREE = "zynq-microzed.dtb" 14KERNEL_DEVICETREE = "zynq-microzed.dtb"
diff --git a/meta-xilinx-vendor/conf/machine/minized-zynq7.conf b/meta-xilinx-vendor/conf/machine/minized-zynq7.conf
index af9d982d..415ebc61 100644
--- a/meta-xilinx-vendor/conf/machine/minized-zynq7.conf
+++ b/meta-xilinx-vendor/conf/machine/minized-zynq7.conf
@@ -9,8 +9,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth"
9UBOOT_MACHINE ?= "zynq_minized_config" 9UBOOT_MACHINE ?= "zynq_minized_config"
10 10
11EXTRA_IMAGEDEPENDS += " \ 11EXTRA_IMAGEDEPENDS += " \
12 u-boot-zynq-uenv \ 12 u-boot-xlnx-uenv \
13 virtual/bootloader \
14 " 13 "
15 14
16SERIAL_CONSOLES ?= "115200;ttyPS0" 15SERIAL_CONSOLES ?= "115200;ttyPS0"
diff --git a/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf b/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
index 31f5e220..3ce023a6 100644
--- a/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
+++ b/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
@@ -12,10 +12,7 @@ SPL_BINARY ?= "spl/boot.bin"
12UBOOT_ELF = "u-boot" 12UBOOT_ELF = "u-boot"
13 13
14EXTRA_IMAGEDEPENDS += " \ 14EXTRA_IMAGEDEPENDS += " \
15 u-boot-zynq-uenv \ 15 u-boot-xlnx-uenv \
16 virtual/boot-bin \
17 virtual/bootloader \
18 u-boot-zynq-scr \
19 " 16 "
20 17
21IMAGE_BOOT_FILES += " \ 18IMAGE_BOOT_FILES += " \
diff --git a/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf b/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
index 74d117c0..37c4b6cc 100644
--- a/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
+++ b/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
@@ -12,10 +12,7 @@ SPL_BINARY ?= "spl/boot.bin"
12UBOOT_ELF = "u-boot" 12UBOOT_ELF = "u-boot"
13 13
14EXTRA_IMAGEDEPENDS += " \ 14EXTRA_IMAGEDEPENDS += " \
15 u-boot-zynq-uenv \ 15 u-boot-xlnx-uenv \
16 virtual/boot-bin \
17 virtual/bootloader \
18 u-boot-zynq-scr \
19 " 16 "
20 17
21KERNEL_DEVICETREE = "zynq-zybo.dtb" 18KERNEL_DEVICETREE = "zynq-zybo.dtb"