[OE-core] [PATCH 2/2] local.conf.sample.extended: Change the usage about arhiver.bbclass

2012-05-30 Thread xiaofeng.yan
From: Xiaofeng Yan Change the usage about arhiver.bbclass due to the improvement for usability of archiver.bbclass [YOCTO #2472] Signed-off-by: Xiaofeng Yan --- meta-yocto/conf/local.conf.sample.extended | 31 --- 1 files changed, 18 insertions(+), 13 deletions(-) d

[OE-core] [PATCH 0/2] archiver.bbclass:Improve the usability for the archiver classes

2012-05-30 Thread xiaofeng.yan
From: Xiaofeng Yan The usability of the archiver classes can be improved, beyond the simple addition of default values for the variables. A user could well inherit just archiver rather than the individual useful classes, and not realize it will do nothing. The following changes since commit f

[OE-core] [PATCH 1/2] archiver.bbclass: Improve the usability for the archiver classes

2012-05-30 Thread xiaofeng.yan
From: Xiaofeng Yan The usability of the archiver classes can be improved, beyond the simple addition of default values for the variables. A user could well inherit just archiver rather than the individual useful classes, and not realize it will do nothing. [YOCTO #2472] Signed-off-by: Xiaofeng

[OE-core] [PATCH 1/1] license.bbclass: Adding PV to package.manifest

2012-05-30 Thread Elizabeth Flanagan
Per request, adding the package version to the package manifest file. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 6c4a673..a537496 10

[OE-core] [PATCH 0/1] Package version to package manifest

2012-05-30 Thread Elizabeth Flanagan
[YOCTO #2441] This was requested and makes sense. Adds the PV to the package manifest. The following changes since commit 348da93e283b2b8454fd9cde80d4b17378e2a168: webkit-gtk: Use glib as unicode backend to avoid browser crash (2012-05-30 17:38:02 +0100) are available in the git repository a

[OE-core] [PATCH 0/1] Inefficient find of pkg data

2012-05-30 Thread Elizabeth Flanagan
[YOCTO #2419] find -name is a horrible way to find files (.025s per exec). Changing this to shell expansion (.002 per exec). Also, no point in having a big for loop when I pipe this into head anyway. I tried this a few ways and this seems the most efficient reducing rootfs generation down to ar

[OE-core] [PATCH 1/1] license.bbclass: optimize pkg runtime data

2012-05-30 Thread Elizabeth Flanagan
This fixes an ugly way I was trying to find pkg runtime data for package and license manifest creation. rootfs generation times for core-image-minimal: Prior to patch real0m41.570s user1m40.466s sys 0m6.768s With patch real0m27.527s user0m9.833s sys 0m3.496s Signed-off-b

[OE-core] PowerPC and TEXTREL in binaries

2012-05-30 Thread Mark Hatle
I've been chasing down a problem with prelinking and PowerPC. Even though the prelinker runs, it ignores most of the binaries on the system as they fail a basic sanity check looking for TEXTREL. It appears most of the executables on qemuppc machine are linked without pic, but I'm not sure if

Re: [OE-core] /sbin/init not found in oe-core

2012-05-30 Thread Paul Eggleton
On Wednesday 30 May 2012 16:48:00 Brandon Stafford wrote: > On Fri, May 25, 2012 at 5:55 PM, Mark Hatle wrote: > > On 5/25/12 3:52 PM, Brandon Stafford wrote: > >> On Fri, May 25, 2012 at 4:30 PM, Mark Hatle wrote: > >> Has the boot process changed? What should I be doing instead of > >>>

Re: [OE-core] /sbin/init not found in oe-core

2012-05-30 Thread Brandon Stafford
On Fri, May 25, 2012 at 5:55 PM, Mark Hatle wrote: > > On 5/25/12 3:52 PM, Brandon Stafford wrote: >> >> On Fri, May 25, 2012 at 4:30 PM, Mark Hatle  wrote: >> >>  Has the boot process changed? What should I be doing instead of >>  calling /sbin/init? >>> >>> > >>> > >>> >  You should ch

Re: [OE-core] On the possibility of using upstart...

2012-05-30 Thread Otavio Salvador
On Wed, May 30, 2012 at 3:55 PM, Rich Pixley wrote: > Current systemd classes can give you a good work base. > > At least in debian/ubuntu, the service scripts come with the components > that use them. I haven't looked deeply at oe-core in this regard, but > wouldn't doing this in a separate lay

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread Gary Thomas
On 2012-05-30 10:40, Richard Purdie wrote: On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for thi

Re: [OE-core] On the possibility of using upstart...

2012-05-30 Thread Rich Pixley
On 5/30/12 11:44 , Otavio Salvador wrote: Dear Rich, On Wed, May 30, 2012 at 3:35 PM, Rich Pixley > wrote: Has anyone considered the possibility of introducing upstart to oe-core, perhaps as an alternative? How would people feel about patches to do tha

Re: [OE-core] On the possibility of using upstart...

2012-05-30 Thread Otavio Salvador
Dear Rich, On Wed, May 30, 2012 at 3:35 PM, Rich Pixley wrote: > Has anyone considered the possibility of introducing upstart to oe-core, > perhaps as an alternative? > > How would people feel about patches to do that? > > I ask because "classic", (read, "former" and "proprietary"), WebOS used >

[OE-core] On the possibility of using upstart...

2012-05-30 Thread Rich Pixley
Has anyone considered the possibility of introducing upstart to oe-core, perhaps as an alternative? How would people feel about patches to do that? I ask because "classic", (read, "former" and "proprietary"), WebOS used upstart and we're considering whether to attempt to continue to do so as

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Khem Raj
On Wednesday, May 30, 2012, Enrico Scholz wrote: > Richard Purdie writes: > >>> setting HELP2MAN environment to 'true' for cross-builds might be a >>> general solution But this does not seem to be implemented... >> >> Right, I remember looking into this and its hard to disable. I've pushed >>

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 18:54 +0200, Enrico Scholz wrote: > Richard Purdie writes: > > >> setting HELP2MAN environment to 'true' for cross-builds might be a > >> general solution But this does not seem to be implemented... > > > > Right, I remember looking into this and its hard to disable. I'v

Re: [OE-core] [PATCH 00/32] denzil pull request

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 08:55 -0700, Scott Garman wrote: > On 05/24/2012 02:38 PM, Scott Garman wrote: > > Hello, > > > > This is the first pull request for the oe-core denzil branch, based on > > a set of commits I've been testing from my sgarman/denzil-next branch. > > > > These commits have passed

Re: [OE-core] [2011-1 PULL REQUEST] Fixes for the 2011-1 branch

2012-05-30 Thread Richard Purdie
On Thu, 2012-05-24 at 13:18 -0700, Joshua Lock wrote: > Hi all, > > I've been working on closing bugs filed against Poky Edison/OE-Core > 2011-1 and would like to request a merge of the changes I have. > > Rather than clutter the list with patches for such an old branch I'm > just including lin

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Enrico Scholz
Richard Purdie writes: >> setting HELP2MAN environment to 'true' for cross-builds might be a >> general solution But this does not seem to be implemented... > > Right, I remember looking into this and its hard to disable. I've pushed > a PATH change to address this problem... But this makes

Re: [OE-core] [PATCH 00/32] denzil pull request

2012-05-30 Thread Richard Purdie
On Thu, 2012-05-24 at 14:43 -0700, Scott Garman wrote: > On 05/24/2012 02:38 PM, Scott Garman wrote: > > Hello, > > > > This is the first pull request for the oe-core denzil branch, based on > > a set of commits I've been testing from my sgarman/denzil-next branch. > > > > These commits have passed

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 18:07 +0200, Enrico Scholz wrote: > Richard Purdie writes: > > >> | /bin/sh ../libtasn1-2.12-r1/libtasn1-2.12/build-aux/missing --run > >> help2man --info-page libtasn1 \ > >> | --name="ASN.1 DER encoder" \ > >> | --output=asn1Coding.1 ../src/asn1Coding > >> | h

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and > target system owns different endian. ICU's community is not responsive to make > a patch for this, so glib is used as work around h

Re: [OE-core] [PATCH 1/3] lsbinitscripts: Add initscripts to enhance init functions in an lsb image

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 09:47 +0800, xiaofeng@windriver.com wrote: > From: Xiaofeng Yan > > The version of initscripts has more functions than the simple. \ > There could be some errors for current initscripts when running \ > some programe because of absent some functions provided by \ > inits

Re: [OE-core] [PATCH v2] dbus: update to version 1.4.20

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 10:11 +0300, Radu Moisan wrote: > Unstable version 1.5.12 also supported > > Signed-off-by: Radu Moisan > --- > .../dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init |0 > .../dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch |0 > meta/recipes-core/dbus/dbus-1.5.12/dbus-

[OE-core] [PATCH 0/1] bitbake.conf: set an exclusion list for varflags in checksums

2012-05-30 Thread Paul Eggleton
This is the OE-Core change corresponding to the varflags change just sent to the bitbake-devel list. The following changes since commit f5356062443320c29a19cfd7113128caa185b221: Revert "meta: replace os.popen with subprocess.Popen" (2012-05-30 14:20:04 +0100) are available in the git reposit

[OE-core] [PATCH 1/1] bitbake.conf: set an exclusion list for varflags in checksums

2012-05-30 Thread Paul Eggleton
Set BB_SIGNATURE_EXCLUDE_FLAGS, which is used by the new varflag checksum code in BitBake. The list is intended to cut out most of the varflags that are generated internally, don't influence the output or are already included in the checksum in some way. If need be this list can be extended in the

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Enrico Scholz
Richard Purdie writes: >> | /bin/sh ../libtasn1-2.12-r1/libtasn1-2.12/build-aux/missing --run help2man >> --info-page libtasn1 \ >> | --name="ASN.1 DER encoder" \ >> | --output=asn1Coding.1 ../src/asn1Coding >> | help2man: can't get `--help' info from ../src/asn1Coding >> | Try `--no

Re: [OE-core] target rpm build failure

2012-05-30 Thread Khem Raj
On Wed, May 30, 2012 at 8:18 AM, Giuseppe Condorelli wrote: > It fails on undefined reference to xmalloc, xcalloc, etc... that however are > internally defined and used as wrapper for real malloc, etc... > Please, can somebody try to build this package for me? are you using uclibc for system C l

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Khem Raj
On Wed, May 30, 2012 at 8:34 AM, Elvis Dowson wrote: > > > On May 30, 2012, at 5:00 PM, Khem Raj wrote: > >> On Wed, May 30, 2012 at 7:47 AM, Elvis Dowson wrote: >>> >>> What does the -nf suffix do ? >>> >> >> indicates no float > > What should I call the tune configuration file: tune-ppc440.inc

[OE-core] [PATCH] layer.conf/bitbake.conf: Tweak PATH

2012-05-30 Thread Richard Purdie
We want the help2man script in scripts/ to be found in preference to any from the host system and from the native sysroot. It turns out to be tricky to get the order right from layer.conf so we move the addition of the scripts directory to bitbake.conf. Without this, "bitbake libtasn1 -c cleanssta

Re: [OE-core] [PATCH 00/32] denzil pull request

2012-05-30 Thread Scott Garman
On 05/24/2012 02:38 PM, Scott Garman wrote: Hello, This is the first pull request for the oe-core denzil branch, based on a set of commits I've been testing from my sgarman/denzil-next branch. These commits have passed an array of build and runtime tests, including the following nightly build:

Re: [OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 17:17 +0200, Enrico Scholz wrote: > Fixes > > | /bin/sh ../libtasn1-2.12-r1/libtasn1-2.12/build-aux/missing --run help2man > --info-page libtasn1 \ > | --name="ASN.1 DER encoder" \ > | --output=asn1Coding.1 ../src/asn1Coding > | help2man: can't get `--help' info

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Elvis Dowson
Hi, On May 30, 2012, at 5:00 PM, Khem Raj wrote: > On Wed, May 30, 2012 at 7:47 AM, Elvis Dowson wrote: >> >> What does the -nf suffix do ? >> > > indicates no float What should I call the tune configuration file: tune-ppc440.inc or tune-ppc440-nf.inc ? For the initial build tests, I will

[OE-core] target rpm build failure

2012-05-30 Thread Giuseppe Condorelli
Hi All, I'm falling in error building rpm-5.4.0 for target. It fails on undefined reference to xmalloc, xcalloc, etc... that however are internally defined and used as wrapper for real malloc, etc... Please, can somebody try to build this package for me? NOTE: the rpm build inclusion is dued by th

[OE-core] [PATCH] libtasn: fixed cross build issue

2012-05-30 Thread Enrico Scholz
Fixes | /bin/sh ../libtasn1-2.12-r1/libtasn1-2.12/build-aux/missing --run help2man --info-page libtasn1 \ | --name="ASN.1 DER encoder" \ | --output=asn1Coding.1 ../src/asn1Coding | help2man: can't get `--help' info from ../src/asn1Coding | Try `--no-discard-stderr' if option outputs t

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Khem Raj
On Wed, May 30, 2012 at 7:18 AM, Samuel Stirtzel wrote: > 2012/5/30 Khem Raj : >> >> >> On Wednesday, May 30, 2012, Samuel Stirtzel wrote: >>> >>> 2012/5/30 Khem Raj : >>> > >>> > >>> > On Wednesday, May 30, 2012, Samuel Stirtzel wrote: >>> >> >>> >> 2012/5/29 Khem Raj : >>> >> >> >>> >> >> At som

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Mark Hatle
On 5/30/12 9:47 AM, Elvis Dowson wrote: Hi Khem, On Tue, May 29, 2012 at 9:56 PM, Khem Raj wrote: On Tue, May 29, 2012 at 12:46 PM, Elvis Dowson wrote: PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc440" may be this should be be PACKAGE_EXTRA_ARCHS_tune-ppc44

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Khem Raj
On Wed, May 30, 2012 at 7:47 AM, Elvis Dowson wrote: > > What does the -nf suffix do ? > indicates no float ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-cor

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Elvis Dowson
Hi Khem, > On Tue, May 29, 2012 at 9:56 PM, Khem Raj wrote: >> On Tue, May 29, 2012 at 12:46 PM, Elvis Dowson >> wrote: >>> PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} >>> ppc440" >> >> may be this should be be >> >> PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EX

Re: [OE-core] meta-xilinx: ERROR: Failure expanding variable TUNE_PKGARCH ppc440

2012-05-30 Thread Adrian Alonso
Push fixes for this error. Regards On Tue, May 29, 2012 at 9:56 PM, Khem Raj wrote: > On Tue, May 29, 2012 at 12:46 PM, Elvis Dowson wrote: >> PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} >> ppc440" > > may be this should be be > >  PACKAGE_EXTRA_ARCHS_tune-ppc440 = >

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Samuel Stirtzel
2012/5/30 Khem Raj : > > > On Wednesday, May 30, 2012, Samuel Stirtzel wrote: >> >> 2012/5/30 Khem Raj : >> > >> > >> > On Wednesday, May 30, 2012, Samuel Stirtzel wrote: >> >> >> >> 2012/5/29 Khem Raj : >> >> >> >> >> >> At some extend yes, the configuration checks the host, the default >> >> >> s

Re: [OE-core] [PATCH 00/30] Refactor update-alternatives

2012-05-30 Thread Mark Hatle
On 5/30/12 7:04 AM, Richard Purdie wrote: On Tue, 2012-05-22 at 14:30 -0500, Mark Hatle wrote: This set of commits refactors update-alternatives. The primary purpose is to cover all of the corner cases currently in oe-core (and hopefully other layers) so that recipes can all use the update-alte

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Khem Raj
On Wednesday, May 30, 2012, Samuel Stirtzel wrote: > 2012/5/30 Khem Raj >: > > > > > > On Wednesday, May 30, 2012, Samuel Stirtzel wrote: > >> > >> 2012/5/29 Khem Raj >: > >> >> > >> >> At some extend yes, the configuration checks the host, the default > >> >> string passed is "arm" but the config

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Samuel Stirtzel
2012/5/30 Khem Raj : > > > On Wednesday, May 30, 2012, Samuel Stirtzel wrote: >> >> 2012/5/29 Khem Raj : >> >> >> >> At some extend yes, the configuration checks the host, the default >> >> string passed is "arm" but the configure.in checks for: >> >> >> >> case "${host_cpu}" in >> >> ... >> >>    

Re: [OE-core] debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 15:18 +0200, Martin Jansa wrote: > On Wed, May 30, 2012 at 02:10:13PM +0100, Richard Purdie wrote: > > On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote: > > > On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote: > > > > On Wed, May 30, 2012 at 02:04:43PM +0200, M

Re: [OE-core] [PATCH 1/4] connman: just give xuser the extra rights it needs

2012-05-30 Thread Khem Raj
On Wednesday, May 30, 2012, Burton, Ross wrote: > On 30 May 2012 14:00, Khem Raj > wrote: > > You could have created a new patch and deleted the old then for clarity > > The filename is sensible, the comment was entirely rewritten, as was > the actual delta of the patch. I don't see how this coul

Re: [OE-core] debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Martin Jansa
On Wed, May 30, 2012 at 02:10:13PM +0100, Richard Purdie wrote: > On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote: > > On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote: > > > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote: > > > > On Wed, May 30, 2012 at 11:05:49AM +

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Khem Raj
On Wednesday, May 30, 2012, Samuel Stirtzel wrote: > 2012/5/29 Khem Raj >: > >> > >> At some extend yes, the configuration checks the host, the default > >> string passed is "arm" but the configure.in checks for: > >> > >> case "${host_cpu}" in > >> ... > >> armv7*) > >> AC_MSG_RESULT([

Re: [OE-core] [PATCH v2] valgrind: Enable valgrind for armv7

2012-05-30 Thread Samuel Stirtzel
2012/5/29 Khem Raj : >> >> At some extend yes, the configuration checks the host, the default >> string passed is "arm" but the configure.in checks for: >> >> case "${host_cpu}" in >> ... >>      armv7*) >>       AC_MSG_RESULT([ok (${host_cpu})]) >>       ARCH_MAX="arm" >> > > in OE we know that co

Re: [OE-core] debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote: > On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote: > > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote: > > > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > > > > Module: openembedded-core

Re: [OE-core] [PATCH 1/4] connman: just give xuser the extra rights it needs

2012-05-30 Thread Burton, Ross
On 30 May 2012 14:00, Khem Raj wrote: > You could have created a new patch and deleted the old then for clarity The filename is sensible, the comment was entirely rewritten, as was the actual delta of the patch. I don't see how this could be any more clear really. Ross

Re: [OE-core] [PATCH 1/4] connman: just give xuser the extra rights it needs

2012-05-30 Thread Khem Raj
On Wednesday, May 30, 2012, Burton, Ross wrote: > On 30 May 2012 03:59, Khem Raj > wrote: > > On Tue, May 29, 2012 at 1:43 PM, Ross Burton > > > > wrote: > >> > >> > >> -Signed-off-by: Dongxiao Xu > > >> +Signed-off-by: Ross Burton > > > > > why remove the old sign-off ? > > The patches are seman

Re: [OE-core] debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Martin Jansa
On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote: > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote: > > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > > > Module: openembedded-core.git > > > Branch: master > > > Commit: da98266f3a228cf65f279db

Re: [OE-core] [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Martin Jansa
On Wed, May 30, 2012 at 02:21:38PM +0200, Koen Kooi wrote: > > Op 30 mei 2012, om 14:04 heeft Martin Jansa het volgende geschreven: > > > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > >> Module: openembedded-core.git > >> Branch: master > >> Commit: da98266f3a228cf6

Re: [OE-core] [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Koen Kooi
Op 30 mei 2012, om 14:04 heeft Martin Jansa het volgende geschreven: > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: >> Module: openembedded-core.git >> Branch: master >> Commit: da98266f3a228cf65f279db9810a5326c8bd5422 >> URL: >> http://git.openembedded.org/?p=op

Re: [OE-core] [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Phil Blundell
On Wed, 2012-05-30 at 14:04 +0200, Martin Jansa wrote: > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422 > > URL: > > http://git.openembedded.org/?p=openembedded-

[OE-core] debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Martin Jansa
On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote: > On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422 > > URL: > > http://git.openembedded.org/?p=openem

Re: [OE-core] [PATCH 0/1] Fix browser crash on PPC

2012-05-30 Thread Koen Kooi
Op 30 mei 2012, om 11:08 heeft edwin.z...@intel.com het volgende geschreven: > From: Zhai Edwin > > All, >This patch use glib as unicode backend to avoid browser crash > > webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and > target system owns different endian. I

Re: [OE-core] [PATCH 00/30] Refactor update-alternatives

2012-05-30 Thread Richard Purdie
On Tue, 2012-05-22 at 14:30 -0500, Mark Hatle wrote: > This set of commits refactors update-alternatives. The primary purpose > is to cover all of the corner cases currently in oe-core (and hopefully > other layers) so that recipes can all use the update-alternatives class, > instead of manual

Re: [OE-core] [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha

2012-05-30 Thread Martin Jansa
On Wed, May 30, 2012 at 11:05:49AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: da98266f3a228cf65f279db9810a5326c8bd5422 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422 > > A

Re: [OE-core] [PATCH 1/3] foomatic-filters: update to version 4.0.15

2012-05-30 Thread Richard Purdie
On Fri, 2012-05-25 at 11:50 +0300, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => > foomatic-filters

Re: [OE-core] [PATCH 1/1 v2] mtd-utils: Update to version 1.5.0

2012-05-30 Thread Richard Purdie
On Fri, 2012-05-25 at 17:02 +0300, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 > .../mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} |4 ++-- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtool

Re: [OE-core] [PATCH v2] man-pages: update to version 3.41

2012-05-30 Thread Richard Purdie
On Fri, 2012-05-25 at 16:56 +0300, Radu Moisan wrote: > Signed-off-by: Radu Moisan > --- > .../{man-pages_3.36.bb => man-pages_3.41.bb} |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta/recipes-extended/man-pages/{man-pages_3.36.bb => > man-pages_3.41.bb} (6

Re: [OE-core] [PATCH 0/2] A couple of buildhistory-diff fixes

2012-05-30 Thread Richard Purdie
On Mon, 2012-05-28 at 13:57 +0100, Paul Eggleton wrote: > The following changes since commit 363424cdc78cafa278008f973c2b4288297ebf8c: > > image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation > (2012-05-25 11:28:00 +0100) > > are available in the git repository at: > > gi

Re: [OE-core] [PATCH 0/3] Package updates: fontconfig, fontsproto, libpciaccess

2012-05-30 Thread Richard Purdie
On Mon, 2012-05-28 at 08:47 +0300, Laurentiu Palcu wrote: > This patchset includes some leftovers from a previous commit that weren't > merged because there were some > suspicions that some packages (especially libpciaccess) might have some > problems compiling/running on some > architectures. >

Re: [OE-core] [PATCH] classes/sanity: remove broken TARGET_ARCH check

2012-05-30 Thread Richard Purdie
On Mon, 2012-05-28 at 15:34 +0100, Paul Eggleton wrote: > The variable name has been typo'd as TARGE_ARCH since it was introduced > some time ago, so the check has never worked. Fixing the typo shows that > the test is not quite functional, so let's just remove it: > > http://lists.linuxtogo.org/p

Re: [OE-core] [PATCH 0/2] sanity.bbclass improvements for Hob

2012-05-30 Thread Richard Purdie
On Mon, 2012-05-28 at 18:10 +0100, Paul Eggleton wrote: > The following changes since commit 363424cdc78cafa278008f973c2b4288297ebf8c: > > image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation > (2012-05-25 11:28:00 +0100) > > are available in the git repository at: > > gi

Re: [OE-core] [PATCH 0/1] [v2]qemu: Add an option to remove host sdl/gl checking

2012-05-30 Thread Richard Purdie
On Tue, 2012-05-29 at 16:30 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > Saul, > This is the V2 version to fix build error for qemu and qemu-nativesdk. > > Add an PACKAGECONFIG in qemu to disable GL acceleration: > * By default configure try best to enable GL acceleration and fail w

Re: [OE-core] [PATCH 0/4] replace os.system/popen with subprocess module

2012-05-30 Thread Richard Purdie
On Tue, 2012-05-29 at 22:53 +0800, Robert Yang wrote: > These patches are based on oe-core. > > * Testinfo > 1) $ bitbake core-image-sato core-image-sato-sdk metatoolchain-sdk with > MACHINE=qemuarm, PACKAGE_CLASSES = "package_rpm" > > 2) $ bitbake core-image-sato core-image-sato-sdk

Re: [OE-core] [PATCH] xz: updated to version 5.1.1alpha

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-23 at 14:08 +0300, Valentin Popa wrote: > From: valentin > > The licenses are the same, only some white > spaces added/removed. > > Signed-off-by: valentin > --- > .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +- > 1 file changed, 5 insertions(+), 5 deletio

[OE-core] [PATCH] bash: Update to new update-alternatives syntax

2012-05-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 876be1e..ff9b0ce 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -17,9 +17,9 @@ sbindir = "/sbin" EXTRA_OECONF = "--enable-

[OE-core] [PATCH] bzip2: Update to new update-alternatives syntax

2012-05-30 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index fa8310e..43b462a 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb @@ -22,7 +22,7 @@ CFLAGS_append =

[OE-core] [PATCH] kmod: Remove bashism from recipe

2012-05-30 Thread Richard Purdie
Without this, the installed files get mangled when a dash shell is used. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index c379a8d..ad6283e 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/k

[OE-core] [PATCH] update-alternatives: Fix absolute symlink handling

2012-05-30 Thread Richard Purdie
After the class changes, absolute symlinks are not being handled correctly by the class file. This adds handling for absolute symlinks to account for the pkgdest directory, removing dangling symlink messages from recipes like bzip2. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/upda

Re: [OE-core] [PATCH 0/1] Fix browser crash on PPC

2012-05-30 Thread Gary Thomas
On 2012-05-30 03:08, edwin.z...@intel.com wrote: From: Zhai Edwin All, This patch use glib as unicode backend to avoid browser crash webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make

[OE-core] package.bbclass: Add warning about FILES containing '//'

2012-05-30 Thread Richard Purdie
'//' in a FILES variable causes hard to track down issues with packaging. This adds a warning and attempts to auto-correct the issue to try and make the problem more user friendly. [YOCTO #2448] Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package.bbclass b/meta/classes/package.bb

Re: [OE-core] [oe-core] How to query installed rpm packages

2012-05-30 Thread Paul Eggleton
On Wednesday 30 May 2012 12:29:02 Giuseppe Condorelli wrote: > > If you aren't including packaging data in the resulting image (i.e. > > IMAGE_FEATURES does not contain "package-management"), > > Adding the package-management I saw target rpm is set to be built. > So I can think I'll have the rpm

Re: [OE-core] [oe-core] How to query installed rpm packages

2012-05-30 Thread Giuseppe Condorelli
Hi Paul, just another clarification. > If you aren't including packaging data in the resulting image (i.e. > IMAGE_FEATURES does not contain "package-management"), Adding the package-management I saw target rpm is set to be built. So I can think I'll have the rpm inside the target fs I'll instal

Re: [OE-core] [PATCH 0/4] Upgrade connman to 1.0

2012-05-30 Thread Burton, Ross
On 30 May 2012 04:53, Iorga, Cristian wrote: > Hi Ross, > > As far as I have seen from the code, between the previous version of connman > and version 1.0, the way the default connection is set has changed. > > Right now, the default connection is established through an external file. > Before 1.

Re: [OE-core] [PATCH 1/4] connman: just give xuser the extra rights it needs

2012-05-30 Thread Burton, Ross
On 30 May 2012 03:59, Khem Raj wrote: > On Tue, May 29, 2012 at 1:43 PM, Ross Burton wrote: >> >> >> -Signed-off-by: Dongxiao Xu >> +Signed-off-by: Ross Burton > > why remove the old sign-off ? The patches are semantically different - Dongxiao's solution was to copy the root rules, my solution

Re: [OE-core] [PATCH 4/4] scripts: replace os.popen with subprocess.Popen

2012-05-30 Thread Robert Yang
On 05/30/2012 01:30 AM, Chris Larson wrote: On Tue, May 29, 2012 at 7:53 AM, Robert Yang wrote: Replace os.popen with subprocess.Popen since the older function would fail (more or less) silently if the executed program cannot be found More info: http://docs.python.org/library/subprocess.html#

Re: [OE-core] [PATCH] ccache: Separate out into its own class

2012-05-30 Thread Richard Purdie
On Tue, 2012-05-29 at 15:40 +0200, Enrico Scholz wrote: > Richard Purdie > > writes: > > > Currently, ccache is used if it is present. When building from scratch > > it gives no performance improvement > > Here, I have a 10% cache hit ratio in a scratch build: > > cache hit (direct)

[OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread edwin . zhai
From: Zhai Edwin webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as work around here. [YOCTO #1570] got fixed Signed-off-by: Zhai Edwin --- meta/recip

Re: [OE-core] [PATCH v2] dbus: update to version 1.4.20

2012-05-30 Thread Radu Moisan
I have not been able to test dbus using it's test suite. Building dbus with --enable-tests (or variations with the subsets) is an ongoing task. As of now I cannot build (with any configuration of tests), was the tests build for previous releases? radu On 05/30/2012 10:11 AM, Radu Moisan wrote

[OE-core] [PATCH 0/1] Fix browser crash on PPC

2012-05-30 Thread edwin . zhai
From: Zhai Edwin All, This patch use glib as unicode backend to avoid browser crash webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as wo

Re: [OE-core] meta-ti: ERROR: Unable to parse /tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb

2012-05-30 Thread Andrei Gherzan
What machine are you using? On May 29, 2012 11:18 PM, "Elvis Dowson" wrote: > Hi, > When building with the latest meta-ti layer, I get the following > error: > > ERROR: Unable to analyse format of PR variable: b > | ETA: 00:01:18 > ERROR: Unable to parse

[OE-core] [PATCH v2] dbus: update to version 1.4.20

2012-05-30 Thread Radu Moisan
Unstable version 1.5.12 also supported Signed-off-by: Radu Moisan --- .../dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init |0 .../dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch |0 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init | 121 meta/recipes-core/dbus/dbus-