diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-15 00:57:43 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 17:26:43 +0000 |
commit | 85ec7e0bb1306b3ac3506627a3aa04a42c0ec180 (patch) | |
tree | 39f490977b9e226679f8deb23240a25d9c67c63a /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |
parent | f4b00c4ddf1efb2a728b7a08b542c9c7254c787f (diff) | |
download | openembedded-core-85ec7e0bb1306b3ac3506627a3aa04a42c0ec180.tar.gz openembedded-core-85ec7e0bb1306b3ac3506627a3aa04a42c0ec180.tar.bz2 openembedded-core-85ec7e0bb1306b3ac3506627a3aa04a42c0ec180.zip |
linux-yocto/3.10: update to 3.10.25
Updating the 3.10 tree to the 3.10.25 korg -stable 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_3.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index b25edc0baa..e7565c626c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}" LINUX_KERNEL_TYPE = "tiny" KCONFIG_MODE = "--allnoconfig" -LINUX_VERSION ?= "3.10.19" +LINUX_VERSION ?= "3.10.25" KMETA = "meta" -SRCREV_machine ?= "a9ec82e355130160f9094e670bd5be0022a84194" -SRCREV_meta ?= "d9cd83c0292bd4e2a6754a96761027252e726a42" +SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" +SRCREV_meta ?= "778d5f6259f0b8e28a46d8a764979e20e5a8ffc4" PV = "${LINUX_VERSION}+git${SRCPV}" |