diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-15 14:26:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 09:27:52 +0100 |
commit | cb63dd10bbe14ccb4b26a2d7e6b50c2969179f1f (patch) | |
tree | 0adf51cffee23fe028dbeb621770ffdb7e1915fb /meta/recipes-kernel | |
parent | e7c681720b0dc2bf1dc90df7b2b8a1fa08dd4b2e (diff) | |
download | poky-cb63dd10bbe14ccb4b26a2d7e6b50c2969179f1f.tar.gz |
linux-yocto/4.1: bump to v4.1.29
Integrating the korg 4.1.29 -stable release
(From OE-Core rev: 2d7fff848b4e76c7c568492e1dcc32d4a2031297)
Signed-off-by: Bruce Ashfield <bruce@zedd.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 64111750f3..d25911dc91 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.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 | ||
14 | SRCREV_machine ?= "5772feaf5827e42e1950a91d95b2fc3c1845b5c6" | 14 | SRCREV_machine ?= "b1e722634976e1bcf9dc73bcbcfe3487c3fd7e4d" |
15 | SRCREV_meta ?= "0d6de63d4603b9cc3a4a68391bcb5156b9b0cf96" | 15 | SRCREV_meta ?= "71dddd41d8395014d942ac8f20f1255751cb144f" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.1.28" | 20 | LINUX_VERSION ?= "4.1.29" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 9eae2e1cba..afc8819b96 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig" | |||
4 | 4 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "4.1.28" | 7 | LINUX_VERSION ?= "4.1.29" |
8 | 8 | ||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "f6ab3612272bb22bac371403121609c66c50cd45" | 12 | SRCREV_machine ?= "053af7be9159a0b5a016a3e399de1484e51f26cd" |
13 | SRCREV_meta ?= "0d6de63d4603b9cc3a4a68391bcb5156b9b0cf96" | 13 | SRCREV_meta ?= "71dddd41d8395014d942ac8f20f1255751cb144f" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 8ba0bea59c..b17d591fef 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" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "2f133a201f2bbde4ce33731d1596d5144360bf87" | 14 | SRCREV_machine_qemuarm ?= "09b5eed6e905503646514803787d82f504013144" |
15 | SRCREV_machine_qemuarm64 ?= "f6ab3612272bb22bac371403121609c66c50cd45" | 15 | SRCREV_machine_qemuarm64 ?= "053af7be9159a0b5a016a3e399de1484e51f26cd" |
16 | SRCREV_machine_qemumips ?= "d1cbc627631f706d19e8e4518bfc38b266f3fb9f" | 16 | SRCREV_machine_qemumips ?= "582073e7a49b0847052be78254805f33635dc837" |
17 | SRCREV_machine_qemuppc ?= "d1699ce26291a3e07113057ad7e235f7891e73fb" | 17 | SRCREV_machine_qemuppc ?= "0914d10f46f22582e955b06590768ec51e8a91c3" |
18 | SRCREV_machine_qemux86 ?= "f6ab3612272bb22bac371403121609c66c50cd45" | 18 | SRCREV_machine_qemux86 ?= "053af7be9159a0b5a016a3e399de1484e51f26cd" |
19 | SRCREV_machine_qemux86-64 ?= "f6ab3612272bb22bac371403121609c66c50cd45" | 19 | SRCREV_machine_qemux86-64 ?= "053af7be9159a0b5a016a3e399de1484e51f26cd" |
20 | SRCREV_machine_qemumips64 ?= "725278e5cbc402139051032a7b2137f6707c46d6" | 20 | SRCREV_machine_qemumips64 ?= "ca25d7656f7eaeb8454a182cfa38fb704ec85276" |
21 | SRCREV_machine ?= "f6ab3612272bb22bac371403121609c66c50cd45" | 21 | SRCREV_machine ?= "053af7be9159a0b5a016a3e399de1484e51f26cd" |
22 | SRCREV_meta ?= "0d6de63d4603b9cc3a4a68391bcb5156b9b0cf96" | 22 | SRCREV_meta ?= "71dddd41d8395014d942ac8f20f1255751cb144f" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_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 | ||
27 | LINUX_VERSION ?= "4.1.28" | 27 | LINUX_VERSION ?= "4.1.29" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||