summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-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 \