summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-extra.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-extra.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-extra.inc8
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
2S = "${WORKDIR}/git"
3PACKAGE_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
6UBOOTXTENSION ?= "${XILINX_EXTENSION}-${MACHINE}"
3SRC_ELF ?= "u-boot" 7SRC_ELF ?= "u-boot"
4DEST_ELF ?= "u-boot-${MACHINE}-${PV}-${PR}.elf" 8DEST_ELF ?= "u-boot${UBOOTXTENSION}-${PV}-${PR}.elf"
5ELF_SYMLINK ?= "u-boot-${MACHINE}.elf" 9ELF_SYMLINK ?= "u-boot${UBOOTXTENSION}.elf"
6do_deploy_append() { 10do_deploy_append() {
7 install ${S}/${SRC_ELF} ${DEPLOYDIR}/${DEST_ELF} 11 install ${S}/${SRC_ELF} ${DEPLOYDIR}/${DEST_ELF}
8 12