Re: [OE-core] [PATCH 3/6] package_rpm.bbclass: archive the source to srpm package

2014-03-13 Thread Robert Yang
On 03/14/2014 01:39 AM, Burton, Ross wrote: On 11 March 2014 17:08, Robert Yang wrote: -# Remove the source (SOURCE0, SOURCE1 ...) -cmd = cmd + " --rmsource " You probably want to keep this as otherwise deploy/sources/MACHINE/RECIPE/ contains both the .src.rpm and the separa

Re: [OE-core] [PATCH] systemd 208: move stray /usr/lib/systemd/* into /lib/systemd

2014-03-13 Thread Richard Purdie
On Thu, 2014-03-13 at 10:09 +0100, Koen Kooi wrote: > Op 21 jan. 2014, om 14:02 heeft Koen Kooi het volgende > geschreven: > > > On 01/21/2014 02:01 PM, Martin Jansa wrote: > >> On Tue, Jan 21, 2014 at 12:01:21PM +0100, Koen Kooi wrote: > >>> From: Koen Kooi > >>> > >>> Apps testing for system

Re: [OE-core] [PATCH 6/6] patch.bbclass: do_patch: unset TMPDIR from environment

2014-03-13 Thread Chris Larson
On Thu, Mar 13, 2014 at 9:54 AM, Burton, Ross wrote: > On 13 March 2014 16:46, Burton, Ross wrote: > > On 11 March 2014 17:08, Robert Yang wrote: > >> We need unset it after we use it, otherwise it would affect the env > >> after we run "bb.build.exec_func('do_patch', d)", and will cause > >> u

Re: [OE-core] [PATCH 0/6 V3] refactor the archiver*.bbclass

2014-03-13 Thread Burton, Ross
On 11 March 2014 17:08, Robert Yang wrote: > Robert Yang (6): > classes/archive*.bbclass: remove archive-*-source.bbclass > archiver.bbclass: refactor it > package_rpm.bbclass: archive the source to srpm package > archiver.bbclass: move a few code to copyleft_compliance.bbclass > local.c

Re: [OE-core] [PATCH 3/6] package_rpm.bbclass: archive the source to srpm package

2014-03-13 Thread Burton, Ross
On 11 March 2014 17:08, Robert Yang wrote: > -# Remove the source (SOURCE0, SOURCE1 ...) > -cmd = cmd + " --rmsource " You probably want to keep this as otherwise deploy/sources/MACHINE/RECIPE/ contains both the .src.rpm and the separate sources. Ross --

Re: [OE-core] [PATCH 6/6] patch.bbclass: do_patch: unset TMPDIR from environment

2014-03-13 Thread Burton, Ross
On 13 March 2014 16:46, Burton, Ross wrote: > On 11 March 2014 17:08, Robert Yang wrote: >> We need unset it after we use it, otherwise it would affect the env >> after we run "bb.build.exec_func('do_patch', d)", and will cause >> unexpected errors. > > This assignment has been there since Octobe

Re: [OE-core] [PATCH 6/6] patch.bbclass: do_patch: unset TMPDIR from environment

2014-03-13 Thread Burton, Ross
On 11 March 2014 17:08, Robert Yang wrote: > We need unset it after we use it, otherwise it would affect the env > after we run "bb.build.exec_func('do_patch', d)", and will cause > unexpected errors. This assignment has been there since October 2012, so what are the problems that this causes? R

[OE-core] [PATCH] package_deb: Remove version from Provides Field

2014-03-13 Thread Ricardo Ribalda Delgado
According to Debian Policy Manual. Chapter 7.1 All of the fields except for Provides may restrict their applicability to particular versions of each named package. This is done in parentheses after each individual package name; the parentheses should contain a relation from the list below followed

[OE-core] [PATCH 1/2] apt-native: Install apt-ftparchive

2014-03-13 Thread Ricardo Ribalda Delgado
apt-ftparchive is needed to create a Release file compatible with SecureApt. It is also a more efficient replacement of dpkg-scanpackages. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/apt/apt-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtool

[OE-core] [PATCH 2/2] package_deb: Use apt-ftparchive

2014-03-13 Thread Ricardo Ribalda Delgado
Use apt-ftparchive to create a Release file compatible with SecureApt. apt-ftparchive is not compatible with libpseudo. The calls to ftw() returns the path in absolute format instead of relative. This produces wrong Packages and Release files. ie: MD5Sum: d20227a958f6870137ce0e41b7b84307

Re: [OE-core] [PATCH 1/1] sstate: list missing files for toaster

2014-03-13 Thread Alex Damian
Hello, I am following up with this patch. If there are no other objects, can we please merge it ? Thanks, Alex On Thu, Feb 20, 2014 at 8:29 PM, Damian, Alexandru < alexandru.dam...@intel.com> wrote: > Yep, tasks that were looked up, and actual filenames attempted. > > Alex > > > On Thu, Feb 20

[OE-core] [PATCH] Set ac_cv_sizeof_ssize_t

2014-03-13 Thread Valentin Popa
Set ac_cv_sizeof_ssize_t for mips64; mips-common will not overwrite it. [YOCTO #5935] Signed-off-by: Valentin Popa --- meta/site/mips64-linux | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/site/mips64-linux b/meta/site/mips64-linux index 4449c96..ed0fbbe 100644 --- a/meta/site/mips64-

[OE-core] [PATCH v2 0/2] Add new comm tools to testapps

2014-03-13 Thread Cristian Iorga
V2 removed wrong change of PR. Add new tools related to connman and ofono into the packagegroup-core-tools-testapps packagegroup. Useful for investigating/debugging comm issues/features. The following changes since commit 463cd34f8c17c67c4f3adf3468424730b22f3974: Create gstreamer-1.0 package g

[OE-core] [PATCH v2 2/2] packagegroup-core-tools-testapps: added connman tools and tests

2014-03-13 Thread Cristian Iorga
Added connman-tools and connman-tests packages. Signed-off-by: Cristian Iorga --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/pa

[OE-core] [PATCH v2 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Cristian Iorga
Added ofono tests package. Signed-off-by: Cristian Iorga --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packag

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-13 Thread Paul Eggleton
On Thursday 13 March 2014 10:01:10 Paul Eggleton wrote: > On Thursday 13 March 2014 17:54:03 Chong Lu wrote: > > On 03/06/2014 06:04 PM, Burton, Ross wrote: > > > On 6 March 2014 08:06, Chong Lu wrote: > > >> +PACKAGES += "dbus-ptest" > > >> +ALLOW_EMPTY_${PN}-ptest = "1" > > >> +RDEPENDS_${PN}-pt

Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Iorga, Cristian
OK, thanks for the explanation, will resend. /Cristian -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Thursday, March 13, 2014 12:33 PM To: Iorga, Cristian Cc: Burton, Ross; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/2] pa

Re: [OE-core] libm accuracy, eglibc compared to glibc

2014-03-13 Thread Mats Kärrman
On Wednesday, March 12, 2014 6:37 PM, Phil Blundell wrote: > On Wed, 2014-03-12 at 15:30 +, Mats Kärrman wrote: >> Does anyone know if this is a known "feature" of eglibc or know any other >> reason >> for this difference? > > Does eglibc's own libm testsuite pass on your platform? I wonder i

Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Paul Eggleton
On Thursday 13 March 2014 10:20:09 Iorga, Cristian wrote: > > No need to bump PR. > > But in this case, can be removed? Not if PV is staying the same, no. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___ Openembedded-core mai

Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Burton, Ross
On 13 March 2014 10:20, Iorga, Cristian wrote: > But in this case, can be removed? Nope, then it would go back to r0. It will have to stay forever. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.opene

Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Iorga, Cristian
But in this case, can be removed? /Cristian -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, March 13, 2014 12:10 PM To: Iorga, Cristian Cc: OE-core Subject: Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools On 13 March 2014 09

Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Burton, Ross
On 13 March 2014 09:45, Cristian Iorga wrote: > -PR = "r2" > +PR = "r3" No need to bump PR. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-13 Thread Paul Eggleton
On Thursday 13 March 2014 17:54:03 Chong Lu wrote: > On 03/06/2014 06:04 PM, Burton, Ross wrote: > > On 6 March 2014 08:06, Chong Lu wrote: > >> +PACKAGES += "dbus-ptest" > >> +ALLOW_EMPTY_${PN}-ptest = "1" > >> +RDEPENDS_${PN}-ptest = "${@base_contains('IMAGE_FEATURES', 'ptest-pkgs', > >> 'dbus-t

[OE-core] [PATCH][resend] boost: Pass CFLAGS, CXXFLAGS and LDFLAGS correctly into boost.build

2014-03-13 Thread Mike Crowe
The compileflags and linkflags do_boostconfig puts into user-config.jam are having no effect. According to http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html the correct syntax would be "the flags" "the flags". Since the flags specified were having no effect they can't be necessa

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-13 Thread Chong Lu
On 03/06/2014 06:04 PM, Burton, Ross wrote: On 6 March 2014 08:06, Chong Lu wrote: +PACKAGES += "dbus-ptest" +ALLOW_EMPTY_${PN}-ptest = "1" +RDEPENDS_${PN}-ptest = "${@base_contains('IMAGE_FEATURES', 'ptest-pkgs', 'dbus-test-ptest', 'dbus-test', d)}" Hi Ross, Do you have any suggestion abou

[OE-core] [PATCH 0/2] Add new comm tools to testapps

2014-03-13 Thread Cristian Iorga
Add new tools related to connman and ofono into the packagegroup-core-tools-testapps packagegroup. Useful for investigating/debugging comm issues/features. The following changes since commit 463cd34f8c17c67c4f3adf3468424730b22f3974: Create gstreamer-1.0 package groups (2014-03-12 06:15:09 -070

[OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools

2014-03-13 Thread Cristian Iorga
Added ofono tests package. Signed-off-by: Cristian Iorga --- .../recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/pack

[OE-core] [PATCH 2/2] packagegroup-core-tools-testapps: added connman tools and tests

2014-03-13 Thread Cristian Iorga
Added connman-tools and connman-tests packages. Signed-off-by: Cristian Iorga --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/met

Re: [OE-core] [PATCH] systemd 208: move stray /usr/lib/systemd/* into /lib/systemd

2014-03-13 Thread Koen Kooi
Op 21 jan. 2014, om 14:02 heeft Koen Kooi het volgende geschreven: > On 01/21/2014 02:01 PM, Martin Jansa wrote: >> On Tue, Jan 21, 2014 at 12:01:21PM +0100, Koen Kooi wrote: >>> From: Koen Kooi >>> >>> Apps testing for systemd config get confused when both /usr/lib/systemd and >>> /lib/syst

Re: [OE-core] [PATCH] grub git: workaround debugedit problems for 64 bit targets

2014-03-13 Thread Koen Kooi
Op 15 feb. 2014, om 11:27 heeft Koen Kooi het volgende geschreven: > > Op 12 feb. 2014, om 09:31 heeft Richard Purdie > het volgende geschreven: > >> On Wed, 2014-02-12 at 09:03 +0100, Koen Kooi wrote: >>> On 01/15/2014 11:15 AM, Koen Kooi wrote: I've limited it to 64bit targets, but t

Re: [OE-core] libm accuracy, eglibc compared to glibc

2014-03-13 Thread Mats Kärrman
On Wednesday, March 12, 2014 7:09 PM, Khem Raj wrote: > On Wed, Mar 12, 2014 at 8:30 AM, Mats Kärrman wrote: >> I face a problem with libm. With my Dora build the following assertion >> doesn't hold: >> >> sqrt( pow( sqrt( 2.0 ), 4.0 ) ) == 2.0 >> >> Does anyone know if this is a known "feature"

Re: [OE-core] libm accuracy, eglibc compared to glibc

2014-03-13 Thread Mats Kärrman
On Wednesday, March 12, 2014 6:37 PM, Phil Blundell wrote: > On Wed, 2014-03-12 at 15:30 +, Mats Kärrman wrote: >> Does anyone know if this is a known "feature" of eglibc or know any other >> reason >> for this difference? > > Does eglibc's own libm testsuite pass on your platform? I wonder i

Re: [OE-core] libm accuracy, eglibc compared to glibc

2014-03-13 Thread Mats Kärrman
On Wednesday, March 12, 2014 4:58 PM, Burton, Ross wrote: > On 12 March 2014 15:30, Mats Kärrman wrote: >> Does anyone know if this is a known "feature" of eglibc or know any other >> reason >> for this difference? > > I expect the standard response from upstream here would be that > floating poi