linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect.

Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
Jonathan Liu 2015-10-04 13:15:33 +11:00 committed by Andrei Gherzan
parent 72ea51f87b
commit f22ecc425c

View File

@ -12,7 +12,8 @@ SRC_URI += " \
COMPATIBLE_MACHINE = "raspberrypi"
PV = "${LINUX_VERSION}+git${SRCREV}"
PE = "1"
PV = "${LINUX_VERSION}+git${SRCPV}"
# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"