summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-11 17:35:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:37 +0100
commit0e5cbe52b08499968421bc27c535c09c3d6713d6 (patch)
tree548d41712875d5d896af740d14131b6b6dd9b0e5 /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent3261f47b979fb35a46f1fd5c61fce1262e834174 (diff)
downloadpoky-0e5cbe52b08499968421bc27c535c09c3d6713d6.tar.gz
linux-yocto/4.4: update to v4.4.9
Updating to the v4.4.9 korg -stable release: (From OE-Core rev: d8d93df3282ad0f3bd23566152db99577f27ad90) (From OE-Core rev: 2a7260bb2d59e53528c3c7b42c50f4f9c92250fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index b8a59428d3..9ee1986658 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.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 ?= "1394eb1f0a1988da223dfc93304222f4543d19c3" 14SRCREV_machine_qemuarm ?= "7f8b040efb7b442799a0cdd5d9b1bc31d852494b"
15SRCREV_machine_qemuarm64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 15SRCREV_machine_qemuarm64 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
16SRCREV_machine_qemumips ?= "6a063a7239fd16e7a796ce4876e8677d5d02e8cc" 16SRCREV_machine_qemumips ?= "3aa28eea959c0b1a408efc683c94941003aecfe8"
17SRCREV_machine_qemuppc ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 17SRCREV_machine_qemuppc ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
18SRCREV_machine_qemux86 ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 18SRCREV_machine_qemux86 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
19SRCREV_machine_qemux86-64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 19SRCREV_machine_qemux86-64 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
20SRCREV_machine_qemumips64 ?= "3a1c6d7576908a2dd21746b1d4ab4f43b83cd824" 20SRCREV_machine_qemumips64 ?= "816cc8e84ef0e1f2669ecc432bdd0362135bfe2b"
21SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 21SRCREV_machine ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
22SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8" 22SRCREV_meta ?= "812e62b35ac2b88bbee80b7c8436d9df7065a90e"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
26 26
27LINUX_VERSION ?= "4.4.8" 27LINUX_VERSION ?= "4.4.9"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30