summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-08-05 19:25:50 -0600
committerMark Hatle <mark.hatle@amd.com>2024-08-08 18:00:57 -0500
commit4ebe3560822477f8d47cd2b6c04ff6e0e95eaa9e (patch)
tree0d66437c1304fc212cb70412795f45bd2ab30d73 /meta-xilinx-core
parent2b45dd549935d28f6f6c5e3b6bbf2f6126ce153c (diff)
downloadmeta-xilinx-4ebe3560822477f8d47cd2b6c04ff6e0e95eaa9e.tar.gz
soc-zynq.inc: Remove FSBL recipe variables
Remove FSBL recipe variables from soc-zynq.inc as this is already set in fsbl recipes and no more required in machine inclusion file. 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')
-rw-r--r--meta-xilinx-core/conf/machine/include/soc-zynq.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynq.inc b/meta-xilinx-core/conf/machine/include/soc-zynq.inc
index 02220e8a..587a0d5a 100644
--- a/meta-xilinx-core/conf/machine/include/soc-zynq.inc
+++ b/meta-xilinx-core/conf/machine/include/soc-zynq.inc
@@ -9,11 +9,3 @@ KERNEL_IMAGETYPE ?= "uImage"
9KERNEL_IMAGETYPES += "zImage" 9KERNEL_IMAGETYPES += "zImage"
10 10
11UBOOT_ELF ?= "u-boot.elf" 11UBOOT_ELF ?= "u-boot.elf"
12
13# Default, if multiconfig is off, the fsbl is in the regular deploydir, otherwise
14# it is located under a multiconfig specific deploydir
15FSBL_DEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '', 'fsbl-firmware:do_deploy', d)}"
16FSBL_MCDEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', 'mc::fsbl-fw:fsbl-firmware:do_deploy', '', d)}"
17FSBL_DEPLOY_DIR ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}', '${DEPLOY_DIR_IMAGE}', d)}"
18FSBL_DEPLOY_DIR[vardepsexclude] += "TOPDIR"
19FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}"