Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Tomas Frydrych
Hi Andrei, On 07/02/13 14:26, Andrei Gherzan wrote: We are moving to userland repo. So we will build our libraries I tried to use the userland repo about a week ago and had to revert back to using the binary firmware; the userland tree seem to miss some bcm headers, so it was impossible to

Re: [yocto] pulseaudio madness

2013-02-08 Thread Tomas Frydrych
On 06/02/13 22:43, Gary Thomas wrote: You might want to have a look at Guacamayo's use of PA, that uses it and will automatically switch output when new speakers are plugged in too.https://github.com/Guacamayo Thanks, that helped. I've built Guacamayo for my RaspberryPi and can see how

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Andrei Gherzan
On Fri, Feb 8, 2013 at 12:17 PM, Tomas Frydrych tf+lists.yo...@r-finger.com wrote: Hi Andrei, On 07/02/13 14:26, Andrei Gherzan wrote: We are moving to userland repo. So we will build our libraries I tried to use the userland repo about a week ago and had to revert back to using the

[yocto] [PATCH 03/18] poky-ref-manual: Remove folder and eclipse artifacts

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../poky-ref-manual-eclipse-customization.xsl | 27 -- 1 file changed, 27 deletions(-) delete mode 100644

[yocto] [PATCH 02/18] Makefile: Modify DOC filter for eclipse-generate target

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Filter now explicitely lists the doc parts from which eclipse help can be generated. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- documentation/Makefile | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

[yocto] [PATCH 01/18] documentation: Remove 'the' from title tags

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- documentation/adt-manual/adt-manual.xml | 2 +- documentation/bsp-guide/bsp-guide.xml | 2 +- documentation/dev-manual/dev-manual.xml | 2 +-

[yocto] [PATCH 00/18][yocto-docs] Update eclipse help generation to support all documents

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Hi, the generation of eclipse help files has been merged from the timo branch to the master. Since the creation of the timo branch there have been some changes to the master branch (e.g. new documentation, renamed documentation). This patch set does

[yocto] [PATCH 06/18] Makefile: Remove duplicate parameters

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Standard stylesheet parameters are already defined in the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [PATCH 05/18] .gitignore: Updated to ignore generated eclipse help of ref-manual

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bda1b09..03b98d1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@

[yocto] [PATCH 08/18] Makefile: logic to make all for ref-manual and cleanup

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Eclipse help documents are now created when calling the 'make all' target on the ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. Signed-off-by: Timo

[yocto] [PATCH 10/18] kernel-dev: Added Title tag

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The title of the document used to create metadata for output formats such as eclipse help. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- documentation/kernel-dev/kernel-dev.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[yocto] [PATCH 09/18] kernel-dev: Move global parameters to customization file

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- documentation/Makefile

[yocto] [PATCH 11/18] .gitignore: Updated to ignore generated eclipse help of kernel-dev

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03b98d1..9e16853 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@

[yocto] [PATCH 12/18] kernel-dev: Added new customization file for eclipse help generation

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g.

[yocto] [PATCH 07/18] ref-manual: Added new customization file for eclipse help generation

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g.

[yocto] [PATCH 13/18] Makefile: logic to make all for kernel-dev and cleanup

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Eclipse help documents are now created when calling the 'make all' target on the kernel-dev. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. Signed-off-by: Timo

[yocto] [PATCH 16/18] .gitignore: Updated to ignore generated eclipse help of profile-manual

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e16853..cacc75b 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@

[yocto] [PATCH 18/18] Makefile: logic to make all for profile-manual and cleanup

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Eclipse help documents are now created when calling the 'make all' target on the kernel-dev. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. Signed-off-by: Timo

[yocto] [RFC v4 01/17] plugins/sdk.ide: Removed unused message

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The dialog has been merged with the project settings. Therefor the message is no longer needed. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties | 1 - 1 file changed,

[yocto] [RFC v4 04/17] plugins/sdk.ide: Set value of target array on input change

2013-02-08 Thread Timo Mueller
From: Atanas Gegov atanas.ge...@bmw-carit.de The value of the target array set in the constructor is now also affected when the input of the element is changed. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java | 2 ++

[yocto] [RFC v4 06/17] plugins/sdk.ide: Create UI element for managing target profiles.

2013-02-08 Thread Timo Mueller
From: Atanas Gegov atanas.ge...@bmw-carit.de A target profile is a combination of yocto settings identified by a user-defined name. This UI element allows the user to add new profiles and to rename or delete existing ones. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [RFC v4 09/17] plugins/sdk.ide: Add method to allow storing the current settings

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The added method calls the performOK method on the provided preference page to store the current content of the page. This callback is needed so the profile UI is able to propagate changes to the preference page it is part of. Signed-off-by: Timo

