Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/3.10: M4 fixes
@ 2013-08-28 20:12 Bruce Ashfield
  2013-08-28 20:12 ` [PATCH 1/1] linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE Bruce Ashfield
  2013-08-28 20:19 ` [PATCH 0/1] linux-yocto/3.10: M4 fixes Tom Zanussi
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-08-28 20:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear
ssh issue, and a config change to restore existing behaviour.

Credit goes to TomZ for tracking down the root cause. We'll continue to
dig at this more and see what the permanent fix will be .. and whether or
not this needs to be fixed upstream.

Cheers,

Bruce

The following changes since commit 2051e4dff4384e1b618a050aeebf72a76cadab4b:

  midori: use BPN instead of PN (2013-08-28 09:31:10 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (1):
  linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE

 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |    6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |    4 ++--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   16 ++++++++--------
 3 files changed, 13 insertions(+), 13 deletions(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE
  2013-08-28 20:12 [PATCH 0/1] linux-yocto/3.10: M4 fixes Bruce Ashfield
@ 2013-08-28 20:12 ` Bruce Ashfield
  2013-08-28 20:19 ` [PATCH 0/1] linux-yocto/3.10: M4 fixes Tom Zanussi
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-08-28 20:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |    6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |    4 ++--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   16 ++++++++--------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index eb34491..0e137ff 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -3,9 +3,9 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH = "standard/preempt-rt/base"
 KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
-SRCREV_machine ?= "77c5842818867366c3d08ca1dec19dc43aee0e91"
-SRCREV_machine_qemuppc ?= "7be83bc1124d2a2c75f99df94baaf718659722ea"
-SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d"
+SRCREV_machine ?= "8a9b4902683f586f7d656c2e6747e314a5e1ed0e"
+SRCREV_machine_qemuppc ?= "655d20d4f64dc053b40ac8d8fe44b82dec5e130a"
+SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
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 2a30b82..82dea9c 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"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
-SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d"
+SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da"
+SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index ea6ad2a..cacb873 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH_DEFAULT = "standard/base"
 KBRANCH = "${KBRANCH_DEFAULT}"
 
-SRCREV_machine_qemuarm ?= "8675d3d0a3c17135f70ef474d5c362397c02e62a"
-SRCREV_machine_qemumips  ?= "992b743b905edd21d3a4a27c92b5c6a9e44d7d73"
-SRCREV_machine_qemuppc ?= "09388c3572e26c78b34554e46e077f12be7b2401"
-SRCREV_machine_qemux86 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
-SRCREV_machine_qemux86-64 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
-SRCREV_machine_qemumips64 ?= "203679cb23c752fdcbc0180a55a81728d7462561"
-SRCREV_machine ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
-SRCREV_meta ?= "1b9b113837f353fd94148beb6bd00a3b7b35d01d"
+SRCREV_machine_qemuarm ?= "24d53cd6ca4c3ae8f5dd2ff840f9275327d955ee"
+SRCREV_machine_qemumips  ?= "0480771238bb87031b79ecb1ee6bce7bfe6ffb1c"
+SRCREV_machine_qemuppc ?= "a9c383957f69e70fd2cb27d885160303a305cf57"
+SRCREV_machine_qemux86 ?= "7144bcc4b8091675bfcf1941479067857b6242da"
+SRCREV_machine_qemux86-64 ?= "7144bcc4b8091675bfcf1941479067857b6242da"
+SRCREV_machine_qemumips64 ?= "10a8db0603d7186633a6bf90e2308710763e718e"
+SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da"
+SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] linux-yocto/3.10: M4 fixes
  2013-08-28 20:12 [PATCH 0/1] linux-yocto/3.10: M4 fixes Bruce Ashfield
  2013-08-28 20:12 ` [PATCH 1/1] linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE Bruce Ashfield
@ 2013-08-28 20:19 ` Tom Zanussi
  2013-08-28 23:43   ` Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Zanussi @ 2013-08-28 20:19 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: dvhart, openembedded-core

On Wed, 2013-08-28 at 16:12 -0400, Bruce Ashfield wrote:
> Richard/Saul,
> 
> Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear
> ssh issue, and a config change to restore existing behaviour.
> 
> Credit goes to TomZ for tracking down the root cause. We'll continue to

And to Darren for identifying the actual commit ;-)

Tom

> dig at this more and see what the permanent fix will be .. and whether or
> not this needs to be fixed upstream.
> 
> Cheers,
> 
> Bruce
> 
> The following changes since commit 2051e4dff4384e1b618a050aeebf72a76cadab4b:
> 
>   midori: use BPN instead of PN (2013-08-28 09:31:10 +0100)
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib zedd/kernel
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
> 
> Bruce Ashfield (1):
>   linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE
> 
>  meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |    6 +++---
>  meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |    4 ++--
>  meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   16 ++++++++--------
>  3 files changed, 13 insertions(+), 13 deletions(-)
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] linux-yocto/3.10: M4 fixes
  2013-08-28 20:19 ` [PATCH 0/1] linux-yocto/3.10: M4 fixes Tom Zanussi
@ 2013-08-28 23:43   ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-08-28 23:43 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: dvhart, openembedded-core

On Wed, 2013-08-28 at 15:19 -0500, Tom Zanussi wrote:
> On Wed, 2013-08-28 at 16:12 -0400, Bruce Ashfield wrote:
> > Richard/Saul,
> > 
> > Here's an update of the linux-yocto-3.10 SRCREVs for the dropbear
> > ssh issue, and a config change to restore existing behaviour.
> > 
> > Credit goes to TomZ for tracking down the root cause. We'll continue to
> 
> And to Darren for identifying the actual commit ;-)
> 
> Tom
> 
> > dig at this more and see what the permanent fix will be .. and whether or
> > not this needs to be fixed upstream.

Thanks to everyone involved in getting this quickly resolved!

Cheers,

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-28 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 20:12 [PATCH 0/1] linux-yocto/3.10: M4 fixes Bruce Ashfield
2013-08-28 20:12 ` [PATCH 1/1] linux-yocto/3.10: fix ssh login and restore CC_OPTIMIZE_FOR_SIZE Bruce Ashfield
2013-08-28 20:19 ` [PATCH 0/1] linux-yocto/3.10: M4 fixes Tom Zanussi
2013-08-28 23:43   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox