summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-08-05 15:16:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:22:44 +0100
commit10ca912018fdd735ea90fd9a323971471e53a6c4 (patch)
treef9ae33f074fd4582de1e7dd86b3bb91631daaa44
parentc59c390ae3cf49df37c19cea650d79523e80e669 (diff)
downloadpoky-10ca912018fdd735ea90fd9a323971471e53a6c4.tar.gz
linux-yocto-rt/4.4: update to 4.4.141
(From OE-Core rev: 925c53489d7ad1ed177a71ac87915eb2dcfe1e77) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 97538e28bb..f61a479b59 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "d5efeeeb928a0111fc187fd1e8d03d2e4e35d4a0" 14SRCREV_machine ?= "68a7377ccf81ae642a9f95042fd1a44e3fc61587"
15SRCREV_meta ?= "b149d14ccae8349ab33e101f6af233a12f4b17ba" 15SRCREV_meta ?= "b41a36ffe53f73c86a0f3672d32b5ebec59ab15e"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.4.113" 20LINUX_VERSION ?= "4.4.141"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23