diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-20 11:16:37 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 20:18:32 +0100 |
commit | f15d5d8c09da9260a59ed396a4d5c9d009e5c751 (patch) | |
tree | 37596928658be17ace21026045bae29b9bd82a64 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |
parent | 255adfaddec0dc44db619bf8726cd7804c09400d (diff) | |
download | openembedded-core-f15d5d8c09da9260a59ed396a4d5c9d009e5c751.tar.gz openembedded-core-f15d5d8c09da9260a59ed396a4d5c9d009e5c751.tar.bz2 openembedded-core-f15d5d8c09da9260a59ed396a4d5c9d009e5c751.zip |
linux-yocto/4.8: integrate 4.8-rc7
Updating to the latest release candidate.
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 50a54a1a48..5df5e0c3c0 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-rc6" +LINUX_VERSION ?= "4.8-rc7" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "e6e0dea72e605a070373bd52c6c2637202ce4b38" -SRCREV_meta ?= "25fb74eaaef249519f25e243e7f9bf0cab0e1781" +SRCREV_machine ?= "eb9c19c72d40a4bb8a6a3b7b949e41e5c31c0d94" +SRCREV_meta ?= "fb4159467f0f46f788b59f0aff31e3fcd757d00d" PV = "${LINUX_VERSION}+git${SRCPV}" |