[yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Hi, in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this does not work any more; instead, installation will abort with Error:

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
Hi Wolfgang, On 01/22/2013 09:16 AM, Wolfgang Denk wrote: Hi, in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this does not

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Dear Laurentiu, In message 50fe4900.7020...@intel.com you wrote: in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this

Re: [yocto] [PATCH v2] [eclipse-poky][branch:windows-build]Performance fix for Windows implementation

2013-01-22 Thread Grigoropol, IoanaX
Hi Jessica, This patch applies on top of the last patch I sent on Thursday, [PATCH] [eclipse-poky][branch:windows-build]Performance fix for Linux implementation. Attached is my local git log. Please let me know it there are any problems. Thanks, Ioana -Original Message- From: Zhang,

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
On 01/22/2013 11:03 AM, Wolfgang Denk wrote: IdSDK_ARCHINST_ARCH Status == 1 ix86ix86works 2 ix86x86_64 works 3 x86_64 ix86cannot work 4 x86_64

Re: [yocto] M2, M3, M4 milestones available?

2013-01-22 Thread Stoicescu, CorneliuX
Hello Wolfgang, From a QA point of view, we are approaching the 1.4 M3 milestone. Here is what Saul wrote for the latest Full Pass request: QA Teams: Please do FULL Pass testing on this as a PRE-M3 Full Pass so we have some idea of what's going on. Git Rev:

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Dear Laurentiu, In message 50fe5f87.4060...@intel.com you wrote: Id SDK_ARCHINST_ARCH Status == 1 ix86ix86works 2 ix86x86_64 works 3 x86_64 ix86cannot

Re: [yocto] M2, M3, M4 milestones available?

2013-01-22 Thread Wolfgang Denk
Dear Cornel, In message 33115abc4887814e8a92a08fbc93416b08dc5...@irsmsx103.ger.corp.intel.com you wrote: From a QA point of view, we are approaching the 1.4 M3 milestone. Here is what Saul wrote for the latest Full Pass request: QA Teams: Please do FULL Pass testing on this as a

[yocto] [PATCH] scripts/build.sh: Fixed local build to use the correct repository path

2013-01-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 54081d5..8d8b4c3 100755 --- a/scripts/build.sh +++

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Christian Ege
Hi, I am not sure if this is the problem you are struggling with. I am wondering why class module.bbclass behaves completely different than kernel.bbclacc copy the hello-mod_0.1.bb and files folder into my taget layer meta-intel/meta-jasperforest/recipe-kernel, then add MACHINE_EXTRA_

[yocto] Web Hob first designs: tell us what you think

2013-01-22 Thread Barros Pena, Belen
Hi all, Over the past couple of weeks we have been working on some ideas for the design of Web Hob. We are know searching for volunteers to give us their opinion about them. It works like this: - We arrange a 30-minute phone call at any time that suits you and a screen-sharing session (using

Re: [yocto] [meta-baryon][PATCH 0/4] baryon updates

2013-01-22 Thread Paul Eggleton
On Monday 07 January 2013 13:05:37 Kevin Strasser wrote: This patch set contains a change which will not work with versions of poky prior to commit 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b, and therefor should not be applied until after cutting a danny branch. The following changes since

Re: [yocto] M2, M3, M4 milestones available?

2013-01-22 Thread Wolfgang Denk
Dear Elizabeth, In message CAPhnLPCk8byBnRSEB2aMOBPEmZQRfWpNSJ+xj+uX4BVvHKMf=q...@mail.gmail.com you wrote: 1.4 M2 was kind of blurry because it landed during charismas and new year thus many of us were on vacation. So what exactly is the git commit ID of the 1.4 M2 milestone release?

Re: [yocto] M2, M3, M4 milestones available?

2013-01-22 Thread John Mehaffey
On Tue, Jan 22, 2013 at 3:26 AM, Wolfgang Denk w...@denx.de wrote: Dear Cornel, In message 33115abc4887814e8a92a08fbc93416b08dc5...@irsmsx103.ger.corp.intel.com you wrote: From a QA point of view, we are approaching the 1.4 M3 milestone. Here is what Saul wrote for the latest Full

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-22 Thread Patrick Turley
On Jan 21, 2013, at 5:16 PM, Patrick Turley patricktur...@gamestop.com wrote: On Jan 21, 2013, at 4:35 PM, Zhang, Jessica jessica.zh...@intel.com wrote: Hi Patrick, Since you're able to add the dev packages to images, just do bitbake yourimagewithALSA -c populate_sdk, that should

Re: [yocto] M2, M3, M4 milestones available?

2013-01-22 Thread Wolfgang Denk
Dear John, In message cagoht_fp04irbj2pqnjszjjiow5qzjyqctz0rxudg_gjvha...@mail.gmail.com you wrote: The M2 and M3 milestones were merged. Please see Liu Song's email on Dec 27, in part: Yocto Project CCB has approved our request to merge M2 and M3 together. So there won't be a M2 release and

Re: [yocto] Remove unwanted package from Qt

2013-01-22 Thread Jon Szymaniak
On Fri, Jan 18, 2013 at 10:59 AM, Eric Bénard e...@eukrea.com wrote: Le Fri, 18 Jan 2013 10:25:22 -0500, Jon Szymaniak jon.szyman...@gmail.com a écrit : I checked the package list on a running system (opkg list | grep -i qt). Here's all the installed Qt packages...no qt4-embedded-examples as

[yocto] High-level roadmap

2013-01-22 Thread Paul Eggleton
Hi all, I was recently asked for a high-level roadmap for future releases, and I couldn't find anything to point to on our website. We have this wiki page, but it's somewhat out of date: https://wiki.yoctoproject.org/wiki/Yocto_Project_Roadmap Do we have anything else at the moment? If not

Re: [yocto] FW: YP Linux Kernel Development Manual

2013-01-22 Thread Darren Hart
On 01/21/2013 06:05 PM, Rifenbark, Scott M wrote: Hi, I am reposting this to the discussion list and copying Darren Hart. Scott From: Eddy Lai GMail [mailto:eddy.lai...@gmail.com] Sent: Monday, January 21, 2013 3:36 PM To: Rifenbark, Scott M Subject: Re: [yocto] YP Linux Kernel

Re: [yocto] FW: YP Linux Kernel Development Manual

2013-01-22 Thread Darren Hart
On 01/22/2013 12:59 AM, Christian Ege wrote: Hi, I am not sure if this is the problem you are struggling with. I am wondering why class module.bbclass behaves completely different than kernel.bbclacc hi, I follow the kernel development manual 2.5. Incorporating Out-of-Tree Modules,

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Patrick Turley
On Jan 15, 2013, at 1:16 PM, Zhang, Jessica jessica.zh...@intel.com wrote: For your LDFLAGS question in another email thread, the yocto SDK is mainly produced for application developer, but seems we are hearing more usage request for it to support kernel module build as well. As Eric

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Patrick Turley
On Jan 16, 2013, at 11:11 AM, Darren Hart dvh...@linux.intel.com wrote: On 01/15/2013 10:38 AM, Bruce Ashfield wrote: I finally found the entries that I was recalling earlier. They are: https://bugzilla.yoctoproject.org/show_bug.cgi?id=241

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Bruce Ashfield
On 13-01-22 03:28 PM, Patrick Turley wrote: On Jan 16, 2013, at 11:11 AM, Darren Hart dvh...@linux.intel.com wrote: On 01/15/2013 10:38 AM, Bruce Ashfield wrote: I finally found the entries that I was recalling earlier. They are: https://bugzilla.yoctoproject.org/show_bug.cgi?id=241

[linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit which adds an scc file for emgd-1.16 feature. It depends on the emgd-1.16 branch in the kernel repo, for which a pull request is already sent. This commit keeps the emgd-1.14 driver support in the repo intact. Thanks, Nitin The

[linux-yocto] [PATCH 1/1] meta: add a kernel feature for drm-emgd-1.16 driver

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Use the newly created emgd-1.16 branch to get the emgd-1.16 kernel driver sources. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../features/drm-emgd/drm-emgd-1.16.scc|2 ++ 1 files changed, 2 insertions(+), 0

Re: [linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread Bruce Ashfield
On 13-01-22 03:38 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit which adds an scc file for emgd-1.16 feature. It depends on the emgd-1.16 branch in the kernel repo, for which a pull request is already sent. This commit keeps the emgd-1.14

Re: [linux-yocto] a new kernel repo branch for emgd 1.16 driver

2013-01-22 Thread Bruce Ashfield
On 13-01-21 06:19 PM, Kamble, Nitin A wrote: Hi Bruce, I have created a branch for emgd-1.16 kernel driver for the v3.4 kernel repo over here. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/emgd-1.16 It consists of mainly following 2 commits on top of the

Re: [linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread Kamble, Nitin A
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, January 22, 2013 1:04 PM To: Kamble, Nitin A Cc: linux-yo...@yoctoproject.org Subject: Re: [PATCH 0/1] meta: add emgd-1.16 driver support On 13-01-22 03:38 PM, nitin.a.kam...@intel.com

Re: [linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread Bruce Ashfield
On 13-01-22 03:38 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit which adds an scc file for emgd-1.16 feature. It depends on the emgd-1.16 branch in the kernel repo, for which a pull request is already sent. This commit keeps the emgd-1.14

Re: [yocto] FW: YP Linux Kernel Development Manual

2013-01-22 Thread Christian Ege
Am Dienstag, den 22.01.2013, 11:14 +0100 schrieb Darren Hart darren.h...@intel.com: On 01/22/2013 12:59 AM, Christian Ege wrote: Hi, I am not sure if this is the problem you are struggling with. I am wondering why class module.bbclass behaves completely different than kernel.bbclacc

Re: [yocto] [PATCH] scripts/build.sh: Fixed local build to use the correct repository path

2013-01-22 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Tuesday, January 22, 2013 4:03 AM To: yocto@yoctoproject.org Cc: Timo Mueller Subject: [yocto] [PATCH]

Re: [yocto] High-level roadmap

2013-01-22 Thread Philip Balister
On 01/22/2013 01:59 PM, Paul Eggleton wrote: Hi all, I was recently asked for a high-level roadmap for future releases, and I couldn't find anything to point to on our website. We have this wiki page, but it's somewhat out of date:

[yocto] M2/M3.rc1 availability

2013-01-22 Thread Flanagan, Elizabeth
The weekly build is available at: http://autobuilder.yoctoproject.org/pub/nightly/20130122-2 This build is built from master HEAD. Please begin testing against this rc. Please note that tag and branch names for this milestone will be named as if it was M3. I will be tagging tonight

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Patrick Turley
On Jan 22, 2013, at 2:34 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-01-22 03:28 PM, Patrick Turley wrote: One problem I ran into … When I tried to execute make scripts, I got a whole bunch of config questions that I *think* should have been answered with a .config file or

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Bruce Ashfield
On 13-01-22 9:26 PM, Patrick Turley wrote: On Jan 22, 2013, at 2:34 PM, Bruce Ashfieldbruce.ashfi...@windriver.com wrote: On 13-01-22 03:28 PM, Patrick Turley wrote: One problem I ran into … When I tried to execute make scripts, I got a whole bunch of config questions that I *think* should

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Patrick Turley
On Jan 22, 2013, at 10:43 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-01-22 9:26 PM, Patrick Turley wrote: If I just hold down the Enter key, I believe all the defaults are taken, and I eventually *do* get hostprogs that execute, but I don't know if they're appropriate to

Re: [yocto] Build external module against Yocto kernel

2013-01-22 Thread Bruce Ashfield
On 13-01-23 12:14 AM, Patrick Turley wrote: On Jan 22, 2013, at 10:43 PM, Bruce Ashfieldbruce.ashfi...@windriver.com wrote: On 13-01-22 9:26 PM, Patrick Turley wrote: If I just hold down the Enter key, I believe all the defaults are taken, and I eventually *do* get hostprogs that execute,