ubl/u-boot: Use PKGV and PKGR instead of PV/PR for the AUTOINC

This should help in having no AUTOINC inside the uboot filename
but it doesn't fix it yet.
This commit is contained in:
Holger Hans Peter Freyther 2013-06-21 11:54:49 +02:00 committed by Holger Hans Peter Freyther
parent d6f50abeda
commit ad936987cc
2 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://ubl.c;beginline=1;endline=22;md5=806283bb3c475d9082e4
SRC_URI = "git://git.sysmocom.de/sysmo-bts/ubl;protocol=git;branch=master"
SRCREV = "d04f24974a5b1e24cb9414ebc2e84a91848982c4"
PV = "v0.2.11+git${SRCPV}"
PR = "r2"
PR = "r3"
S = "${WORKDIR}/git"
inherit deploy
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
UBL_IMAGE ?= "ubl-${MACHINE}-${PV}-${PR}.elf"
UBL_IMAGE ?= "ubl-${MACHINE}-${PKGV}-${PKGR}.elf"
UBL_SYMLINK ?= "ubl-${MACHINE}.elf"
BOARD_NAME_sysmobts-v1 = "sysmobts_v1"

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}-${PV}-${PR}"
UBOOT_IMAGE = "u-boot-${MACHINE}-${PKGV}-${PKGR}"
UBOOT_SYMLINK = "u-boot-${MACHINE}"
do_deploy_prepend () {