[oe] [meta-oe][PATCH] classes/testlab: Enhance to dump license information

2011-07-14 Thread Khem Raj
It will now additionally create a new file which will contain list of licenses of installed packages in a given image. The fix to get the package name is there because the packages which contains epoch PE in the version string were not being constructed correctly since opkg-cl would dump

Re: [oe] using i2c on a mx28evk

2011-07-14 Thread Christian Borutta
On Wednesday, July 13, 2011 06:46:45 PM Andreas Mueller wrote: I checked the recipe i2c: In the file I2c.init this recipe wants to modprobe i2c- pxa. Without having further background on this recipe it seems that it is not meant for any board but pxa based ( can anybody confirm ? )

[oe] Did the chromium recipe even build fine in OE?

2011-07-14 Thread Cui, Dexuan
Hi all, I'm trying to port the chromium recipe from OE to Poky. After some investigation, I doubt it could ever build in OE? 1) The last update to the recipe happened in Apr, 2010 -- 15 months ago. Since that, the locations of some repos have changed, e.g., in custom_cached_svn, the locations

Re: [oe] Errors on fetching files

2011-07-14 Thread Hauser, Wolfgang (external)
So the question is if wget works from the command line why does it not work from bitbake Unless it uses another method to get the file, but I see nothing in the .bb file to indicate what program is used .. Hello, OE doesn't use the http_proxy variables from environment ! Normaly the

Re: [oe] Did the chromium recipe even build fine in OE?

2011-07-14 Thread Koen Kooi
It built for armv7a when I imported it for AI git, but it has bitrotted since then Op 14 jul. 2011 om 12:35 heeft Cui, Dexuan dexuan@intel.com het volgende geschreven: Hi all, I'm trying to port the chromium recipe from OE to Poky. After some investigation, I doubt it could ever build

Re: [oe] Errors on fetching files

2011-07-14 Thread Hauser, Wolfgang (external)
To ease the proxy nightmare, use cntlm as a local proxy and use it for all proxy connections. One additional program, but It speeds up proxied connections in browsers as well because it authenticate to the main proxy one time and hold this connection. Normally every connection is authenticated

Re: [oe] angstrom: glibc: Using config files in /etc/ld.so.conf.d/

2011-07-14 Thread Howard D. Gray
Mark, On 14/07/11 03:27, Mark Hatle wrote: On 7/13/11 12:22 PM, Howard D. Gray wrote: Hi, IMHO it would be useful if packages could install their own *.conf files in /etc/ld.so.conf.d/ ... I agree this is a good idea, however... If the apps you are creating require ld.so.conf, and

Re: [oe] Unwanted dependency on X from ppp

2011-07-14 Thread Dr. Michael Lauer
Mike, I think this is quite useful and should be codified as as a .inc. Cheers, :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [meta-oe] [PATCH 0/3] minor cleanup

