From 4ebe3560822477f8d47cd2b6c04ff6e0e95eaa9e Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Mon, 5 Aug 2024 19:25:50 -0600 Subject: 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 Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/include/soc-zynq.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-xilinx-core') 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" KERNEL_IMAGETYPES += "zImage" UBOOT_ELF ?= "u-boot.elf" - -# Default, if multiconfig is off, the fsbl is in the regular deploydir, otherwise -# it is located under a multiconfig specific deploydir -FSBL_DEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '', 'fsbl-firmware:do_deploy', d)}" -FSBL_MCDEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', 'mc::fsbl-fw:fsbl-firmware:do_deploy', '', d)}" -FSBL_DEPLOY_DIR ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}', '${DEPLOY_DIR_IMAGE}', d)}" -FSBL_DEPLOY_DIR[vardepsexclude] += "TOPDIR" -FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}" -- cgit v1.2.3-54-g00ecf