diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-30 10:54:06 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-30 10:54:06 +1000 |
| commit | d0d14db2d8f3d91257cdb53d7d5348bcd8e15a23 (patch) | |
| tree | 4716e59eaf8a014c7c70b25a400e5d00837eb664 /recipes-bsp/u-boot/u-boot-extra.inc | |
| parent | e6200271eec4cade86de5fde3ebc57b027fe46b7 (diff) | |
| parent | e76e2b11a52e4a517337c04b95bb93d9352f3aac (diff) | |
| download | meta-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.inc | 10 |
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 | ||
| 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 | ||
| @@ -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 | } |