2011-07-14 Thread Paul Eggleton
Tidy up a few things in meta-openembedded. The following changes since commit 7a8b1010e850b0338f05eacf181e78462355eac6: icon-naming-utils: Inherit perlnative (2011-07-13 09:01:16 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib

[oe] [meta-oe] [PATCH 2/3] pango: remove inherit of flow-lossage.bbclass

2011-07-14 Thread Paul Eggleton
This should no longer be needed with modern gcc versions. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb

[oe] [meta-oe] [PATCH 3/3] classes: remove qt4e.bbclass

2011-07-14 Thread Paul Eggleton
The same version of this class is now in openembedded-core. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-oe/classes/qt4e.bbclass | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/classes/qt4e.bbclass diff --git

Re: [oe] angstrom: glibc: Using config files in /etc/ld.so.conf.d/

2011-07-14 Thread Mark Hatle
On 7/14/11 8:23 AM, Howard D. Gray wrote: Mark, On 14/07/11 03:27, Mark Hatle wrote: On 7/13/11 12:22 PM, Howard D. Gray wrote: Hi, IMHO it would be useful if packages could install their own *.conf files in /etc/ld.so.conf.d/ ... I agree this is a good idea, however... If the apps

[oe] [meta-oe] [PATCH 1/3] Drop PRIORITY variable

2011-07-14 Thread Paul Eggleton
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex .*\.\(bb\|inc\)$ | xargs sed -i '/^PRIORITY = .*$/d' against the tree removing the references. Thanks to Phil Blundell for

Re: [oe] [meta-oe] [PATCH 0/3] minor cleanup

2011-07-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-07-11 17:25, Paul Eggleton schreef: Tidy up a few things in meta-openembedded. The following changes since commit 7a8b1010e850b0338f05eacf181e78462355eac6: icon-naming-utils: Inherit perlnative (2011-07-13 09:01:16 +0200) are

Re: [oe] [meta-oe] [PATCH 0/3] minor cleanup

2011-07-14 Thread Paul Eggleton
On Thursday 14 July 2011 16:39:20 Koen Kooi wrote: These 2 don't apply anymore after the cleanup I did today, could you please rebase them? Done, re-pushed the paule/cleanup contrib branch (only the PRIORITY removal patch remains). Cheers, Paul -- Paul Eggleton Intel Open Source Technology

[oe] SDK / external toolchain

2011-07-14 Thread George C. Huntington III
Is there a guide to building an SDK then using it as an external toolchain? I'm not getting it when i read the /fine/ manual. also if I want to build and sdk for both x86_64 and x86_32 is that possible, or is that 2 separate toolchains? how would I build an sdk for 32 bit from my 64 bit

Re: [oe] [meta-oe][PATCH] classes/testlab: Enhance to dump license information

2011-07-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-07-11 08:54, Khem Raj schreef: It will now additionally create a new file which will contain list of licenses of installed packages in a given image. The fix to get the package name is there because the packages which contains epoch PE

Re: [oe] [meta-oe][PATCH] classes/testlab: Enhance to dump license information

2011-07-14 Thread Khem Raj
On Thu, Jul 14, 2011 at 12:23 PM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-07-11 08:54, Khem Raj schreef: It will now additionally create a new file which will contain list of licenses of installed packages in a given image. The fix

[oe] [PATCH] linux-omap-psp: Added patch by Steve Sakoman to fix timeout errors

2011-07-14 Thread Joel A Fernandes
This fixes MMC errors due to timeouts, out was noticed by Jason Kridner in in the linux-omap-2.6.39 recipe Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- Some useful links shared by Jason: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg42214.html

[oe] [PATCHi v2] linux-omap-psp: Added patch by Steve Sakoman to fix timeout errors

2011-07-14 Thread Joel A Fernandes
This fixes MMC errors due to timeouts, and is borrowed from linux-omap-2.6.39 recipe (as noticed by Jason Kridner) Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- Changes since earlier patch: * Fixed commit summary Some useful links shared by Jason:

[oe] [PATCHi v2] linux-omap-psp: Added patch by Steve Sakoman to fix timeout errors

2011-07-14 Thread Joel A Fernandes
This fixes MMC errors due to timeouts, and is borrowed from linux-omap-2.6.39 recipe (as noticed by Jason Kridner) Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- Changes since earlier patch: * Fixed commit summary Some useful links shared by Jason:

Re: [oe] [PATCHi v2] linux-omap-psp: Added patch by Steve Sakoman to fix timeout errors

2011-07-14 Thread Paul Menzel
Dear Joel, Am Donnerstag, den 14.07.2011, 17:03 -0500 schrieb Joel A Fernandes: in my opinion the commit summary should be the following. Add patch to fix MMC errors due to timeouts The name of the author can go into the commit message. This fixes MMC errors due to timeouts, and is borrowed

Re: [oe] using i2c on a mx28evk

2011-07-14 Thread Andreas Mueller
On Thursday, July 14, 2011 12:29:47 PM Christian Borutta wrote: On Wednesday, July 13, 2011 06:46:45 PM Andreas Mueller wrote: I checked the recipe i2c: In the file I2c.init this recipe wants to modprobe i2c- pxa. Without having further background on this recipe it seems that it is not

[oe] [PATCH v3] linux-omap-psp: Added patch to fix MMC timeout errors

2011-07-14 Thread Joel A Fernandes
This fixes MMC errors due to timeouts, and is borrowed from Steve Sakoman's patch for the linux-omap-2.6.39 recipe (as noticed by Jason Kridner) Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- Changes since v2: * Applied the patch to the correct recipe (linux-omap-psp-2.6.32 instead of

Re: [oe] [oe-commits] Andrea Adami : kernel.bbclass: remove unintended change of INITRAMFS_TASK

2011-07-14 Thread Andrea Adami
On Thu, Jul 14, 2011 at 4:41 PM, git version control g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: df31400ef89c14b45860feb906d4355d5f7de0c7 URL:     http://git.openembedded.org/?p=openembedded-core.gita=commit;h=df31400ef89c14b45860feb906d4355d5f7de0c7

Re: [oe] [PATCHi v2] linux-omap-psp: Added patch by Steve Sakoman to fix timeout errors

2011-07-14 Thread Jason Kridner
On Thu, Jul 14, 2011 at 6:19 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Dear Joel, Am Donnerstag, den 14.07.2011, 17:03 -0500 schrieb Joel A Fernandes: in my opinion the commit summary should be the following. Add patch to fix MMC errors due to timeouts The name of the