diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.14.bb | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb index 802a8b10..b9dcbdc6 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | |||
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:" | |||
6 | 6 | ||
7 | BRANCH = "ti-rt-linux-4.14.y" | 7 | BRANCH = "ti-rt-linux-4.14.y" |
8 | 8 | ||
9 | SRCREV = "92c3e398509d57ea7ad40ac87aa5b7ed5e5014e2" | 9 | SRCREV = "13c0583ddb2c981891bd2413fa1e300ff56cb6bf" |
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index f8d0d444..364a6fb6 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.14.bb | |||
@@ -54,8 +54,8 @@ S = "${WORKDIR}/git" | |||
54 | 54 | ||
55 | BRANCH = "ti-lsk-linux-4.14.y" | 55 | BRANCH = "ti-lsk-linux-4.14.y" |
56 | 56 | ||
57 | SRCREV = "36a950c35adcec9c55c20ef1deb5e33c87ae0a3f" | 57 | SRCREV = "ceefd552693f88d40d447fdb5ac5c42104cd2632" |
58 | PV = "4.14.19+git${SRCPV}" | 58 | PV = "4.14.20+git${SRCPV}" |
59 | 59 | ||
60 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 60 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
61 | MACHINE_KERNEL_PR_append = "a" | 61 | MACHINE_KERNEL_PR_append = "a" |
@@ -65,3 +65,5 @@ KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" | |||
65 | KERNEL_GIT_PROTOCOL = "git" | 65 | KERNEL_GIT_PROTOCOL = "git" |
66 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ | 66 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ |
67 | file://defconfig" | 67 | file://defconfig" |
68 | |||
69 | FILES_kernel-devicetree += "/${KERNEL_IMAGEDEST}/*.itb" | ||