Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Robert P. J. Day
On Thu, 21 Nov 2013, Nicolas Dechesne wrote: On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: suggests that, to customize an image, you should copy the existing .bb file for that image to another name and add a line like:  

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Robert P. J. Day
On Fri, 22 Nov 2013, Paul Eggleton wrote: Hi Robert, On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote: On Thu, 21 Nov 2013, Nicolas Dechesne wrote: On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: suggests that, to customize an

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-22 Thread Paul Eggleton
Hi Robert, On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote: On Thu, 21 Nov 2013, Nicolas Dechesne wrote: On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: suggests that, to customize an image, you should copy the existing .bb

Re: [yocto] Yocto branches policy for concurrent SDK releases

2013-11-22 Thread Zhenhua Luo
Please ignore, sorry for the noise. Best Regards, Zhenhua -Original Message- From: Luo Zhenhua-B19537 Sent: Friday, November 22, 2013 6:44 PM To: Software Development Power Arch Multicore Cc: yocto@yoctoproject.org Subject: [mcswdev] Yocto branches policy for concurrent SDK

[yocto] Qt creator build error in the first demo try

2013-11-22 Thread wuteng wu
Hi guys, I try to build my first embedded project in qt creator but failed. the target board is ATMEL SAMA5D34, and a qt-demo-image has been boot to the board and looks good, i build the yocto project by: bitbake mata-toolchain-qte command, after that i configured the qt creator by following

[yocto] any OE/yocto-interested folks in boston up for socializing sometime dec 2-6?

2013-11-22 Thread Robert P. J. Day
there's a fair-to-middling chance i'll be in boston for a good part of the week of dec 2-6 and mostly being a tourist, so i'll have plenty of free time -- anyone there interested in some kind of yocto-related socializing during that week, perhaps food or beer? i'd be staying in cambridge but

[yocto] chkconfig

2013-11-22 Thread Edward Vidal
Hello all, Is chkconfig part of any image? Also to force what is the best procedure? In my /etc/network/interfaces I have tried the following auto eth0 iface eth0 inet static address 192.168.0.29 hwaddress ether 00:0A:35:00:00:00 netmask 255.255.255.0 network

[linux-yocto] [PATCH 08/16] media/pci-capture : A feature for PCI media capture devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of PCI media capture devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/pci-capture.cfg| 80 ++

[linux-yocto] [PATCH 14/16] media/dvb-frontends : A feature for Digital Video Broadcast Devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables configuration for bunch of Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/dvb_frontends.cfg | 116 +

[linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are getting replaced with newer extensive MEDIA config fragments. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/media-camera.cfg| 4 .../kernel-cache/features/media/media-camera.scc|

[linux-yocto] [PATCH 07/16] media/i2c: A feature for i2c media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of i2c media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/i2c.cfg | 74 meta/cfg/kernel-cache/features/media/i2c.scc

[linux-yocto] [PATCH 05/16] media/common : A feature for common media support

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for media support common to some PCI and USB media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/common.cfg | 15 +++

[linux-yocto] [PATCH 06/16] media/usb: A feature for USB media devices.

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables various USB media devices. Many of the USB webcams drivers are enabled here. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/usb.cfg | 76

[linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The TEA575X sound driver configuration is relocated from the kernel recipe's media.cfg to here. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 10/16] media/radio : A feature for AM/FM radio devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for various AM/FM radio devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/radio.cfg | 24

[linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This replaces the previous limited media config fragments. Other hardware media features depends on this feature. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media.cfg | 54

[linux-yocto] [PATCH 11/16] media/rc : A feature for remote control media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of remote control media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/rc.cfg | 18 ++ meta/cfg/kernel-cache/features/media/rc.scc

[linux-yocto] [PATCH 12/16] media/tuners: A feature for tuner media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for tuner media devices Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/tuners.cfg | 30 + meta/cfg/kernel-cache/features/media/tuners.scc | 7

[linux-yocto] [PATCH 13/16] media/usb_tv: A feature for usb tv media adapters

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration fo bunch of USB TV adapters. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/usb_tv.cfg | 82 + meta/cfg/kernel-cache/features/media/usb_tv.scc

[linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for firmware loading. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/firmware/firmware.cfg | 8 meta/cfg/kernel-cache/features/firmware/firmware.scc | 4

[linux-yocto] [PATCH 16/16] common-pc-64.scc: update as per changes in the media config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some of the media config fragments are replaced by more extensive media fragments. Changes this BSP config accordingly. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 3 +-- 1

[linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This patch series imports the 500 line media.cfg from the kernel recipe in to the linux-yocto-3.10 meta branch, by splitting it into many fragments. It replaces some of the existing webcam media fragments, and hence BSPs configs using the old media

[linux-yocto] [PATCH] bridge: enable EBTABLES

2013-11-22 Thread michel . thebeau
From: Michel Thebeau michel.theb...@windriver.com All the BRIDGE_EBT configs depend on EBTABLES. Add the additional BRIDGE_EBT configs per request. Signed-off-by: Michel Thebeau michel.theb...@windriver.com --- Hi Bruce, Per our conversation, you wanted this on the linux-yocto list. This is

Re: [linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This patch series imports the 500 line media.cfg from the kernel recipe in to the linux-yocto-3.10 meta branch, by splitting it into many fragments. It replaces some of the

Re: [linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com The TEA575X sound driver configuration is relocated from the kernel recipe's media.cfg to here. This isn't required for the minnowboard, it uses an HDA. This should be part of a

Re: [linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for firmware loading. This is bare-minimum in size (3 CONFIGs) in my opinion to be considered for it's own fragment. I'm OK with it - but I

Re: [linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com These are getting replaced with newer extensive MEDIA config fragments. OK, but this should come last, after the others are in place and used by the BSPs. -- Darren

Re: [linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This replaces the previous limited media config fragments. Other hardware media features depends on this feature. Please include the intent of this particular feature here. This

Re: [linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread Bruce Ashfield
On 13-11-22 03:51 PM, Hart, Darren wrote: On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for firmware loading. This is bare-minimum in size (3 CONFIGs) in my opinion to be considered for

Re: [linux-yocto] [PATCH 06/16] media/usb: A feature for USB media devices.

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables various USB media devices. Many of the USB webcams drivers are enabled here. OK, you also have usb_tv, so probably want to be a bit more specific about the name here,

Re: [linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread Kamble, Nitin A
-Original Message- From: Hart, Darren Sent: Friday, November 22, 2013 12:48 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP On Fri, 2013-11-22 at 11:36 -0800,

Re: [linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread Kamble, Nitin A
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, November 22, 2013 12:50 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver On Fri, 2013-11-22

Re: [linux-yocto] [PATCH 07/16] media/i2c: A feature for i2c media devices

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of i2c media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/i2c.cfg | 74

Re: [linux-yocto] [PATCH 08/16] media/pci-capture : A feature for PCI media capture devices

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com I've avoided too much feedback on the commit message, but these are nearly as important as the content itself. So I'll spend some time on just this one and leave it to you to extend

Re: [linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread Kamble, Nitin A
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, November 22, 2013 12:53 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 03/16] remove old MEDIA config fragments On Fri, 2013-11-22 at

Re: [linux-yocto] [PATCH 09/16] media/platform : A feature for platform media devices

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of media devices which are generally part of some platforms. Many of these devices are webcam devices built into platforms.

Re: [linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread Kamble, Nitin A
-Original Message- From: Hart, Darren Sent: Friday, November 22, 2013 12:56 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 04/16] media.scc : A feature for Media infrastructure On Fri, 2013-11-22 at 11:35 -0800,

Re: [linux-yocto] [PATCH 11/16] media/rc : A feature for remote control media devices

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of remote control media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com Reviewed-by: Darren Hart

Re: [linux-yocto] [PATCH 12/16] media/tuners: A feature for tuner media devices

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for tuner media devices Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/tuners.cfg | 30

Re: [linux-yocto] [PATCH 13/16] media/usb_tv: A feature for usb tv media adapters

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration fo bunch of USB TV adapters. Please always proofread the commit msg, these are on permanent display in the archives of the internet once committed

Re: [linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 21:26 +, Kamble, Nitin A wrote: -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, November 22, 2013 12:50 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH

Re: [linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 21:35 +, Kamble, Nitin A wrote: -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Friday, November 22, 2013 12:53 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH

Re: [linux-yocto] [PATCH 14/16] media/dvb-frontends : A feature for Digital Video Broadcast Devices

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables configuration for bunch of Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com Reviewed-by: Darren Hart dvh...@linux.intel.com

Re: [linux-yocto] [PATCH 16/16] common-pc-64.scc: update as per changes in the media config fragments

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Some of the media config fragments are replaced by more extensive media fragments. Changes this BSP config accordingly. Thanks for catching the broader impact. I presume this

Re: [linux-yocto] [PATCH 48/94] drivers/net: Added debug code.

2013-11-22 Thread Darren Hart
On Tue, 2013-11-19 at 13:57 -0500, Bruce Ashfield wrote: On 13-11-19 12:17 PM, Paul Butler wrote: On Sat, Nov 9, 2013 at 9:49 AM, Bruce Ashfield bruce.ashfi...@windriver.com mailto:bruce.ashfi...@windriver.com wrote: On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John

Re: [linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 16:12 -0500, Bruce Ashfield wrote: On 13-11-22 03:51 PM, Hart, Darren wrote: On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for firmware loading. This is

Re: [linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread Hart, Darren
On Fri, 2013-11-22 at 21:23 +, Kamble, Nitin A wrote: -Original Message- From: Hart, Darren Sent: Friday, November 22, 2013 12:48 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com Subject: Re: [PATCH 00/16] linux-yocto-3.10: config

[yocto] RFC Autobuilder Naming

2013-11-22 Thread Michael Halstead
Currently all builders are simply named ab00-ab13 based on when we acquired them. The name doesn't change except for ab01 which has been reused on new hardware. As we increase the number of builders and make the build process more flexible this becomes inconvenient. I'd like to switch to embedding

Re: [linux-yocto] [PATCH 48/94] drivers/net: Added debug code.

2013-11-22 Thread Bruce Ashfield
On 11/22/2013, 4:57 PM, Darren Hart wrote: On Tue, 2013-11-19 at 13:57 -0500, Bruce Ashfield wrote: On 13-11-19 12:17 PM, Paul Butler wrote: On Sat, Nov 9, 2013 at 9:49 AM, Bruce Ashfield bruce.ashfi...@windriver.com mailto:bruce.ashfi...@windriver.com wrote: On 11/7/2013, 8:13 PM, Paul