diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-extra.inc')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-extra.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-extra.inc b/recipes-bsp/u-boot/u-boot-extra.inc index f07284a5..44271bec 100644 --- a/recipes-bsp/u-boot/u-boot-extra.inc +++ b/recipes-bsp/u-boot/u-boot-extra.inc | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 1 | ||
| 2 | S = "${WORKDIR}/git" | ||
| 3 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 4 | |||
| 2 | # Also deploy u-boot elf file with same file format as bin file | 5 | # Also deploy u-boot elf file with same file format as bin file |
| 6 | UBOOTXTENSION ?= "${XILINX_EXTENSION}-${MACHINE}" | ||
| 3 | SRC_ELF ?= "u-boot" | 7 | SRC_ELF ?= "u-boot" |
| 4 | DEST_ELF ?= "u-boot-${MACHINE}-${PV}-${PR}.elf" | 8 | DEST_ELF ?= "u-boot${UBOOTXTENSION}-${PV}-${PR}.elf" |
| 5 | ELF_SYMLINK ?= "u-boot-${MACHINE}.elf" | 9 | ELF_SYMLINK ?= "u-boot${UBOOTXTENSION}.elf" |
| 6 | do_deploy_append() { | 10 | do_deploy_append() { |
| 7 | install ${S}/${SRC_ELF} ${DEPLOYDIR}/${DEST_ELF} | 11 | install ${S}/${SRC_ELF} ${DEPLOYDIR}/${DEST_ELF} |
| 8 | 12 | ||
