diff options
Diffstat (limited to 'meta-xilinx-core/conf/machine/include/soc-zynq.inc')
| -rw-r--r-- | meta-xilinx-core/conf/machine/include/soc-zynq.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynq.inc b/meta-xilinx-core/conf/machine/include/soc-zynq.inc index e456a31f..587a0d5a 100644 --- a/meta-xilinx-core/conf/machine/include/soc-zynq.inc +++ b/meta-xilinx-core/conf/machine/include/soc-zynq.inc | |||
| @@ -8,15 +8,4 @@ require soc-tune-include.inc | |||
| 8 | KERNEL_IMAGETYPE ?= "uImage" | 8 | KERNEL_IMAGETYPE ?= "uImage" |
| 9 | KERNEL_IMAGETYPES += "zImage" | 9 | KERNEL_IMAGETYPES += "zImage" |
| 10 | 10 | ||
| 11 | # WIC Specific dependencies | ||
| 12 | WIC_DEPENDS ?= "virtual/kernel virtual/bootloader virtual/boot-bin" | ||
| 13 | |||
| 14 | UBOOT_ELF ?= "u-boot.elf" | 11 | UBOOT_ELF ?= "u-boot.elf" |
| 15 | |||
| 16 | # Default, if multiconfig is off, the fsbl is in the regular deploydir, otherwise | ||
| 17 | # it is located under a multiconfig specific deploydir | ||
| 18 | FSBL_DEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '', 'fsbl-firmware:do_deploy', d)}" | ||
| 19 | FSBL_MCDEPENDS ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', 'mc::fsbl-fw:fsbl-firmware:do_deploy', '', d)}" | ||
| 20 | FSBL_DEPLOY_DIR ?= "${@bb.utils.contains('BBMULTICONFIG', 'fsbl-fw', '${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}', '${DEPLOY_DIR_IMAGE}', d)}" | ||
| 21 | FSBL_DEPLOY_DIR[vardepsexclude] += "TOPDIR" | ||
| 22 | FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}" | ||
