summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 16:12:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-28 23:33:25 +0100
commit8b36aa4092a344c4a616228d0ae73210c20ddfae (patch)
tree2db42cc7a85957510afe785db1cf9552c7d3447d /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parent2051e4dff4384e1b618a050aeebf72a76cadab4b (diff)
downloadpoky-8b36aa4092a344c4a616228d0ae73210c20ddfae.tar.gz
linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE
Updating the BSP SRCREVs with the following changes: 7144bcc Revert "timer_list: Split timer_list_show_tickdevices" 1c0d1d8 Revert "timer_list: Convert timer list to be a proper seq_file" To temporarily fix the ability to log in via ssh on some host/image combinations. Updating the meta SRCREV for: cd502a8 meta/standard: standard configuration fragment must be first Which was incorrectly overriding feature and arch configuration values. [YOCTO #5064] [YOCTO #5062] (From OE-Core rev: 3bfe8aa750f88efad7e87185b8eff8c03418efd4) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> 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.bb4
1 files changed, 2 insertions, 2 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 2a30b82b0d..82dea9c97b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.10.9"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" 12SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da"
13SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d" 13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16