mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
recpies: use SRCPV instead of SRCREV for PV
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@ require linux-omap2.inc
|
||||
FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git"
|
||||
|
||||
PV = "2.6.26"
|
||||
#PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}"
|
||||
#PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCPV}"
|
||||
PR = "r53"
|
||||
|
||||
SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
|
||||
|
||||
Reference in New Issue
Block a user