summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-05-19 23:55:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-05-19 14:24:11 -0400
commit8a90b7e9487bcac3e8250c0eaeac35a35d1538fb (patch)
treef7b13865410256ce979d20a9d32b8ea8713a1fe0
parentb5e15e90c7dcfe1b079030906ce88c355a5b2450 (diff)
downloadmeta-ti-8a90b7e9487bcac3e8250c0eaeac35a35d1538fb.tar.gz
linux-mainline: update to the latest stable 3.14.43 and lower default preference
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-mainline_3.14.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-mainline_3.14.bb b/recipes-kernel/linux/linux-mainline_3.14.bb
index 440e1709..b1d4eecc 100644
--- a/recipes-kernel/linux/linux-mainline_3.14.bb
+++ b/recipes-kernel/linux/linux-mainline_3.14.bb
@@ -26,15 +26,15 @@ KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb"
26 26
27KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 27KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
28 28
29COMPATIBLE_MACHINE = "ti33x|omap3" 29DEFAULT_PREFERENCE = "-1"
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32 32
33BRANCH = "linux-3.14.y" 33BRANCH = "linux-3.14.y"
34 34
35# Corresponds to tag v3.14.25 35# Corresponds to tag v3.14.43
36SRCREV = "2dc2565902d3c24108c4b7101e91957fd068a242" 36SRCREV = "13253707013a08ce5a279ebd029fa10230172458"
37PV = "3.14.25" 37PV = "3.14.43"
38 38
39SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=${BRANCH} \ 39SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=${BRANCH} \
40 file://defconfig \ 40 file://defconfig \