Re: [OE-core] [PATCH 15/15] pango: fix dependencies to avoid build issue

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 9:26 AM, wrote: > > | > /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: > cannot find -lelf > | collect2: error: ld returned 1 exit status I wonder why this is not seen generally. Is there something i

Re: [OE-core] [PATCH v2 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock wrote: > + > + # clean up extra libgomp files > + if [[ "${RUNTIMETARGET}" =~ "libgomp" ]]; then This seems bashism. if could just check the valued of $d in the loop instead something like > + rm -rf ${D}${datadir}/in

[OE-core] [PATCH v2 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-09 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 10 ++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +- 3 files changed, 24 insertions(+), 2 deletions(-)

[OE-core] [PATCH v2 1/2] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64

2012-07-09 Thread Matthew McClintock
This fixes the issue where gcc invokes the linker with an incorrect -L library location and gives up because it can't find libraries. It was looking in a /lib folder instead of /lib64 Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipe

Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Saul Wold
On 07/09/2012 11:50 AM, Amy Fong wrote: Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig

Re: [OE-core] [PATCH] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64

2012-07-09 Thread McClintock Matthew-B29882
On Mon, Jul 9, 2012 at 8:37 PM, Khem Raj wrote: > On Mon, Jul 9, 2012 at 3:47 PM, Matthew McClintock wrote: >> This fixes the issue where gcc invokes the linker with an incorrect -L >> library location and gives up because it can't find libraries. It was >> looking in a /lib folder instead of /li

Re: [OE-core] [PATCH] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 3:47 PM, Matthew McClintock wrote: > This fixes the issue where gcc invokes the linker with an incorrect -L > library location and gives up because it can't find libraries. It was > looking in a /lib folder instead of /lib64 > > Signed-off-by: Matthew McClintock > --- > me

Re: [OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 4:03 PM, Raymond Danks wrote: > On 07/09/2012 04:41 PM, Khem Raj wrote: >> >> On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks >> wrote: >>> >>> Packaging issues resolved with latest version from git. >> >> which packaging issues ? can you add more context here please. > > Raj,

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold wrote: > On 07/09/2012 03:43 PM, Khem Raj wrote: >> >> On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: >>> >>> gnupg has it's own fake curl, since we use gnupg with zypper, there does >>> not >>> seem to be a strong reason to add curl to the depends list

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-09 Thread Saul Wold
On 07/09/2012 03:43 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: gnupg has it's own fake curl, since we use gnupg with zypper, there does not seem to be a strong reason to add curl to the depends list. what does disabling curl has to do with gnupg being used with zyppe

Re: [OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Raymond Danks
On 07/09/2012 04:41 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks wrote: Packaging issues resolved with latest version from git. which packaging issues ? can you add more context here please. Raj, This is in response to Saul's make world test on x86 from last night. See

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Robert P. J. Day
On Mon, 9 Jul 2012, Paul Eggleton wrote: > The BBPATH variable is completely independent of this, and is the > path that is used to find conf and bbclass files; however, the order > in which the appends / prepends will be applied is of course the > order in which they are parsed, which is the orde

Re: [OE-core] [PATCH V2 00/14] eglibc 2.16

2012-07-09 Thread Khem Raj
On Sun, Jul 8, 2012 at 9:26 PM, Khem Raj wrote: > On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj wrote: >> V2: >> >> Additionally, changed gcc to use git fetcher >> update E5500/E6500 patches for gcc and binutils (backported from mainline) >> images form p5020ds 32/64 bit built fine. (btw. it does not

[OE-core] [PATCH] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64

2012-07-09 Thread Matthew McClintock
This fixes the issue where gcc invokes the linker with an incorrect -L library location and gives up because it can't find libraries. It was looking in a /lib folder instead of /lib64 Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipe

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: > gnupg has it's own fake curl, since we use gnupg with zypper, there does not > seem to be a strong reason to add curl to the depends list. what does disabling curl has to do with gnupg being used with zypper ? ___

Re: [OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks wrote: > Packaging issues resolved with latest version from git. which packaging issues ? can you add more context here please. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org ht

Re: [OE-core] The Mythical Sato Replacement

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 2:06 PM, Burton, Ross wrote: > > Shuku will be a descendent of Sato, that is continue to use the > Matchbox Window Manager, Desktop, and Panel; although the latter two > will be updated for GTK+ 3. All applications will be removed and > fully reconsidered when adding back,

Re: [OE-core] build stats error with eglibc 2.16!

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 2:47 PM, Martin Jansa wrote: > > something messing with EGLIBCVERSION during build (e.g. branch switch in > other term)? > > It's building 2.16 but then running eglibc_2.15.bb... > yeah set EGLIBCVERSION = "2.16" in local.conf __

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

2012-07-09 Thread Khem Raj
> Healthy approach. I can submit patches on this topic if nobody did it > already locally. please do. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-09 Thread Saul Wold
gnupg has it's own fake curl, since we use gnupg with zypper, there does not seem to be a strong reason to add curl to the depends list. Signed-off-by: Saul Wold --- meta/recipes-support/gnupg/gnupg_2.0.19.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes

Re: [OE-core] build stats error with eglibc 2.16!

2012-07-09 Thread Martin Jansa
On Mon, Jul 09, 2012 at 02:39:09PM -0700, Saul Wold wrote: > > I have started to build the eglibc 2.16 locally and I am seeing a > strange buildstats failure: > > > ERROR: Execution of event handler 'run_buildstats' failed > > Traceback (most recent call last): > > File "run_buildstats(e)", li

[OE-core] build stats error with eglibc 2.16!

2012-07-09 Thread Saul Wold
I have started to build the eglibc 2.16 locally and I am seeing a strange buildstats failure: ERROR: Execution of event handler 'run_buildstats' failed Traceback (most recent call last): File "run_buildstats(e)", line 89, in run_buildstats(e=) File "buildstats.bbclass", line 5, in write_t

Re: [OE-core] The Mythical Sato Replacement

2012-07-09 Thread Martin Jansa
On Mon, Jul 09, 2012 at 10:06:11PM +0100, Burton, Ross wrote: > Hi all, > > I've been mulling over a replacement for the Sato environment for some > time now, so I think it's time to talk about my thoughts and get more > feedback from users of oe-core. > > Some background: back in 2007[1] Sato wa

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Paul Eggleton
On Monday 09 July 2012 16:34:20 Robert P. J. Day wrote: > On Mon, 9 Jul 2012, Andrei Gherzan wrote: > > It's all about the order the files are searched. As long as you have > > proper priority set nothing can go wrong. > > but what if two or more layers have the same priority? then what? > it m

[OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Raymond Danks
Packaging issues resolved with latest version from git. Signed-off-by: Raymond Danks --- meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfi

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

2012-07-09 Thread Robert P. J. Day
On Mon, 9 Jul 2012, Andrei Gherzan wrote: > On Mon, Jul 9, 2012 at 8:40 PM, Khem Raj wrote: > On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie >wrote: > > On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: > >> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day >

[OE-core] The Mythical Sato Replacement

2012-07-09 Thread Burton, Ross
Hi all, I've been mulling over a replacement for the Sato environment for some time now, so I think it's time to talk about my thoughts and get more feedback from users of oe-core. Some background: back in 2007[1] Sato was designed to be an reference/demo PDA environment for mobile devices with (

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-09 Thread McClintock Matthew-B29882
On Mon, Jul 9, 2012 at 3:09 PM, Matthew McClintock wrote: > On Sun, Jul 8, 2012 at 4:19 PM, Saul Wold wrote: >> /usr/share/info/dir > > I don't see this dir on my build... perhaps it's the specific version > of gcc? or it's some munged text output? > > If you still see if can you add it to the

Re: [OE-core] [oe-commits] Ross Burton : connman: ship the empty plugins directory in the connman package

2012-07-09 Thread Burton, Ross
On 9 July 2012 21:35, Martin Jansa wrote: > On Mon, Jul 09, 2012 at 09:16:13PM +0100, Burton, Ross wrote: >> On 9 July 2012 21:03, Martin Jansa wrote: >> > Ross: please make sure you add them in future patches >> > sgw: maybe you're using different flow then RP for merging patches, but >> > your

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 11:34 PM, Robert P. J. Day wrote: > On Mon, 9 Jul 2012, Andrei Gherzan wrote: > > > > > On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day > wrote: > > > > (most of this is sort of self-evident but it's not documented as > > well as it could be so i just want to

Re: [OE-core] [oe-commits] Ross Burton : connman: ship the empty plugins directory in the connman package

2012-07-09 Thread Martin Jansa
On Mon, Jul 09, 2012 at 09:16:13PM +0100, Burton, Ross wrote: > On 9 July 2012 21:03, Martin Jansa wrote: > > Ross: please make sure you add them in future patches > > sgw: maybe you're using different flow then RP for merging patches, but > > your SOB should be there too IMHO. > > I *always* for

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Robert P. J. Day
On Mon, 9 Jul 2012, Andrei Gherzan wrote: > > On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day > wrote: > >   (most of this is sort of self-evident but it's not documented as > well as it could be so i just want to make sure i have it exactly > right.) > >   snippets of s

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 7:25 PM, Robert P. J. Day wrote: > On Mon, 9 Jul 2012, Paul Eggleton wrote: > > > On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote: > > > On Mon, 9 Jul 2012, Andrei Gherzan wrote: > > > > So IMHO the EXTRA_IMAGE_FEATURES variable in the image should be > > > > merged i

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-09 Thread McClintock Matthew-B29882
On Sun, Jul 8, 2012 at 4:19 PM, Saul Wold wrote: > /usr/share/info/dir I don't see this dir on my build... perhaps it's the specific version of gcc? or it's some munged text output? If you still see if can you add it to the patch? v2 coming shortly. -M ___

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 8:40 PM, Khem Raj wrote: > On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie > wrote: > > On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: > >> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day > >> wrote: > >> > >> "proto=git" is not a valid parameter for th

Re: [OE-core] [oe-commits] Ross Burton : connman: ship the empty plugins directory in the connman package

2012-07-09 Thread Burton, Ross
On 9 July 2012 21:03, Martin Jansa wrote: > Ross: please make sure you add them in future patches > sgw: maybe you're using different flow then RP for merging patches, but > your SOB should be there too IMHO. I *always* forget, sorry. Is there a way to make git do it automatically?... Ross ___

Re: [OE-core] [PATCH 3/3] xserver-xorg: Fix build on powerpc

2012-07-09 Thread Scott Garman
On 07/06/2012 08:58 AM, McClintock Matthew-B29882 wrote: Scott, Can you apply this patch to denzil branch of oe-core/poky? It fixes build errors for powerpc on gcc 4.6.4 as well. -M Hi Matthew, I've made a note of this and am going to try getting it into my sgarman/denzil-next-1.2.2 branch

Re: [OE-core] [oe-commits] Ross Burton : connman: ship the empty plugins directory in the connman package

2012-07-09 Thread Martin Jansa
On Mon, Jul 09, 2012 at 04:00:54PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 8a307af8253a5fdff51515fe01ef7b527fdad89f > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8a307af8253a5fdff51515fe01ef7b527fdad89f > > A

Re: [OE-core] [PATCH 2/2] mkelfimage: Add stable git build (initial recipe)

2012-07-09 Thread Raymond Danks
On 07/08/2012 03:34 PM, Saul Wold wrote: On 06/22/2012 01:22 PM, Raymond Danks wrote: Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ Resubmitting to oe-core for review prior to commit in openembedded-core.

Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 17:01 +0100, Phil Blundell wrote: > On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote: > > > On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote: > > > > > On a related note, is it possible to fix the mailing list so that it > > > > > does not strip To/Cc information

[OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Amy Fong
Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig [ -x /sbin/ldconfig ] && /s

Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates

2012-07-09 Thread Paul Gortmaker
[CC'ing Richard, since Phil says he is list admin] On 12-07-09 12:01 PM, Phil Blundell wrote: > On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote: >>> On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote: > On a related note, is it possible to fix the mailing list so that it > doe

[OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Amy Fong
Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig [ -x /sbin/ldconfig ] && /s

Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates

2012-07-09 Thread McClintock Matthew-B29882
On Mon, Jul 9, 2012 at 11:01 AM, Phil Blundell wrote: > On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote: >> > On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote: >> > > > On a related note, is it possible to fix the mailing list so that it >> > > > does not strip To/Cc information and

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

2012-07-09 Thread Khem Raj
On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie wrote: > On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: >> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day >> wrote: >> >> "proto=git" is not a valid parameter for the git fetcher. >> >> NOTE: package matchbox-wm-2-0.1+git1 >> +01

Re: [OE-core] [PATCH 0/8] package upgrades

2012-07-09 Thread Saul Wold
On 07/04/2012 11:17 AM, Laurentiu Palcu wrote: Hi all. This is another set of package upgrades. All packages were compiled successfully for all architectures. Basic sanity tests for DirectFB were performed using core-image-gtk-directfb on qemux86. The rest of the packages were tested with core-i

[OE-core] [PATCH 0/1] linux-yocto/3.2: perf scripting changes

2012-07-09 Thread Bruce Ashfield
Richard/Saul, I had meant to send these along with the 3.4 update, and managed to get distracted and miss them. These are the SRCREV updates for the 3.2 kernel to support TomZ's recent perf scripting work. Cheers, Bruce cc: Tom Zanussi The following changes since commit 90ad663909c0c8a405b22

[OE-core] [PATCH 1/1] linux-yocto/3.2: perf scripting updates

2012-07-09 Thread Bruce Ashfield
Updating the 3.2 SRCREVs to reflect the perf scripting fixes by TomZ standard/default/base: 0ec416e perf: change --root to --prefix for python install 18ad076 perf: add 'libperl not found' warning e0f641d perf: use pkg-config instead of python-config 3195098 Revert "perf: hard-code NO_LIBP

Re: [OE-core] [PATCH 0/3] Image/SDK multilib fixes

2012-07-09 Thread Saul Wold
On 07/06/2012 12:13 PM, Mark Hatle wrote: The image generation for RPM needs to be synced with the python fragement in the populate_sdk case. Otherwise the multilib configuations get out of sync. Similar changes are NOT needed for deb or ipkg. We also needed to enable multilib remapping when t

Re: [OE-core] [PATCH] gcc-common: Don't use "is" for comparing strings, use "=="

2012-07-09 Thread Saul Wold
On 07/03/2012 08:21 PM, Kartik Mohta wrote: Needed because the equality check was failing here even though upon printing the LHS and RHS were the same. As per http://stackoverflow.com/a/2987975/64537, using "is" compares the memory addresses of the two objects which is not what we want here. We j

Re: [OE-core] [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)

2012-07-09 Thread Bruce Ashfield
On Mon, Jul 9, 2012 at 1:08 PM, Tom Zanussi wrote: > On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote: >> Saul/Richard, >> >> I was waiting on the resend of Tom's perf series to send the updated >> kernel parts for this. That's out, and the kernel parts now need to >> be updated. >> > > The

Re: [OE-core] recipes.txt: Add entries for "recipes-rt" and "recipes-support"

2012-07-09 Thread Saul Wold
On 07/04/2012 12:02 PM, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes.txt b/meta/recipes.txt index bf7f19e..6d33743 100644 --- a/meta/recipes.txt +++ b/meta/recipes.txt @@ -9,5 +9,7 @@ recipes-graphics - X and other graphically related system libra

Re: [OE-core] [PATCH 2/2] curl: upgrade to 7.26.0

2012-07-09 Thread Saul Wold
On 07/04/2012 12:31 AM, alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN Config system changed from 7.24.0 and the noldlibpatch is no longer needed, thus deleted. Signed-off-by: Alexandru DAMIAN --- meta/recipes-support/curl/curl/noldlibpath.patch | 76 -- met

[OE-core] core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files

2012-07-09 Thread Robert P. J. Day
Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES for developers in their local.conf files, to avoid the possibility of undesirable side effects. Signed-off-by: Robert P. J. Day --- i *think* this should do

Re: [OE-core] [PATCH 0/2] apt 0.7.14: runtime error fix when tmpdir is very long

2012-07-09 Thread Saul Wold
On 07/04/2012 03:16 AM, Robert Yang wrote: The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31: task-core-tools-debug: Added openssh-sftp-server. (2012-07-03 14:52:38 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/apt

Re: [OE-core] [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)

2012-07-09 Thread Tom Zanussi
On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote: > Saul/Richard, > > I was waiting on the resend of Tom's perf series to send the updated > kernel parts for this. That's out, and the kernel parts now need to > be updated. > There are also perf patches for 3.2 - did I miss the updates for

Re: [OE-core] [PATCH 0/1] sanity.bbclass: the tmpdir can't be longer than 410

2012-07-09 Thread Saul Wold
On 07/05/2012 01:57 AM, Robert Yang wrote: The following changes since commit 0b79c730f3e5c3c5329e439dffd137f2605b6cba: prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR". (2012-07-04 15:00:40 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ro

[OE-core] [PATCH 2/3] perf: add perf-scripting feature

2012-07-09 Thread tom . zanussi
From: Tom Zanussi Add a new feature named 'perf-scripting'. Adding this into the PERF_FEATURES variable in perf.inc will enable perf scripting on a target, which will turn on all the language bindings currently available in perf (Perl and Python), if perf is included in an image. If 'perf-scrip

[OE-core] [PATCH 3/3] perf: add perf-tui feature

2012-07-09 Thread tom . zanussi
From: Tom Zanussi Add a new feature named 'perf-tui'. Adding this into the PERF_FEATURES variable in perf.inc will enable the perf TUI (Text-base UI) user interface on a target, which adds libnewt and turns on the perf text UI options in perf, if perf is included in an image. If 'perf-tui' isn'

[OE-core] [PATCH 1/3] perf: add perf.inc

2012-07-09 Thread tom . zanussi
From: Tom Zanussi Add a perf.inc to contain utility functions and definitions and to avoid cluttering up the main recipe. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/perf/perf.inc| 22 ++ meta/recipes-kernel/perf/perf_3.4.bb |2 ++ 2 files changed, 24 inser

[OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v3

2012-07-09 Thread tom . zanussi
From: Tom Zanussi This patchset enables the Perl and Python bindings for perf, as well as the perf TUI (text-based UI). These are now turned on by default via a new variable, PERF_FEATURES_ENABLE, which can be overridden if the default set of perf features aren't desired (perf-scripting and perf

Re: [OE-core] [PATCH 0/2] runqemu minor fixes

2012-07-09 Thread Saul Wold
On 07/05/2012 10:12 AM, Scott Garman wrote: Hello, These two commits fix yocto bug #2611. Scott The following changes since commit dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90: perf: remove unconditional python-ext install (2012-07-05 15:56:17 +0100) are available in the git repository at:

Re: [OE-core] [PATCH] classes/license: fix manifest to work with deb

2012-07-09 Thread Saul Wold
On 07/05/2012 07:48 AM, Paul Eggleton wrote: Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not implemented for the deb backend (and probably ought to just be removed completely), and by using _prepend we

Re: [OE-core] [PATCH 0/5] Live installer fixes and EFI support

2012-07-09 Thread Saul Wold
On 07/03/2012 09:33 PM, Darren Hart wrote: Cleanup the existing installer a bit. Fix the grub-efi-native help2man build issue. Add EFI support to the installer. I have tested both PCBIOS install as well as EFI install from a live USB key to the internal MMC device on the FRI2 BSP. The following

[OE-core] [PATCH 3/3] core-image-*: remove copyright notices

2012-07-09 Thread Paul Eggleton
These image recipes are meant to be examples that people can copy and modify completely for their own purposes, and most of them are so trivial they don't really need copyright notices anyway, so trim them off. Signed-off-by: Paul Eggleton --- meta/recipes-core/images/core-image-base.bb|

[OE-core] [PATCH 2/3] core-image-minimal-dev: base on core-image-minimal

2012-07-09 Thread Paul Eggleton
When core-image-minimal has been updated in the past, we have on several occasions missed applying those updates to this recipe, so let's just base it directly on core-image-minimal and completely avoid that problem in future. Signed-off-by: Paul Eggleton --- meta/recipes-core/images/core-image-

[OE-core] [PATCH 0/3] Misc tidy-ups

2012-07-09 Thread Paul Eggleton
The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting & unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/cleanup2 http://cgit.openembedded.org

Re: [OE-core] [PATCH] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2012-07-09 Thread Saul Wold
On 07/06/2012 11:15 AM, Matthew McClintock wrote: ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information) ERROR: Logfile of failure stored in: /opt/yocto

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: > On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day > wrote: > > "proto=git" is not a valid parameter for the git fetcher. > > NOTE: package matchbox-wm-2-0.1+git1 > +01fa5465743c9ee43d040350f4405d35293e4869-r1: task do_fetch: > Succe

Re: [OE-core] FETCHCMD versus FETCHCOMMAND

2012-07-09 Thread Richard Purdie
On Sat, 2012-07-07 at 06:33 -0400, Robert P. J. Day wrote: > just noticed the following as i was still poking around with > fetchers: > > $ grep -r FETCHCMD * | grep -v pyc > bitbake/lib/bb/fetch2/hg.py:basecmd = data.expand('${FETCHCMD_hg}', d) > bitbake/lib/bb/fetch2/svn.py:ud.ba

Re: [OE-core] [PATCH] utils.bbclass: add helper function to add all multilib variants of a specific package

2012-07-09 Thread Saul Wold
On 07/05/2012 12:23 PM, Matthew McClintock wrote: From: Richard Purdie This is useful for the scenario where we want to add 'gcc' to the root file system for all multilib variants Signed-off-by: Matthew McClintock --- RP was the author of this patch via pastebin only... I thought I would prop

Re: [OE-core] [PATCH 0/2] Fix QA warnings from ConnMan

2012-07-09 Thread Saul Wold
On 07/06/2012 04:39 AM, Ross Burton wrote: ConnMan warns that /usr/lib/connman/plugins isn't shipped, so ship the empty directory in the main package. Whilst there, remove some entirely pointless entires in FILES. The following changes since commit 5051e9837fa698e03d0a7a8a918ee7aa98409ce1:

[OE-core] [PATCH] bitbake.conf: Drop the remainder of the FETCH/CHECK/RESUMECOMMAND variables

2012-07-09 Thread Richard Purdie
This completes the removal of these older variables and their replacement with FETCHCMD. This change requires the latest bitbake to operate optimally. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e700c93..76ee65f 100644 --- a/meta/conf/bitba

[OE-core] [PATCH] bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget

2012-07-09 Thread Richard Purdie
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND variables. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 846c6c3..e700c93 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -571,7 +571,7 @@ XORG_MIRROR =

Re: [OE-core] [PATCH] kernel.bbclass: add non-santized kernel provides

2012-07-09 Thread Saul Wold
On 07/06/2012 08:52 AM, Bruce Ashfield wrote: If the kernel version string uses characters or symbols that need to be santized for the package name, we can end up with a mismatch between module requirements and what the kernel provides. The kernel version is pulled from utsrelease.h, which conta

[OE-core] [PATCH] bitbake.conf: Drop the old svn FETCH/UPDATE/RESUMECOMMAND variables

2012-07-09 Thread Richard Purdie
The svn fetcher converted to use FETCHCMD a long time ago. This drops several variables which are effectively useless. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3453a86..846c6c3 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.

Re: [OE-core] [PATCH 0/1] *** SUBJECT HERE *** (huh?)

2012-07-09 Thread Saul Wold
On 07/03/2012 06:37 PM, Peter Seebach wrote: Robert Yang identified a crash with chroot in long directories, which was a logic bug in the allocate-and-copy logic when expanding paths inside a base path. Fixed in upstream pseudo, along with a couple of other minor tweaks, since the crash is blocki

Re: [OE-core] [PATCH 0/1] Small RPM package fix

2012-07-09 Thread Saul Wold
On 07/06/2012 01:06 PM, Mark Hatle wrote: A couple of minor RPM fixes that affect non-default configurations. The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in the git repository at: g

Re: [OE-core] [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)

2012-07-09 Thread Saul Wold
On 07/09/2012 07:59 AM, Bruce Ashfield wrote: Saul/Richard, I was waiting on the resend of Tom's perf series to send the updated kernel parts for this. That's out, and the kernel parts now need to be updated. I've also staged a unionfs build fix along with the perf updates. Cheers, Bruce cc:

Re: [OE-core] [PATCH] psplash - Update to latest psplash version. LIC_CHKSUM Tweak

2012-07-09 Thread Saul Wold
On 07/09/2012 08:27 AM, Franklin S Cooper Jr wrote: * Update psplash to the latest version. * Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr --- meta/recipes

[OE-core] [PATCH 15/15] pango: fix dependencies to avoid build issue

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble this commit avoids this build issue: | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find -lelf | collect2: error: ld returned 1 exit status ... | make: *** [all] Error 2 | ERROR: oe_runmake fa

[OE-core] [PATCH 14/15] libfm: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoids this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-li

[OE-core] [PATCH 13/15] xf86-video-vmware: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Fixes this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-lin

[OE-core] [PATCH 11/15] gpgme: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/wERROR: Function failed

[OE-core] [PATCH 12/15] telepathy-glib: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tel

[OE-core] [PATCH 09/15] tar: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoid this error: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar

[OE-core] [PATCH 10/15] libgcrypt: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/lib

[OE-core] [PATCH 08/15] evolution-data-server: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. Signed-off-by: Nitin A Kamble --- .../avoid_automake_errors.patch| 83 .../fix_for_automake-1.12.x.patch

[OE-core] [PATCH 07/15] librsvg: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |8 ++-- 1 files cha

[OE-core] [PATCH 06/15] dates: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble --- meta/recipes-sato/pimlico/dates_git.bb |6 +- 1 files changed, 1

[OE-core] [PATCH 05/15] avahi: fix build with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble added a new patch : fix_for_automake_1.12.x.patch More information in the patch header. Signed-off-by: Nitin A Kamble --- meta/recipes-connectivity/avahi/avahi.inc |3 +- .../avahi/files/fix_for_automake_1.12.x.patch | 34 2 files

[OE-core] [PATCH 04/15] pcmanfm: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble Added a patch: pcmanfm_fix_for_automake_1.12.patch More information in the patch header. Signed-off-by: Nitin A Kamble --- .../files/pcmanfm_fix_for_automake_1.12.patch | 35 meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb|5 ++- 2 fi

[OE-core] [PATCH 03/15] gnutls: Fix build with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble Added new patches: avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch gnutls_fix_for_automake_1.12.1.patch more details in patch headers. Signed-off-by: Nitin A Kamble --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 51 .../

[OE-core] [PATCH 02/15] jpeg: fix configure with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble Bring back earlier jpeg fix. upstream has removed the fix from earlier release. The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: | configure.ac:24: automatic de-ANSI-fi

[OE-core] [PATCH 00/15] commits related to automake update to 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble This work is based on 1.3_M1 branch to get a stable base. These commits build core-image-sato-sdk & core-image-lsb images fine. -Nitin The following changes since commit 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0: connman: bump PR and add some comments (2012-06-13 13:11:23

[OE-core] [PATCH 01/15] automake: upgrade from 1.11.3 to 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../automake/automake/path_prog_fixes.patch| 40 +++- .../{automake_1.11.3.bb => automake_1.12.1.bb} |5 +- 2 files changed, 8 insertions(+), 37 deletions(-) rename meta/recipes-devtools/automake/{automake

Re: [OE-core] [PATCH 0/1] Image/SDK multilib fixes [resend]

2012-07-09 Thread Saul Wold
On 07/09/2012 08:11 AM, Mark Hatle wrote: This is a rebased/resend of the "multilib: Enable multilib remapping for SDK generation fix" There have been no changes other then a rebase or current origin/master. --Mark The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064:

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Robert P. J. Day
On Mon, 9 Jul 2012, Paul Eggleton wrote: > On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote: > > On Mon, 9 Jul 2012, Andrei Gherzan wrote: > > > So IMHO the EXTRA_IMAGE_FEATURES variable in the image should be > > > merged in the IMAGE_FEATURES above. I don't see the meaning of it. > > > >

Re: [OE-core] [PATCH] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-07-09 Thread Saul Wold
On 07/06/2012 01:08 PM, Matthew McClintock wrote: This happens when tryng to add libgcc-dev to as a multilib package (e.g. IMAGE_INSTALL_append = " lib32-libgcc-dev") | Processing task-core-boot... | Processing fman-ucode... | Processing dosfstools... | Processing lib32-libgcc-dev... | Unable to

Re: [OE-core] [PATCH V2 00/14] eglibc 2.16

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 11:56 +0200, Martin Jansa wrote: > On Sun, Jul 08, 2012 at 09:26:12PM -0700, Khem Raj wrote: > > On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj wrote: > > > V2: > > > > > > Additionally, changed gcc to use git fetcher > > > update E5500/E6500 patches for gcc and binutils (backporte

  1   2   >