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-03 15:49:03 +0100 |
commit | 7b3ae4631e2c68926b254d0d26608636a492b952 (patch) | |
tree | 17e1948bc057223ce67a41d05f1de52026d059e3 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |
parent | d7cef1c71dedacda86426a1f9f815a8b7108857b (diff) | |
download | openembedded-core-7b3ae4631e2c68926b254d0d26608636a492b952.tar.gz openembedded-core-7b3ae4631e2c68926b254d0d26608636a492b952.tar.bz2 openembedded-core-7b3ae4631e2c68926b254d0d26608636a492b952.zip |
linux-yocto/4.8: update to 4.8 -final release
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.8-rc8" +LINUX_VERSION ?= "4.8" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" -SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5" +SRCREV_machine ?= "707621a083512f037f749a711df3f4f1fb3ef842" +SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93" PV = "${LINUX_VERSION}+git${SRCPV}" |