summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-04-22 14:16:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:37 +0100
commit2956e5ab343779cb80a8031ce16e6395163d2413 (patch)
tree849c867fae6549dd7816e0c46051f3d2a27c400a /meta/recipes-kernel/linux/linux-yocto_4.1.bb
parentde9f4b6982696bed40cd1038adbb7f9fc88523cd (diff)
downloadpoky-2956e5ab343779cb80a8031ce16e6395163d2413.tar.gz
linux-yocto/4.1: update to v4.1.22
Integrating the korg -stable releases. (From OE-Core rev: 417b1ef4d180b7434e69e5e8dff20298788f4007) (From OE-Core rev: 571d500d33e0c555ad689565f299d0ed20c793cc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.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.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index b227d767e6..e61f5b11f9 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 ?= "0151a12b692fe02660a7bcf1edda81b2468c016b" 14SRCREV_machine_qemuarm ?= "aea95f103a4f5fccc342bb763af9cfba0623fccc"
15SRCREV_machine_qemuarm64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" 15SRCREV_machine_qemuarm64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
16SRCREV_machine_qemumips ?= "ea167e2fdb145ef2bccd79234ac43ac3fee0fb67" 16SRCREV_machine_qemumips ?= "df85b27d70cb259662a00f5ad860eb3deba63b7f"
17SRCREV_machine_qemuppc ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" 17SRCREV_machine_qemuppc ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
18SRCREV_machine_qemux86 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" 18SRCREV_machine_qemux86 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
19SRCREV_machine_qemux86-64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" 19SRCREV_machine_qemux86-64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
20SRCREV_machine_qemumips64 ?= "5b8d8e6d06206f59662075f74126352a500df106" 20SRCREV_machine_qemumips64 ?= "d371bd9361507ef0b03544f2190a63211fe31c87"
21SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" 21SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
22SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69" 22SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
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.18" 27LINUX_VERSION ?= "4.1.22"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30