diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-10-03 01:54:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-04 16:29:05 +0100 |
commit | f154229cb27f8c411f5778b93590f1acb491b0f6 (patch) | |
tree | 94bb2d72363cf2304fdb41213916438517ef9ea2 /meta/recipes-kernel | |
parent | 5ffef794c4a2fec9d3dd538db3a18f0403e6ab3e (diff) | |
download | poky-f154229cb27f8c411f5778b93590f1acb491b0f6.tar.gz |
linux-yocto/4.8: update to 4.8 -final release
(From OE-Core rev: 7b3ae4631e2c68926b254d0d26608636a492b952)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.8.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb index d667860ad0..515f8783e9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.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 ?= "5e21764783494fe8cafa9a107775040d54a4d4d1" | 14 | SRCREV_machine ?= "cd97b2cf4bc73316204a5148d2b0f5fc5d2ecc19" |
15 | SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5" | 15 | SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.8-rc8" | 20 | LINUX_VERSION ?= "4.8" |
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.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index 7c175d60b1..8ed52ddbfc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.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.8-rc8" | 7 | LINUX_VERSION ?= "4.8" |
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 ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 12 | SRCREV_machine ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
13 | SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5" | 13 | SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93" |
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.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index d4366c1cf4..71dc5ae35a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.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 ?= "3a2b4be23e0d3115962cd49302f80679c86a2df4" | 14 | SRCREV_machine_qemuarm ?= "fc4881574f295bf2480f95d7c3e279ab32b44d8a" |
15 | SRCREV_machine_qemuarm64 ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 15 | SRCREV_machine_qemuarm64 ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
16 | SRCREV_machine_qemumips ?= "fc863e7a0f5664eef65ff36f35cc41c0be59ef3b" | 16 | SRCREV_machine_qemumips ?= "013be1e230a0173677dfbfc081aea63fd7c58ec8" |
17 | SRCREV_machine_qemuppc ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 17 | SRCREV_machine_qemuppc ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
18 | SRCREV_machine_qemux86 ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 18 | SRCREV_machine_qemux86 ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
19 | SRCREV_machine_qemux86-64 ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 19 | SRCREV_machine_qemux86-64 ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
20 | SRCREV_machine_qemumips64 ?= "dd0e6bc1cb1973d72ff9d3b4ee44a0edc04fea3c" | 20 | SRCREV_machine_qemumips64 ?= "7496d66804993fcfc569dd062f7e63a7490bc62f" |
21 | SRCREV_machine ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" | 21 | SRCREV_machine ?= "707621a083512f037f749a711df3f4f1fb3ef842" |
22 | SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5" | 22 | SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.8-rc8" | 27 | LINUX_VERSION ?= "4.8" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||