diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-11-02 11:34:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 16:44:53 +0000 |
commit | c476046368ed87a400b3a2fd4344fc48aacc0dbc (patch) | |
tree | 32e40fd943d07085cc923ba29a436addfbe62ca7 /meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | |
parent | dbd49c9157f933fec9147280a48ce3cda7a697eb (diff) | |
download | openembedded-core-c476046368ed87a400b3a2fd4344fc48aacc0dbc.tar.gz openembedded-core-c476046368ed87a400b3a2fd4344fc48aacc0dbc.tar.bz2 openembedded-core-c476046368ed87a400b3a2fd4344fc48aacc0dbc.zip |
linux-yocto/3.4: bump kver to v3.4.16
The -stable 3.4 kernel has updated versions, so we import 3.4.16 and
make that our new baseline.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index 772cfef5a1..e3c44ca53e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb @@ -8,12 +8,12 @@ KBRANCH = "${KBRANCH_DEFAULT}" LINUX_KERNEL_TYPE = "tiny" KCONFIG_MODE = "--allnoconfig" -LINUX_VERSION ?= "3.4.11" +LINUX_VERSION ?= "3.4.16" KMETA = "meta" -SRCREV_machine ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" -SRCREV_meta ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" +SRCREV_machine ?= "0d734af0fa4dbef33cb486e147dccf35c4ad0900" +SRCREV_meta ?= "7c258779acffc9be33c7a31fa799dd416e9784a0" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" |