diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-02-21 14:09:57 +0000 |
---|---|---|
committer | Linaro Code Review <review@review.linaro.org> | 2014-02-21 14:09:57 +0000 |
commit | 00c2a868cafecb739178d6cdf912699ec3199fab (patch) | |
tree | 2f0e74e90daa9c38c7e7b9c66c44bbfdcd964c66 | |
parent | e48001c5f1471f7b913febf62e210ed93e483e99 (diff) | |
parent | 583e117917b3b65ca78efcfc963348f739203185 (diff) | |
download | meta-linaro-00c2a868cafecb739178d6cdf912699ec3199fab.tar.gz |
Merge "linux-linux-fastmodel.inc: lock down AUTOREV to current git." into dora
-rw-r--r-- | meta-linaro/recipes-kernel/linux/linux-linaro-fastmodel.inc | 6 |
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" |