summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Galbusera <gizero@gmail.com>2016-10-28 17:12:14 +0200
committerKhem Raj <raj.khem@gmail.com>2016-10-28 11:03:05 -0700
commitc56e9935de14385e03e8af6a3221b1f158ce4f0a (patch)
treed6f2305305a8ba4a1f704dc8766994fd1f0698f7
parent7d72369850ee43f67e5077dd88a5e27f1acd5e74 (diff)
downloadmeta-altera-c56e9935de14385e03e8af6a3221b1f158ce4f0a.tar.gz
linux-altera: fix QA error on kernel PV mismatch
Commit 0eacf03de18b7eeb3460a4d102dd5932cd73cd06 in poky master introduced a new QA test that linux-altera recipes are currently failing with: ERROR: linux-altera-ltsi-4.1.22+gitAUTOINC+76bdba2700-r0 do_kernel_version_sanity_check: Package Version (4.1.22+gitAUTOINC+76bdba2700) does not match of kernel being built (4.1.22-ltsi). Please update the PV variable to match the kernel source. Append ${LINUX_VERSION_SUFFIX} to PV to match version information in kernel's Makefile.
-rw-r--r--recipes-kernel/linux/linux-altera.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-altera.inc b/recipes-kernel/linux/linux-altera.inc
index 191b00e..dc1aca0 100644
--- a/recipes-kernel/linux/linux-altera.inc
+++ b/recipes-kernel/linux/linux-altera.inc
@@ -16,7 +16,7 @@ LINUX_VERSION ?= "4.0"
16 16
17SRCREV ?= "${AUTOREV}" 17SRCREV ?= "${AUTOREV}"
18SRCREV_machine ?= "${AUTOREV}" 18SRCREV_machine ?= "${AUTOREV}"
19PV = "${LINUX_VERSION}" 19PV = "${LINUX_VERSION}${LINUX_VERSION_SUFFIX}"
20PV_append = "+git${SRCPV}" 20PV_append = "+git${SRCPV}"
21 21
22 22