summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-07 14:39:09 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:28:43 +0100
commit171d8259239d855853e6bbffc89f9119f2c3cdc0 (patch)
tree99bb2e17c70ab54b6afa6183ddb477001e81575e /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent8e1615226f2ecb1bb98aa1cc95f8ba6acf591754 (diff)
downloadpoky-171d8259239d855853e6bbffc89f9119f2c3cdc0.tar.gz
linux-yocto/4.4: update to v4.4.14
Updating the korg -stable release. (From OE-Core rev: 9c0c00e7b8d330533f7e83638050f1030a0cbf89) 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>
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 bfcf04dbc2..cd24a25e45 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 ?= "a261c06c3a13eec8ef48c2929a1cfdcceb5268a9" 14SRCREV_machine_qemuarm ?= "06702ee20de46795634c3f4e6497a73935856c99"
15SRCREV_machine_qemuarm64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" 15SRCREV_machine_qemuarm64 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6"
16SRCREV_machine_qemumips ?= "b4bde84e42e4b62702421a2c091072e97196e03c" 16SRCREV_machine_qemumips ?= "b7cb5132e86d30640da745b8c36727291e7109e6"
17SRCREV_machine_qemuppc ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" 17SRCREV_machine_qemuppc ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6"
18SRCREV_machine_qemux86 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" 18SRCREV_machine_qemux86 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6"
19SRCREV_machine_qemux86-64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" 19SRCREV_machine_qemux86-64 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6"
20SRCREV_machine_qemumips64 ?= "14a513a5ba6a6b6968347014040d800496339622" 20SRCREV_machine_qemumips64 ?= "53c911666987c77a3171db8291d4b6df83836620"
21SRCREV_machine ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" 21SRCREV_machine ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6"
22SRCREV_meta ?= "01ac19ede037b753d2b3f0adb20ab1becb7e1511" 22SRCREV_meta ?= "e775f4ed1e1358ce0647751e69cc54aa9d5d5d06"
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.13" 27LINUX_VERSION ?= "4.4.14"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30