diff options
| -rw-r--r-- | meta-xilinx-core/conf/machine/include/soc-zynq.inc | 8 |
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" | |||
| 9 | KERNEL_IMAGETYPES += "zImage" | 9 | KERNEL_IMAGETYPES += "zImage" |
| 10 | 10 | ||
| 11 | UBOOT_ELF ?= "u-boot.elf" | 11 | UBOOT_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 | ||
| 15 | FSBL_DEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '', 'fsbl-firmware:do_deploy', d)}" | ||
| 16 | FSBL_MCDEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', 'mc::fsbl-fw:fsbl-firmware:do_deploy', '', d)}" | ||
| 17 | FSBL_DEPLOY_DIR ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}', '${DEPLOY_DIR_IMAGE}', d)}" | ||
| 18 | FSBL_DEPLOY_DIR[vardepsexclude] += "TOPDIR" | ||
| 19 | FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}" | ||
