aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-02-21 13:08:09 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-02-21 13:11:08 +0100
commit583e117917b3b65ca78efcfc963348f739203185 (patch)
tree99666addcf8989151ad0b346765503453b21aef8 /meta-linaro
parent8aaf10d8dda34bc02d4ef62d0501b83603b6f827 (diff)
linux-linux-fastmodel.inc: lock down AUTOREV to current git.
Recipes in a release branch shouldn't use AUTOREV. Change-Id: I950d43887ca226d04df48215a1062ac29da7ae67 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r--meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc b/meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc
index 284f912c..49073982 100644
--- a/meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc
+++ b/meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-PV = "3.11+git${SRCPV}"
+PV = "3.13+3.14-rc3+git${SRCPV}"
-SRCREV_bootwrapper = "${AUTOREV}"
-SRCREV_kernel = "${AUTOREV}"
+SRCREV_bootwrapper = "73ecb28f15a4c92562573efa1a701043b4a826ac"
+SRCREV_kernel = "68be59587608134e35b5f2cc8f200713c7db2b61"
SRCREV_FORMAT = "kernel"
S = "${WORKDIR}/git"