[yocto] [RFC v4 07/17] plugins/sdk.ide: Modified preferences storage to support profiles.

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Yocto preferences are now stored using a user-defined name that identifies a target profile. To store these preferences eclipse' scoped preferences provider is used. The filename in the eclipse configuration area is derived from the unique target

[yocto] [RFC v4 14/17] plugins/sdk.ide: Add method to rename a profile and its preference store

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de When renaming a profile the current values are stored in the profile's new preference store. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java | 4 1 file changed, 4

[yocto] [RFC v4 15/17] plugins/sdk.ide: Add method to delete a profile

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Deletion of a profile currently has no effects on the preference page. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java | 4 1 file changed, 4 insertions(+) diff

[yocto] [RFC v4 17/17] plugins/sdk.ide: Added profile UI to the preference page

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Adds the UI elements that allow managing profiles to the preference page. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../src/org/yocto/sdk/ide/preferences/YoctoSDKPreferencePage.java | 4 +++- 1 file changed, 3 insertions(+), 1

[yocto] [RFC v1 0/5][eclipse-poky] Enable target profiles for projects

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Hi, this patch set enables projects to make use of the target profiles proposed in [RFC v4 00/17][eclipse-poky] Storing yocto settings as target profiles. Currently the target profiles are only used to determine the default settings when creating a

[yocto] [RFC v1 2/5] plugins/sdk.ide: Store profile configuration on project setup

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKProjectNature.java | 1 + 1 file changed, 1 insertion(+) diff --git

[yocto] [RFC v1 1/5] plugins/sdk.ide: Allow storage of yocto settings in project preferences

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The added functions allow storing the yocto settings in the preferences store of a project. Project-specific yocto settings as well as the used profiles can be stored. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [RFC v1 3/5] plugins/sdk.ide: Enable project specific yocto settings

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Until now only global target profiles could be used to configure a project. Now a project can have its own specific settings which are not affected by global changes to the profile. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [RFC v1 4/5] plugins/sdk.ide: Update projects affected by changes of a target profile

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de If a target profile is modified, renamed or deleted globally the projects using this profile are updated accordingly. On deletion of a target profile the affected projects will set use the standard target profile. Signed-off-by: Timo Mueller

[yocto] [RFC v1 5/5] plugins/sdk.ide: Enable the usage of profiles in the project properties

2013-02-08 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de UI elements are added to the project properties in order to use profile capabilites with a project. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../src/org/yocto/sdk/ide/YoctoProfileSetting.java | 3 +

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Tomas Frydrych
On 08/02/13 13:03, Andrei Gherzan wrote: On Fri, Feb 8, 2013 at 12:17 PM, Tomas Frydrych tf+lists.yo...@r-finger.com mailto:tf+lists.yo...@r-finger.com wrote: Hi Andrei, On 07/02/13 14:26, Andrei Gherzan wrote: We are moving to userland repo. So we will build our

[yocto] Danny: default base_do_compile but no default base_do_install

2013-02-08 Thread Frans Meulenbroeks
Hi! Apologies upfront if this is the wrong list. I'm not always sure when things should go to the yocto list and when to oe-core. Anyway, my question/issue with danny. In base.bbclass I see a default base_do_compile that reads: base_do_compile() { if [ -e Makefile -o -e makefile -o -e

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Andrei Gherzan
On Fri, Feb 8, 2013 at 4:18 PM, Tomas Frydrych tf+lists.yo...@r-finger.comwrote: On 08/02/13 13:03, Andrei Gherzan wrote: On Fri, Feb 8, 2013 at 12:17 PM, Tomas Frydrych tf+lists.yo...@r-finger.com mailto:tf+lists.yo...@r-finger.com wrote: Hi Andrei, On 07/02/13 14:26,

Re: [yocto] gcov on beagle-xm with kernel module

2013-02-08 Thread Robert Berger
Hi, Looks like it's an issue with the arm eabi compiler producing code, which the kernel gcov framework can't deal with. I guess there are 2 options: 1) toolchain not eabi (not feasible) 2) patch gcov framework in kernel Regards, Robert ...In the beginning, there was software. And it wasn't

Re: [yocto] systemtap fetch failure on 'danny' (cherry-pick fix from master)

2013-02-08 Thread Javier Viguera
On 02/06/2013 04:48 PM, Burton, Ross wrote: You'll be pleased to know it's in danny-next already, so should be hitting danny in the next day or so. Is that 'danny-next' branch private? I can't see it in the gitweb or in a local clone. # git branch -a | grep danny-next shows nothing.

Re: [yocto] systemtap fetch failure on 'danny' (cherry-pick fix from master)

