summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-27 12:57:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:20 +0100
commit9dc4cfc54d59f7ac88bf680aafe7da41b93c6220 (patch)
tree60c40aac437eb8e10862d0023dc23199a31ad357 /meta/recipes-kernel/linux/linux-yocto_4.1.bb
parenta3cad8f0e0db9b2ad62ce0f2f1b0234cb9192f56 (diff)
downloadpoky-9dc4cfc54d59f7ac88bf680aafe7da41b93c6220.tar.gz
linux-yocto/4.1: bump to v4.1.28
Updating the 4.1 kernel to the korg -stable release (From OE-Core rev: 3d888fa7b27865b5fc1b6ee5e138692847648f40) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 1931943b8e..248faf892e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "c29bbcccfcecbf840e60ddf8c16eb5f34d991eb1" 14SRCREV_machine_qemuarm ?= "aa956be29cf5247a0870728b177ae056bc9f62be"
15SRCREV_machine_qemuarm64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" 15SRCREV_machine_qemuarm64 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8"
16SRCREV_machine_qemumips ?= "aba568f531b31b2f802d1c08f4821177a0354da7" 16SRCREV_machine_qemumips ?= "931c8308f3327ea0a882349321989be6db3b22a9"
17SRCREV_machine_qemuppc ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" 17SRCREV_machine_qemuppc ?= "846e0a90dd228d07272bf5b246aab405ec6941f8"
18SRCREV_machine_qemux86 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" 18SRCREV_machine_qemux86 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8"
19SRCREV_machine_qemux86-64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" 19SRCREV_machine_qemux86-64 ?= "846e0a90dd228d07272bf5b246aab405ec6941f8"
20SRCREV_machine_qemumips64 ?= "a65235597cef00d9a77def57622ac2dc31bb850e" 20SRCREV_machine_qemumips64 ?= "33eebd8a461ae8c619ece37a1de02e48893e0b12"
21SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" 21SRCREV_machine ?= "846e0a90dd228d07272bf5b246aab405ec6941f8"
22SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe" 22SRCREV_meta ?= "98729aff41208eed09dc232254d7a1305237fdbe"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
26 26
27LINUX_VERSION ?= "4.1.27" 27LINUX_VERSION ?= "4.1.28"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30