All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atom-pc: use linux-yocto (2.6.37) kernel
       [not found] <cover.1304710036.git.dvhart@linux.intel.com>
@ 2011-05-06 19:28 ` Darren Hart
  2011-05-10 15:32   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2011-05-06 19:28 UTC (permalink / raw)
  To: poky

From: Darren Hart <dvhart@linux.intel.com>

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/atom-pc
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/atom-pc

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (1):
  atom-pc: use linux-yocto (2.6.37) kernel

 meta-yocto/conf/machine/atom-pc.conf               |    2 +-
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Tested boot, network, sato desktop, amixer, and audio playback on a Toshiba
NB305 netbook.

Depends on "linux-yocto: move non-core machines to meta-yocto" from
Bruce Ashfield to the yocto list:
Message-Id: <a258388e5b8d134009bb37cfc9f6b1c1dd8ba94e.1304707341.git.bruce.ashfield@windriver.com>

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta-yocto/conf/machine/atom-pc.conf               |    2 +-
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
index b94deb2..5220efe 100644
--- a/meta-yocto/conf/machine/atom-pc.conf
+++ b/meta-yocto/conf/machine/atom-pc.conf
@@ -12,7 +12,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
 
 KERNEL_IMAGETYPE = "bzImage"
 
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
 PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
 PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
index e4aa7fd..3f2d795 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -9,4 +9,4 @@ SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0"
 SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc"
 SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1"
 
-COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard)"
+COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard|atom-pc)"
-- 
1.7.1



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

* Re: [PATCH] atom-pc: use linux-yocto (2.6.37) kernel
  2011-05-06 19:28 ` [PATCH] atom-pc: use linux-yocto (2.6.37) kernel Darren Hart
@ 2011-05-10 15:32   ` Darren Hart
  2011-05-10 18:18     ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2011-05-10 15:32 UTC (permalink / raw)
  To: poky

Now that Bruce's patches moving machines into meta-yocto are in, this
one is ready to pull.

--
Darren

On 05/06/2011 12:28 PM, Darren Hart wrote:
> From: Darren Hart <dvhart@linux.intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: dvhart/atom-pc
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/atom-pc
> 
> Thanks,
>     Darren Hart <dvhart@linux.intel.com>
> ---
> 
> 
> Darren Hart (1):
>   atom-pc: use linux-yocto (2.6.37) kernel
> 
>  meta-yocto/conf/machine/atom-pc.conf               |    2 +-
>  .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> 
> Tested boot, network, sato desktop, amixer, and audio playback on a Toshiba
> NB305 netbook.
> 
> Depends on "linux-yocto: move non-core machines to meta-yocto" from
> Bruce Ashfield to the yocto list:
> Message-Id: <a258388e5b8d134009bb37cfc9f6b1c1dd8ba94e.1304707341.git.bruce.ashfield@windriver.com>
> 
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> ---
>  meta-yocto/conf/machine/atom-pc.conf               |    2 +-
>  .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
> index b94deb2..5220efe 100644
> --- a/meta-yocto/conf/machine/atom-pc.conf
> +++ b/meta-yocto/conf/machine/atom-pc.conf
> @@ -12,7 +12,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
>  
>  KERNEL_IMAGETYPE = "bzImage"
>  
> -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
>  #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
>  PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
>  PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
> index e4aa7fd..3f2d795 100644
> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
> @@ -9,4 +9,4 @@ SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0"
>  SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc"
>  SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1"
>  
> -COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard)"
> +COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard|atom-pc)"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH] atom-pc: use linux-yocto (2.6.37) kernel
  2011-05-10 15:32   ` Darren Hart
@ 2011-05-10 18:18     ` Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-05-10 18:18 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On 05/10/2011 08:32 AM, Darren Hart wrote:
> Now that Bruce's patches moving machines into meta-yocto are in, this
> one is ready to pull.
>
> --
> Darren
>
> On 05/06/2011 12:28 PM, Darren Hart wrote:
>> From: Darren Hart<dvhart@linux.intel.com>
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>    Branch: dvhart/atom-pc
>>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/atom-pc
>>
>> Thanks,
>>      Darren Hart<dvhart@linux.intel.com>
>> ---
>>
>>
>> Darren Hart (1):
>>    atom-pc: use linux-yocto (2.6.37) kernel
>>
>>   meta-yocto/conf/machine/atom-pc.conf               |    2 +-
>>   .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>>
>> Tested boot, network, sato desktop, amixer, and audio playback on a Toshiba
>> NB305 netbook.
>>
>> Depends on "linux-yocto: move non-core machines to meta-yocto" from
>> Bruce Ashfield to the yocto list:
>> Message-Id:<a258388e5b8d134009bb37cfc9f6b1c1dd8ba94e.1304707341.git.bruce.ashfield@windriver.com>
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> ---
>>   meta-yocto/conf/machine/atom-pc.conf               |    2 +-
>>   .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
>> index b94deb2..5220efe 100644
>> --- a/meta-yocto/conf/machine/atom-pc.conf
>> +++ b/meta-yocto/conf/machine/atom-pc.conf
>> @@ -12,7 +12,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
>>
>>   KERNEL_IMAGETYPE = "bzImage"
>>
>> -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable"
>> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
>>   #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
>>   PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
>>   PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
>> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
>> index e4aa7fd..3f2d795 100644
>> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
>> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
>> @@ -9,4 +9,4 @@ SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0"
>>   SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc"
>>   SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1"
>>
>> -COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard)"
>> +COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard|atom-pc)"
>
Richard pulled a modified version into poky/master

Thanks
	Sau!



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

end of thread, other threads:[~2011-05-10 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1304710036.git.dvhart@linux.intel.com>
2011-05-06 19:28 ` [PATCH] atom-pc: use linux-yocto (2.6.37) kernel Darren Hart
2011-05-10 15:32   ` Darren Hart
2011-05-10 18:18     ` Saul Wold

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.