2013-02-08 Thread Burton, Ross
On 8 February 2013 17:04, Javier Viguera javier.vigu...@digi.com wrote: On 02/06/2013 04:48 PM, Burton, Ross wrote: You'll be pleased to know it's in danny-next already, so should be hitting danny in the next day or so. Is that 'danny-next' branch private? I can't see it in the gitweb or

Re: [yocto] [RFC v5 00/12][eclipse-poky] Integrate yocto documentation into eclipse

2013-02-08 Thread Zhang, Jessica
Hi Timo, Thanks, these are merged into eclipse-poky master with the following patch to address an issue in your original patches :-) Cheers, Jessica Fixed the DOC_GIT hard coded issueHEADmaster Signed-off-by: Jessica Zhang jessica.zh...@intel.com Diffstat -rwxr-xr-x

[yocto] Fix gtk-sato-engine build with automake-1.13

2013-02-08 Thread Marko Lindqvist
[PATCH] configure.ac: fix build with automake-1.13 - ML ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Fix gtk-sato-engine build with automake-1.13

2013-02-08 Thread Gary Thomas
On 2013-02-08 14:08, Marko Lindqvist wrote: [PATCH] configure.ac: fix build with automake-1.13 Patch seems to be missing -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [yocto] [RFC v4 00/17][eclipse-poky] Storing yocto settings as target profiles

2013-02-08 Thread Zhang, Jessica
Everything looks good and merged to eclipse-poky master. Thanks for the contribution. Cheers, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Friday, February 08, 2013 5:26 AM To:

[yocto] [PATCH] Fix oprofileui build with automake-1.13

2013-02-08 Thread Marko Lindqvist
- ML 0001-configure.ac-fix-build-with-automake-1.13.patch Description: Binary data ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Fix gtk-sato-engine build with automake-1.13

2013-02-08 Thread Marko Lindqvist
On 8 February 2013 23:22, Gary Thomas g...@mlbassoc.com wrote: On 2013-02-08 14:08, Marko Lindqvist wrote: [PATCH] configure.ac: fix build with automake-1.13 Patch seems to be missing This time inlining it to this email. Hope it makes through this way. - ML

[yocto] [PATCH 0/2][meta-intel] Remove Cedartrail BSP

2013-02-08 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Hi All, This patch set is to remove Cedartrail BSP from meta-intel/master. Cedartrail BSP will be no longer supported in Yocto from 1.4 release. Please pull these patches into meta-intel/master. Thanks Kishore. The following changes since commit

[yocto] [PATCH 1/2] [meta-intel] Cedartrail: Remove Cedartrail BSP

2013-02-08 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Cedartrail will be no longer supported for Yocto 1.4 Release. Remove the Cedartrail BSP from meta-intel. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- meta-cedartrail/COPYING.MIT| 17 -- meta-cedartrail/README

[yocto] [PATCH 2/2] [meta-intel] meta-intel: Update the MAINTAINERS list.

2013-02-08 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Updating the MAINTAINERS list after removing the Cedartrail BSP from meta-intel. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- MAINTAINERS |4 1 file changed, 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

Re: [yocto] [RFC v1 0/5][eclipse-poky] Enable target profiles for projects

2013-02-08 Thread Zhang, Jessica
Hi Timo, Couple comments: 1. I really like the way that the global profile and project profile are linked together. But it also introduce an out of sync issue. Say I use a profile compiled my project with one set of toolchain and sysroot setup. Then I change the toolchain and sysroot

[yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-08 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Hi, This patch set is to remove the Cedartail Machine from Linux-yocto-3.4 Kernel. Cedartrail BSP will not be supported for Yocto 1.4 Release. Also Please remove the standard/cedartrail branch. Please pull into linux-yocto-3.4/meta branch.

[yocto] [PATCH 1/1][linux-yocto] meta: Remove Cedartrail Machine

2013-02-08 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Remove Cedartrail Machine from 3.4 Kernel. Cedartrail BSP is not available. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../bsp/cedartrail/cedartrail-preempt-rt.scc | 13 -- .../bsp/cedartrail/cedartrail-standard.scc

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607

2013-02-08 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Please pull into danny-next -- The following changes since commit 9615c24f9d5326805537fd01d1fc5ea51d0d85db: libva-intel-driver: workaround for concurrent VC1 and H264 playback issue (2012-12-20 14:49:46 -0600) are available in the git repository at:

[yocto] [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is c

2013-02-08 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- meta-cedartrail/README | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/README b/meta-cedartrail/README index 0d166b2..e394faf

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607

2013-02-08 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is connected while infact a VGA display is connected and Vice Versa. The README file is updated with the work-around for this issue. Please pull into