Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-04-30 Thread Om Prakash PAL
From: Khem Raj [raj.k...@gmail.com] Sent: Monday, April 30, 2012 12:18 AM To: Om Prakash PAL Cc: Bruce Ashfield; yocto@yoctoproject.org Subject: Re: [yocto] Porting of specific Kernel/Driver into yocto. On Sun, Apr 29, 2012 at 2:58 AM, Om Prakash PAL

Re: [yocto] Building a Qt4-x11 app.

2012-04-30 Thread Daniel Toussaint
On Mon, Apr 30, 2012 at 3:19 AM, Eric Bénard e...@eukrea.com wrote: Le Sun, 29 Apr 2012 21:16:44 +0800, Daniel Toussaint dan...@dmhome.net a écrit : I wish to run an application developed with QT in a Yocto filesystem. The app should be linked against Qt4-X11 libs. What is the exact work

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-04-30 Thread Bruce Ashfield
On 12-04-30 6:34 AM, Om Prakash PAL wrote: On 12-04-29 5:58 AM, Om Prakash PAL wrote: Hi Bruce, for porting of our local kernel,we have created an BSP layer and to change the the kernel, we have created an linux-yocto_3.0.bbappend file inside

[yocto] BSP kernel configuration redefines config options

2012-04-30 Thread Chris Tapp
I've got a BSP that has the following kernel configuration linux-yocto_3.0.bbappend: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}: COMPATIBLE_MACHINE_mybsp = mybsp KMACHINE_mybsp = yocto/standard/common-pc/base SRC_URI += file://defconfig SRCREV_machine_pn-linux-yocto_mybsp ?=

Re: [yocto] BSP kernel configuration redefines config options

2012-04-30 Thread Bruce Ashfield
On 12-04-30 10:20 AM, Chris Tapp wrote: I've got a BSP that has the following kernel configuration linux-yocto_3.0.bbappend: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}: COMPATIBLE_MACHINE_mybsp = mybsp KMACHINE_mybsp = yocto/standard/common-pc/base SRC_URI += file://defconfig

Re: [yocto] Yocto Project 1.2 release readiness meeting

2012-04-30 Thread Liu, Song
Link to the 1.2 release criteria wiki page: https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status#Yocto_Project_1.2_release_criteriahttps://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status -Original Appointment- From: Liu, Song Sent: Friday, April 27, 2012 1:53 PM To: 'Anders

Re: [yocto] [Yocto-infrastructure] Bugzilla Upgrade Complete

2012-04-30 Thread Richard Purdie
On Sun, 2012-04-29 at 13:17 -0700, Michael Halstead wrote: The upgrade to Bugzilla 4.2.1 is complete. The upgrade completed with 0 errors and 0 warnings. Total downtime was 6 minutes. I am still working on smoothly re-categorizing and renaming classifications, products, and components. Here

Re: [yocto] [Yocto-infrastructure] Bugzilla Upgrade Complete

2012-04-30 Thread Khem Raj
On Mon, Apr 30, 2012 at 7:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I noticed I'm starting to get bugzilla emails in HTML format. Its not a major issue, just a bit of a surprise! thats default, I think you can adjust it in your user profile though. I would prefer default

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, May 01, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-04-30 Thread Liu, Song
Agenda * Opens collection - 5 min (Song) * Yocto 1.2 status - 5 min (Song) * Yocto 1.3 planning - 10 min (Song/team) * SWAT team rotation: Jessica - Darren * Opens - 10 min * Team Sharing - 20 min -Original Appointment- Conference details Conference name: Yocto Technical Team

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread William Mills
nit of nit On 04/27/2012 08:01 PM, Darren Hart wrote: On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com + NOTE for x86- and x86_64-based BSPs: The generated BSP assumes the + presence of the of the meta-intel layer, so you should also have a +

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread Darren Hart
On 04/30/2012 10:31 AM, William Mills wrote: nit of nit On 04/27/2012 08:01 PM, Darren Hart wrote: On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com + NOTE for x86- and x86_64-based BSPs: The generated BSP assumes the + presence of the of the

[yocto] Yocto Project 1.2 release readiness meeting - We made it!

2012-04-30 Thread Liu, Song
Thanks you all for your support the team's hard work on the 1.2 release. We made it! Attendees: Beth, Nitin, Richard, Jefro, Tom, Darren, Saul, Mark (MontaVista), Jeremy (MontaVista), Mark, Jessica, Denys (TI), ScottR, Song   Agenda:   * Release Criteria review,   - Functional Completion:

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread Autif Khan
+ NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the + presence of the of the meta-intel layer. Ensure the meta-intel layer + is present and added to bblayers.conf. Unless I am really mis-reading this I think presence of the of the should just be presence of the Oh wow.

[yocto] [PATCH 0/2] A couple yocto-bsp fixes, v3

2012-04-30 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Fixes for a couple yocto-bsp bugs. v2: fixed up the yocto-bsp help text as suggested by Darren Hart. v3: fixed more of the yocto-bsp help text as suggested by William Mills. The following changes since commit f39ba520d6f2477c99839a92049b1bb279f092cf:

[yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-30 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/kernel.py |7

[yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The current yocto-bsp help assumes knowledge that the meta-intel layer needs to be cloned before it's put into the BBLAYERS. Avoid the guesswork and state the details explicitly in the help. Also, the shorter 'usage' string doesn't mention it at all; it

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread Tom Zanussi
On Mon, 2012-04-30 at 13:31 -0400, William Mills wrote: nit of nit On 04/27/2012 08:01 PM, Darren Hart wrote: On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com + NOTE for x86- and x86_64-based BSPs: The generated BSP assumes the + presence of

Re: [yocto] BSP kernel configuration redefines config options

2012-04-30 Thread Chris Tapp
On 30 Apr 2012, at 15:23, Bruce Ashfield wrote: On 12-04-30 10:20 AM, Chris Tapp wrote: I've got a BSP that has the following kernel configuration linux-yocto_3.0.bbappend: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}: COMPATIBLE_MACHINE_mybsp = mybsp KMACHINE_mybsp =

[yocto] Yocto Project 1.2 release readiness meeting - We made it!

2012-04-30 Thread Liu, Song
Thanks you all for your support the team's hard work on the 1.2 release. We made it! Attendees: Beth, Nitin, Richard, Jefro, Tom, Darren, Saul, Mark (MontaVista), Jeremy (MontaVista), Mark, Jessica, Denys (TI), ScottR, Song Agenda: * Release Criteria review, - Functional Completion:

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-30 Thread Darren Hart
On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-30 Thread Darren Hart
On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com The current yocto-bsp help assumes knowledge that the meta-intel layer needs to be cloned before it's put into the BBLAYERS. Avoid the guesswork and state the details explicitly in the help.

[yocto] [ANNOUNCEMENT] Yocto 1.2 released.

2012-04-30 Thread Flanagan, Elizabeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, The major release of yocto-1.2 denzil has been tagged, generated and is now available for download. This release is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.2/poky-denzil-7.0.tar.bz2 or