Re: [OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Ulf Samuelsson
Clearing LDFLAGS allows U-Boot to build. Now trying to build a busybox with static linking, but the SDK only provides the lib.so and not the lib.a static libraries. Any easy way to make it include both? Best Regards Ulf Samuelsson 7 apr 2014 kl. 22:17 skrev Denys Dmytriyenko : > On Mon, Apr

[OE-core] [PATCH 1/1] libx11: fix invalid preprocessing directive errors

2014-04-07 Thread Chong Lu
Backport the patch to fix invalid preprocessing directive errors. nls: always use XCOMM instead of # for comments in Compose.pre files [YOCTO #6116] Signed-off-by: Chong Lu --- ...use-XCOMM-instead-of-for-comments-in-Comp.patch | 101 + meta/recipes-graphics/xorg-li

[OE-core] [PATCH 0/1] libx11: fix invalid preprocessing directive errors

2014-04-07 Thread Chong Lu
The following changes since commit bb66113bde5361b869dce2bdaece5b938f077ea8: bitbake: fetch2: Fix bug in file checksum generation (2014-04-06 11:31:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/libx11 http://git.pokylinux.org/cgit.cgi/poky-

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

2014-04-07 Thread Chong Lu
If image contains dbus and ptest is in DISTRO_FEATURES, dbus-ptest package is installed, regardless of whether ptest-pkgs is in IMAGE_FEATURES. This issue will increase size for most small images. This patch fixes this problem. [YOCTO #5702] Signed-off-by: Chong Lu --- meta/recipes-core/dbus/{d

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

2014-04-07 Thread Chong Lu
Changes since V3: Add class-target suffix to RDEPENDS_dbus-ptest. The following changes since commit bb66113bde5361b869dce2bdaece5b938f077ea8: bitbake: fetch2: Fix bug in file checksum generation (2014-04-06 11:31:26 +0100) are available in the git repository at: git://git.pokylinux.org/p

Re: [OE-core] [PATCH 3/3] binconfig.bbclass: fix multilib file conflicts

2014-04-07 Thread Ming Liu
On 04/07/2014 07:36 PM, Richard Purdie wrote: On Mon, 2014-04-07 at 19:27 +0800, Ming Liu wrote: In most cases binconfig files conflict among multilib packages, to avoid that, use update-alternatives link *-config from real path with a PACKAGE_ARCH suffix. Signed-off-by: Ming Liu --- meta/cl

Re: [OE-core] [PATCH 1/3] e2fsprogs: fix multilib header conflict - ext2_types.h

2014-04-07 Thread Ming Liu
On 04/08/2014 03:50 AM, Khem Raj wrote: On Apr 7, 2014 1:28 AM, "Ming Liu" > wrote: > > ext2_types.h conflicts between 32-bit and 64-bit versions. > can you explain the conflicts may be they can be addressed Yes, of course, see the following diff output of 64bi

Re: [OE-core] [PATCH 1/1] kernelshark/trace-cmd: fix syntax error of shell

2014-04-07 Thread Chong Lu
On 04/04/2014 06:41 PM, Richard Purdie wrote: On Fri, 2014-04-04 at 16:33 +0800, Chong Lu wrote: Delete "<<<" syntax of bash in Makefile, else we would get following error: Syntax error: redirection unexpected [YOCTO #6112] Signed-off-by: Chong Lu --- meta/recipes-kernel/trace-cm

Re: [OE-core] [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 03:13:14PM -0700, Saul Wold wrote: > On 04/06/2014 07:29 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >Depends on cryptodev-linux for providing a header file > > > > I am seeing failure on the Autobuilder with multilib enabled > (lib32), I am not sure if t

Re: [OE-core] [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-07 Thread Saul Wold
On 04/06/2014 07:29 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Depends on cryptodev-linux for providing a header file I am seeing failure on the Autobuilder with multilib enabled (lib32), I am not sure if this is a multilib issue, but it shows up here NOTE: Running task 14174

[OE-core] libxslt populate_sysroot dependencies

2014-04-07 Thread Slater, Joseph
I have attached a patch that makes sure libxml2-native is available when both it and libxslt-native are taken from sstate. The patch parallels one from a few weeks ago for pixbufcache, but the underlying problem might have been fixed since then. I looked for likely commits, and didn't see anyt

Re: [OE-core] OEDAM updates

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 04:01:57PM -0700, Philip Balister wrote: > Once again, please add yourself (or email Jefro or myself) if you plan > to attend OEDAM. We have room for about 5-10 more people. > > http://www.openembedded.org/wiki/OEDAM > > We should also get serious about creating an agenda.

[OE-core] [PATCH 1/1] vala: add dependencies on native packages

2014-04-07 Thread Joe Slater
We do not want to run the host xsltproc one time, and ours another, so we add a dependency on libxslt-native. We also need to add a dependency on pkgconfig-native because the host pkg-config will not see native packages we have built. Signed-off-by: Joe Slater --- meta/recipes-devtools/vala/val

[OE-core] OEDAM updates

2014-04-07 Thread Philip Balister
Once again, please add yourself (or email Jefro or myself) if you plan to attend OEDAM. We have room for about 5-10 more people. http://www.openembedded.org/wiki/OEDAM We should also get serious about creating an agenda. Even if you are not able to attend please take a look at the agenda and add

Re: [OE-core] [PATCH] openssl: Address CVE-2014-0160

2014-04-07 Thread Mark Hatle
On 4/7/14, 5:05 PM, Saul Wold wrote: This was the suggested fix for those unable to update to the new 1.0.1g version. Since we are so close to our release, we should hold of on the update until 1.7 Signed-off-by: Saul Wold --- meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 2 +- 1 fil

Re: [OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-04-07 Thread Richard Purdie
On Mon, 2014-04-07 at 17:05 -0400, Denys Dmytriyenko wrote: > I understand the timing concern and am fine waiting another week for when 1.7 > window opens. > > But I'm slightly confused as to since when OE-Core is concerned about > breaking > bbappends in other layers? I guess some layers are n

[OE-core] [PATCH] openssl: Address CVE-2014-0160

2014-04-07 Thread Saul Wold
This was the suggested fix for those unable to update to the new 1.0.1g version. Since we are so close to our release, we should hold of on the update until 1.7 Signed-off-by: Saul Wold --- meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH] mesa: Avoid picking up the "local" wayland-scanner.

2014-04-07 Thread Søren Holm
The generated headers turn out wrong and breaks compilation if the local version is different from the target version. Signed-off-by: Søren Holm --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphic

Re: [OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 08:49:44AM -0700, Saul Wold wrote: > On 04/06/2014 03:46 PM, Denys Dmytriyenko wrote: > >ping > > > > This change is a little late for 1.6 as we are prepping for the > final RC this week. It's kind of an API change since it moves the > mount location /media, should we be l

Re: [OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 10:02:40PM +0200, Ulf Samuelsson wrote: > Trying to build an SDK for the Beaglebone > > $ git clone git://git.yoctoproject.org/poky > $ cd poky > $ git checkout -b dora origin/dora > > $ . oe-init-build-env > > MACHINE is set to "beagleboard" in local.conf It's not criti

Re: [OE-core] State of bitbake world, Failed tasks 2014-04-03

2014-04-07 Thread Trevor Woerner
Is anyone seeing any build failures with proj-4.8.0? Or does anyone have any local fixes? This one has been failing for me for a while, and yet doesn't show up on the SOBBW lists. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

[OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Ulf Samuelsson
Trying to build an SDK for the Beaglebone $ git clone git://git.yoctoproject.org/poky $ cd poky $ git checkout -b dora origin/dora $ . oe-init-build-env MACHINE is set to "beagleboard" in local.conf $ ./environment-angstrom-v2013.06 $ bitbake meta-toolchain-sdk SDK is generated, and installe

Re: [OE-core] [PATCH 1/3] e2fsprogs: fix multilib header conflict - ext2_types.h

2014-04-07 Thread Khem Raj
On Apr 7, 2014 1:28 AM, "Ming Liu" wrote: > > ext2_types.h conflicts between 32-bit and 64-bit versions. > can you explain the conflicts may be they can be addressed > Signed-off-by: Ming Liu > --- > meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 3 +-- > meta/recipes-devtools/e2fsprogs

Re: [OE-core] export TARGET_LDFLAGS and native sstate

2014-04-07 Thread Khem Raj
-Khem On Apr 7, 2014 5:53 AM, "Mike Crowe" wrote: > > We're building for both ARM and MIPS-based MACHINEs in a single source > tree. This seems to result in us compiling (or luckily most of the time > resurrecting from sstate-cache) two different versions of all -native > packages due to different

[OE-core] OE Changelog since 2014-03-30 until 2014-04-06

2014-04-07 Thread cliff . brake
Changelog since 2014-03-30 until 2014-04-06. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-04-07 Thread Saul Wold
On 04/06/2014 03:46 PM, Denys Dmytriyenko wrote: ping This change is a little late for 1.6 as we are prepping for the final RC this week. It's kind of an API change since it moves the mount location /media, should we be linking /media to /run/media? There is also an issue with the Freesca

Re: [OE-core] export TARGET_LDFLAGS and native sstate

2014-04-07 Thread Mike Crowe
On Monday 07 April 2014 at 09:17:38 -0700, Chris Larson wrote: > On Mon, Apr 7, 2014 at 8:53 AM, Mike Crowe wrote: > > > We're building for both ARM and MIPS-based MACHINEs in a single source > > tree. This seems to result in us compiling (or luckily most of the time > > resurrecting from sstate-

[OE-core] export TARGET_LDFLAGS and native sstate

2014-04-07 Thread Mike Crowe
We're building for both ARM and MIPS-based MACHINEs in a single source tree. This seems to result in us compiling (or luckily most of the time resurrecting from sstate-cache) two different versions of all -native packages due to different base hashes. It seems that this difference in base hashes i

[OE-core] [PATCH] python: Fix CVE-2014-1912

2014-04-07 Thread Maxin B. John
From: "Maxin B. John" A remote user can send specially crafted data to trigger a buffer overflow in socket.recvfrom_into() and execute arbitrary code on the target system. The code will run with the privileges of the target service. This back-ported patch fixes CVE-2014-1912 Signed-off-by: Maxi

Re: [OE-core] [dora][regression] mesa failed to build

2014-04-07 Thread Valentin Popa
Indeed the build failure was introduced by that patch, which enters a logical conflict with the bbappend file for mesa. To remain compatible with the future releases I suggest to not remove/add flags from/to EXTRA_OECONF explicitly, and make use of what PACKAGECONFIG contains. The first part

Re: [OE-core] complex versioning scenario

2014-04-07 Thread Richard Purdie
On Mon, 2014-04-07 at 15:22 +0200, Steffen Sledz wrote: > On 07.04.2014 14:37, Steffen Sledz wrote: > > On 25.03.2014 16:03, Mark Hatle wrote: > >> ... > >> If the package 'requiring libfoo' has a DEPENDS += ... in it.. then yes, > >> it should have been rebuilt when the libfoo was rebuilt. > > >

Re: [OE-core] complex versioning scenario

2014-04-07 Thread Steffen Sledz
On 07.04.2014 14:37, Steffen Sledz wrote: > On 25.03.2014 16:03, Mark Hatle wrote: >> ... >> If the package 'requiring libfoo' has a DEPENDS += ... in it.. then yes, it >> should have been rebuilt when the libfoo was rebuilt. > > Unfortunately i can't confirm that. :( > > part of the real app r

Re: [OE-core] complex versioning scenario

2014-04-07 Thread Steffen Sledz
On 25.03.2014 16:03, Mark Hatle wrote: > On 3/25/14, 5:31 AM, Steffen Sledz wrote: >> On 24.03.2014 16:15, Martin Jansa wrote: >>> On Mon, Mar 24, 2014 at 03:22:35PM +0100, Steffen Sledz wrote: On 24.03.2014 13:53, Richard Purdie wrote: > On Mon, 2014-03-24 at 13:49 +0100, Steffen Sledz wr

Re: [OE-core] [PATCH 1/1] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-07 Thread Richard Purdie
On Mon, 2014-04-07 at 15:10 +0300, Fathi Boudra wrote: > * drop all the patches - not needed anymore > * update SRCREV and PV to 2.3.2 tag > * drop PR > * update SRC_URI to use trace-cmd-stable-v2.3 branch > * drop EXTRA_OEMAKE - not needed > * update do_install and pass NO_PYTHON/prefix/plug

[OE-core] [PATCH] package.bbclass: Add CONFFILES to list of package specific variables

2014-04-07 Thread Richard Purdie
Changes to CONFFILES should change the sstate checksum. To make that happen, it needs to be listed in the list of package specific variables, therefore add it. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 0018a62..ea75918 100644

Re: [OE-core] [PATCH 3/3] binconfig.bbclass: fix multilib file conflicts

2014-04-07 Thread Richard Purdie
On Mon, 2014-04-07 at 19:27 +0800, Ming Liu wrote: > In most cases binconfig files conflict among multilib packages, to avoid > that, use update-alternatives link *-config from real path with a > PACKAGE_ARCH suffix. > > Signed-off-by: Ming Liu > --- > meta/classes/binconfig.bbclass | 65 >

[OE-core] [PATCH 2/3] freetype: fix multilib header conflict - ftconfig.h

2014-04-07 Thread Ming Liu
ftconfig.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Ming Liu --- meta/recipes-graphics/freetype/freetype_2.5.2.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/freetype/freetype_2.5.2.bb b/meta/recipes-graphics/freetype/freety

[OE-core] [PATCH 3/3] binconfig.bbclass: fix multilib file conflicts

2014-04-07 Thread Ming Liu
In most cases binconfig files conflict among multilib packages, to avoid that, use update-alternatives link *-config from real path with a PACKAGE_ARCH suffix. Signed-off-by: Ming Liu --- meta/classes/binconfig.bbclass | 65 -- 1 file changed, 56 insertion

[OE-core] [PATCH 1/3] e2fsprogs: fix multilib header conflict - ext2_types.h

2014-04-07 Thread Ming Liu
ext2_types.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Ming Liu --- meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 3 +-- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/e2f

[OE-core] [PATCH][review-request] toaster.bbclass: image file is missing a "/"

2014-04-07 Thread Cristiana Voicu
Relaced the key with the join between path and file name. [YOCTO #6090] Signed-off-by: Cristiana Voicu --- meta/classes/toaster.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass index 9fb2cec..d2fa82d 1006

Re: [OE-core] [PATCH 08/15] toaster.bbclass: image file is missing a "/"

2014-04-07 Thread Voicu, Cristiana
I will resend the patch directly to this mailing list, since it has been reviewed on toaster ml. Cristiana -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Friday, April

[OE-core] [PATCH] documentation.conf (LICENSE): tiny addition

2014-04-07 Thread Matthieu Crapet
Examples: LICENSE = "MIT" LICENSE = "GPLv2 & LGPLv2.1" LICENSE = "AFL-2 | GPLv2+" LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" LICENSE = "GPLv2 & (LGPLv2.1 | MPL-1.1 | BSD)" LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" Signed-off-by: Matthieu Crapet --- met