summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-extra.inc
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 10:54:06 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 10:54:06 +1000
commitd0d14db2d8f3d91257cdb53d7d5348bcd8e15a23 (patch)
tree4716e59eaf8a014c7c70b25a400e5d00837eb664 /recipes-bsp/u-boot/u-boot-extra.inc
parente6200271eec4cade86de5fde3ebc57b027fe46b7 (diff)
parente76e2b11a52e4a517337c04b95bb93d9352f3aac (diff)
downloadmeta-xilinx-d0d14db2d8f3d91257cdb53d7d5348bcd8e15a23.tar.gz
Merge branch 'master' into nrossi/layer-refactor
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-extra.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-extra.inc10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-extra.inc b/recipes-bsp/u-boot/u-boot-extra.inc
index 329a7754..79808a37 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
@@ -40,4 +44,4 @@ do_configure_prepend () {
40 echo "CONFIG_SYS_TEXT_BASE = $BASE_OFFSET" >> ${CONFIG_MK} 44 echo "CONFIG_SYS_TEXT_BASE = $BASE_OFFSET" >> ${CONFIG_MK}
41 fi 45 fi
42 fi 46 fi
43} \ No newline at end of file 47}