diff options
author | 2015-10-14 15:57:47 +0200 | |
---|---|---|
committer | 2015-10-15 14:45:28 +0200 | |
commit | 0e67c5955f918fc7b81f762e81ea251034a81abe (patch) | |
tree | bcc8cf81acea0063a2099d9e9b1bc0b248db36f1 | |
parent | 8f10af937705ad07c9fdeeb24f779e943be94871 (diff) | |
download | meta-qcom-0e67c5955f918fc7b81f762e81ea251034a81abe.tar.gz meta-qcom-0e67c5955f918fc7b81f762e81ea251034a81abe.tar.bz2 meta-qcom-0e67c5955f918fc7b81f762e81ea251034a81abe.zip |
linux-linaro-qcom: set LOCALVERSION to 'linaro'
The Yocto Project is very touchy about using 'yocto' instead of 'yocto
project' and it's a linaro vendor tree, not a Yocto Project one.
This does make PV go backwards, but updating the kernel to 4.2.1 or
4.3.x should fix that in the near future.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcom.inc b/recipes-kernel/linux/linux-linaro-qcom.inc index 5eaa9b2..f56b776 100644 --- a/recipes-kernel/linux/linux-linaro-qcom.inc +++ b/recipes-kernel/linux/linux-linaro-qcom.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" inherit kernel # Put a local version until we have a true SRCREV to point to -LOCALVERSION ?= "+yocto" +LOCALVERSION ?= "+linaro" SCMVERSION ?= "y" SRC_URI = "git://git.linaro.org/landing-teams/working/qualcomm/kernel.git;branch=${SRCBRANCH};protocol=https" |