All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] poky-lsb.conf: use kernel 4.8
@ 2016-09-12  8:25 Robert Yang
  2016-09-12  8:25 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-09-12  8:25 UTC (permalink / raw)
  To: poky

The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2:

  maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100)

are available in the git repository at:

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

Robert Yang (1):
  poky-lsb.conf: use kernel 4.8

 meta-poky/conf/distro/poky-lsb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.0



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

* [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-12  8:25 [PATCH 0/1] poky-lsb.conf: use kernel 4.8 Robert Yang
@ 2016-09-12  8:25 ` Robert Yang
  2016-09-12  8:39   ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-09-12  8:25 UTC (permalink / raw)
  To: poky

The qemuarm64 + poky-lsb + kernel 4.1 can't be boot, hang at "Starting
Connection Manager" use kernel 4.8 can fix the problem.

Tested on:
qemux86 qemuppc qemuarm qemuarm64 qemumips qemumips64
$ bitbake core-image-sato core-image-sato-sdk && bitbake core-image-sato core-image-sato-sdk -ctestimage

All of them work well.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-poky/conf/distro/poky-lsb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky-lsb.conf b/meta-poky/conf/distro/poky-lsb.conf
index e7d6995..373a668 100644
--- a/meta-poky/conf/distro/poky-lsb.conf
+++ b/meta-poky/conf/distro/poky-lsb.conf
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
 
 # Use the LTSI Kernel for LSB Testing
-PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
+PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
-- 
2.9.0



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

* Re: [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-12  8:25 ` [PATCH 1/1] " Robert Yang
@ 2016-09-12  8:39   ` Burton, Ross
  2016-09-12  8:46     ` Robert Yang
  2016-09-12 12:48     ` Bruce Ashfield
  0 siblings, 2 replies; 7+ messages in thread
From: Burton, Ross @ 2016-09-12  8:39 UTC (permalink / raw)
  To: Robert Yang, Bruce Ashfield; +Cc: Poky Project

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

On 12 September 2016 at 09:25, Robert Yang <liezhi.yang@windriver.com>
wrote:

>  # Use the LTSI Kernel for LSB Testing
> -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
> +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
>

As the comment says, poky-lsb uses the currently LTSI kernel, which is
4.1.17.   If this isn't booting for you then this needs to be fixed without
upgrading to 4.8, unless there's a new LTSI kernel on the horizon (Bruce?).

Ross

[-- Attachment #2: Type: text/html, Size: 912 bytes --]

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

* Re: [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-12  8:39   ` Burton, Ross
@ 2016-09-12  8:46     ` Robert Yang
  2016-09-12 12:48     ` Bruce Ashfield
  1 sibling, 0 replies; 7+ messages in thread
From: Robert Yang @ 2016-09-12  8:46 UTC (permalink / raw)
  To: Burton, Ross, Bruce Ashfield; +Cc: Poky Project



On 09/12/2016 04:39 PM, Burton, Ross wrote:
>
> On 12 September 2016 at 09:25, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
>      # Use the LTSI Kernel for LSB Testing
>     -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
>     +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
>
>
> As the comment says, poky-lsb uses the currently LTSI kernel, which is 4.1.17.
> If this isn't booting for you then this needs to be fixed without upgrading to
> 4.8, unless there's a new LTSI kernel on the horizon (Bruce?).

Sorry, I should see the comment, I need a better glasses.

// Robert

>
> Ross


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

* Re: [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-12  8:39   ` Burton, Ross
  2016-09-12  8:46     ` Robert Yang
@ 2016-09-12 12:48     ` Bruce Ashfield
  2016-09-13  1:44       ` Robert Yang
  1 sibling, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2016-09-12 12:48 UTC (permalink / raw)
  To: Burton, Ross, Robert Yang; +Cc: Poky Project

On 2016-09-12 04:39 AM, Burton, Ross wrote:
>
> On 12 September 2016 at 09:25, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
>      # Use the LTSI Kernel for LSB Testing
>     -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
>     +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
>
>
> As the comment says, poky-lsb uses the currently LTSI kernel, which is
> 4.1.17.   If this isn't booting for you then this needs to be fixed
> without upgrading to 4.8, unless there's a new LTSI kernel on the
> horizon (Bruce?).

I see Robert already replied, but I can comment here that the next
LTSI looks to be 4.9. We stretched to make 4.8 for this release, so
it will be spring before we have a new LTSI kernel to use.

Bruce

>
> Ross



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

* Re: [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-12 12:48     ` Bruce Ashfield
@ 2016-09-13  1:44       ` Robert Yang
  2016-09-13 14:03         ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Yang @ 2016-09-13  1:44 UTC (permalink / raw)
  To: Bruce Ashfield, Burton, Ross; +Cc: Poky Project



On 09/12/2016 08:48 PM, Bruce Ashfield wrote:
> On 2016-09-12 04:39 AM, Burton, Ross wrote:
>>
>> On 12 September 2016 at 09:25, Robert Yang <liezhi.yang@windriver.com
>> <mailto:liezhi.yang@windriver.com>> wrote:
>>
>>      # Use the LTSI Kernel for LSB Testing
>>     -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
>>     +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
>>
>>
>> As the comment says, poky-lsb uses the currently LTSI kernel, which is
>> 4.1.17.   If this isn't booting for you then this needs to be fixed
>> without upgrading to 4.8, unless there's a new LTSI kernel on the
>> horizon (Bruce?).
>
> I see Robert already replied, but I can comment here that the next
> LTSI looks to be 4.9. We stretched to make 4.8 for this release, so
> it will be spring before we have a new LTSI kernel to use.

Thanks for the reply, will we fix "qemuarm64 + poky-lsb + 4.1 kernel"
can't be boot issue in Yocto 2.2, please ?

// Robert

>
> Bruce
>
>>
>> Ross
>
>


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

* Re: [PATCH 1/1] poky-lsb.conf: use kernel 4.8
  2016-09-13  1:44       ` Robert Yang
@ 2016-09-13 14:03         ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2016-09-13 14:03 UTC (permalink / raw)
  To: Robert Yang, Burton, Ross; +Cc: Poky Project

On 2016-09-12 9:44 PM, Robert Yang wrote:
>
>
> On 09/12/2016 08:48 PM, Bruce Ashfield wrote:
>> On 2016-09-12 04:39 AM, Burton, Ross wrote:
>>>
>>> On 12 September 2016 at 09:25, Robert Yang <liezhi.yang@windriver.com
>>> <mailto:liezhi.yang@windriver.com>> wrote:
>>>
>>>      # Use the LTSI Kernel for LSB Testing
>>>     -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
>>>     +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
>>>
>>>
>>> As the comment says, poky-lsb uses the currently LTSI kernel, which is
>>> 4.1.17.   If this isn't booting for you then this needs to be fixed
>>> without upgrading to 4.8, unless there's a new LTSI kernel on the
>>> horizon (Bruce?).
>>
>> I see Robert already replied, but I can comment here that the next
>> LTSI looks to be 4.9. We stretched to make 4.8 for this release, so
>> it will be spring before we have a new LTSI kernel to use.
>
> Thanks for the reply, will we fix "qemuarm64 + poky-lsb + 4.1 kernel"
> can't be boot issue in Yocto 2.2, please ?

I'm sure someone will :D I haven't looked at it myself, but will have
my hands full with 4.8 for the next while.

Bruce

>
> // Robert
>
>>
>> Bruce
>>
>>>
>>> Ross
>>
>>



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

end of thread, other threads:[~2016-09-13 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12  8:25 [PATCH 0/1] poky-lsb.conf: use kernel 4.8 Robert Yang
2016-09-12  8:25 ` [PATCH 1/1] " Robert Yang
2016-09-12  8:39   ` Burton, Ross
2016-09-12  8:46     ` Robert Yang
2016-09-12 12:48     ` Bruce Ashfield
2016-09-13  1:44       ` Robert Yang
2016-09-13 14:03         ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.