u-boot: Use PV/PR again as PKGV/PKGR didn't fix the AUTOINC in the filename

This commit is contained in:
Holger Hans Peter Freyther 2014-03-28 21:55:04 +01:00
parent b008109769
commit 5e84042d37
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ UBOOT_MACHINE_sysmobts-v2 = "davinci_sysmobts_v2_config"
UBOOT_MACHINE_sysmobts-2050 = "davinci_sysmobts_v2_config"
COMPATIBLE_MACHINE = "(sysmobts-v1|sysmobts-v2|sysmobts-2050)"
UBOOT_IMAGE = "u-boot-${MACHINE}-${PKGV}-${PKGR}"
UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}"
UBOOT_SYMLINK = "u-boot-${MACHINE}"
do_deploy_prepend () {