Re: [OE-core] [PATCH 3/4] systemd: add myhostname to nsswitch.conf

2015-11-17 Thread Dan McGregor
On 12 Nov 2015 5:41 p.m., "Christopher Larson" wrote: > > From: Christopher Larson > > We don't need nss-myhostname on systemd systems, because systemd already > provides myhostname, but we weren't configuring nsswitch to use it. Being able > to resolve the hostname is useful for a number of diff

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Andre McCurdy
On Tue, Nov 17, 2015 at 11:34 AM, Andre McCurdy wrote: > On Tue, Nov 17, 2015 at 11:16 AM, Andre McCurdy wrote: >> On Tue, Nov 17, 2015 at 9:09 AM, Phil Blundell wrote: >>> On Tue, 2015-11-17 at 16:44 +, Burton, Ross wrote: >>> >>> On 17 November 2015 at 15:16, Phil Blundell wrote: >>> >>>

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-17 Thread Aws Ismail
Adrian, I just have to add one last note here. I had to use runqemu-gen-tapdevs before runqemu to create the multiple tap devices (3 in total, tap0 is the default one you've mentioned, and then tap1 and tap2). For example, I did this: sudo runqemu-gen-tapdevs 3 My thinking was that runqemu wo

Re: [OE-core] [PATCH 0/3] qemu: fix CVE-2015-5225, CVE-2015-6855, CVE-2015-7295

2015-11-17 Thread akuster808
I believe this patch series would have been fine for Jethro. - armin On 11/16/2015 06:08 PM, wenzong fan wrote: > On 11/16/2015 09:57 PM, Burton, Ross wrote: >> >> On 16 November 2015 at 07:32, > > wrote: >> >> Wenzong Fan (3): >>qemu: fix CVE-2015-52

Re: [OE-core] [PATCHv2 6/6] psplash: add systemd support

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 2:36 PM, Burton, Ross wrote: > On 13 November 2015 at 23:10, Christopher Larson > wrote: > >> meta/recipes-core/psplash/files/psplash-quit.service | 11 +++ >> .../recipes-core/psplash/files/psplash-start.service | 11 +++ >> meta/recipes-core/psplash/psp

[OE-core] [PATCH 1/1] db: fix race issue for libdb-6.0.la

2015-11-17 Thread Robert Yang
Fixed: libtool: link: `os_map.lo' is not a valid libtool object Makefile:867: recipe for target 'libdb-6.0.la' failed --- ...Makefile-let-libdb-6.0.la-depend-os_map.l.patch | 32 meta/recipes-support/db/db_6.0.30.bb |1 + 2 files changed, 33 insertions(+)

[OE-core] [PATCH 0/1] db: fix race issue for libdb-6.0.la

2015-11-17 Thread Robert Yang
The following changes since commit 6f98c39418c60b7c0b25b30983d2e5257158a6a4: gcc: Drop 4.8 (2015-11-16 14:59:07 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/db http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h

Re: [OE-core] [PATCH] rpcbind: Security Advisory - rpcbind - CVE-2015-7236

2015-11-17 Thread akuster808
Li Zhou, Can we get the CVE mentioned in the patch or rename the the patch to include the CVE #. regards, Armin On 11/16/2015 11:18 PM, wenzong@windriver.com wrote: > From: Li Zhou > > rpcbind: Fix memory corruption in PMAP_CALLIT code > > Use-after-free vulnerability in xprt_set_caller i

Re: [OE-core] [PATCH 0/2] subversion: fix CVE-2015-3184, CVE-2015-3187

2015-11-17 Thread akuster808
On 11/16/2015 09:38 PM, wenzong@windriver.com wrote: > From: Wenzong Fan > > The following changes since commit d9aabf9639510fdb3e2ccc21ba5ae4aa9f6e4a57: > > gcc: Drop 4.8 (2015-11-16 14:59:18 +) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib

[OE-core] target g++ oddities (with qt5-creator)

2015-11-17 Thread Andreas Müller
Hi, I try to get qt5-creator running on target again. Up to now I had two non working scenarios with gcc 5.2: * Qt 5.5 + qt-creator 3.5.1: As soon as I select /usr/bin/g++ as compiler (shipped by g++-symlinks) qt-creator crashes * Qt 5.6aplpha + qtcreator 3.5.1: I can select g++ in qt-creator/Men

Re: [OE-core] [oe][PATCH 2/2] package_manager: support for signed IPK package feeds

2015-11-17 Thread Alejandro del Castillo
On 11/17/2015 09:26 AM, Ioan-Adrian Ratiu wrote: > Create gpg signed package feeds if configured. Very similar to > how rpm does it. Most of the config variables are shared with > the rpm backend (like PACKAGE_FEED_GPG_NAME), with the exception > of PACKAGE_FEED_GPG_PUBKEY which is not needed in

[OE-core] [PATCH 1/4] base-utils:flexible dependency for command utilities

2015-11-17 Thread Alejandro Joya
add base-line configuration for command utilities, this will be used instead of hardcoded uses of busybox around the environment. Signed-off-by: Alejandro Joya --- meta/conf/distro/include/default-providers.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/include/defau

[OE-core] [PATCH 2/4] core-image-minimal-initramfs: replace base-utils

2015-11-17 Thread Alejandro Joya
It replaces the use of busybox as hardcoded dependency to more dynamic this wouldn't affect the way that the system is build only it let a more flexible replacement in the core. Signed-off-by: Alejandro Joya --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +- 1 file changed, 1 i

[OE-core] [PATCH 3/4] initramfs-framework_1.0:replace busybox for variable.

2015-11-17 Thread Alejandro Joya
It replaces the use of busybox as hardcoded dependency to more dynamic this wouldn't affect the way that the initrams is build, just it let a more flexible replacement in the core. Signed-off-by: Alejandro Joya --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +- 1 file changed

[OE-core] [PATCH 4/4] packagegroup-core-boot:replace busybox to variable

2015-11-17 Thread Alejandro Joya
It replaces the use of busybox as hardcoded dependency to more dynamic this wouldn't affect the way that the system is build only it let a more flexible replacement in the core. Signed-off-by: Alejandro Joya --- meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 4 ++-- 1 file changed,

[OE-core] [PATCH 0/4] Replace busybox for variable

2015-11-17 Thread Alejandro Joya
These recipes have a hardcoded dependency to busybox, in order to be able to have a flexible selection, instead of the hardcoded dependency, now it is point to virtual reference base-utils. The following changes since commit 6f98c39418c60b7c0b25b30983d2e5257158a6a4: gcc: Drop 4.8 (2015-11-16 1

Re: [OE-core] [PATCH 2/2] bluez5: upgrade to 5.36

2015-11-17 Thread Burton, Ross
On 11 November 2015 at 15:51, Cristian Iorga wrote: > meta/recipes-connectivity/bluez5/{bluez5_5.33.bb => bluez5_5.36.bb} | 4 > ++-- > This is reliably segfaulting on startup under both sysvinit and systemd on the autobuilder, sorry. Ross -- ___ Ope

Re: [OE-core] [PATCHv2 6/6] psplash: add systemd support

2015-11-17 Thread Burton, Ross
On 13 November 2015 at 23:10, Christopher Larson wrote: > meta/recipes-core/psplash/files/psplash-quit.service | 11 +++ > .../recipes-core/psplash/files/psplash-start.service | 11 +++ > meta/recipes-core/psplash/psplash_git.bb | 20 > +++- > This cau

[OE-core] [PATCH] populate_sdk_base: Add sysroot symlink check

2015-11-17 Thread Haris Okanovic
Add optional check to do_populate_sdk() that verifies SDK sysroots don't contain dangling or escaping symlinks before attempting to tar an archive. Such links may fail a `tar -h` operation (-h => follow symlinks) or archive the build system's files. Set CHECK_SDK_SYSROOTS = "1" to enable this chec

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Andre McCurdy
On Tue, Nov 17, 2015 at 11:33 AM, Khem Raj wrote: > On Tue, Nov 17, 2015 at 7:16 AM, Phil Blundell wrote: >> On Mon, 2015-11-16 at 21:56 -0800, Andre McCurdy wrote: >>> >> +# Workaround for linking issues seen with armv7a + gold >>> +LDFLAGS_append_armv7a = "${@base_contains('DISTRO_FEATURES', 'l

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-17 Thread Aws Ismail
Thanks Adrian for the explanation. I have tested it now and it works fine in my case. I think this should be merged upstream because it is an important feature to have specially if the user is planning to use the VM for extended use. Tested-by: Aws Ismail On Tue, Nov 17, 2015 at 7:24 AM, Adri

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Andre McCurdy
On Tue, Nov 17, 2015 at 11:16 AM, Andre McCurdy wrote: > On Tue, Nov 17, 2015 at 9:09 AM, Phil Blundell wrote: >> On Tue, 2015-11-17 at 16:44 +, Burton, Ross wrote: >> >> On 17 November 2015 at 15:16, Phil Blundell wrote: >> >> Does the resulting directfb-csource binary actually work with th

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Khem Raj
On Tue, Nov 17, 2015 at 7:16 AM, Phil Blundell wrote: > On Mon, 2015-11-16 at 21:56 -0800, Andre McCurdy wrote: >> > +# Workaround for linking issues seen with armv7a + gold >> +LDFLAGS_append_armv7a = "${@base_contains('DISTRO_FEATURES', 'ld-is >> -gold', ' -fuse-ld=bfd ', '', d)}" >> > > Does th

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Andre McCurdy
On Tue, Nov 17, 2015 at 9:09 AM, Phil Blundell wrote: > On Tue, 2015-11-17 at 16:44 +, Burton, Ross wrote: > > On 17 November 2015 at 15:16, Phil Blundell wrote: > > Does the resulting directfb-csource binary actually work with that > change? My recollection is that ld.bfd will just silently

[OE-core] [PATCH] ruby-native: Depend on openssl-native

2015-11-17 Thread Khem Raj
This dependency is floating otherwise, It races against openssl-native and when openssl config does not match with openssl on build host the build fails occasionally x86_64-linux/usr/include/openssl/ripemd.h:70:4: error: #error RIPEMD is disabled. # error RIPEMD is disabled. Change-Id: I5ff6d8f

Re: [OE-core] [PATCH] metadata_scm.bbclass: restore capture of stderr

2015-11-17 Thread Christopher Larson
Ignore this, Paul has a pending patch for it. On Tue, Nov 17, 2015 at 10:42 AM Christopher Larson wrote: > From: Christopher Larson > > We don't want the user to see errors from the git commands run by > metadata_scm > on their console, so we need to capture or suppress stderr as well as > stdo

[OE-core] [PATCH] metadata_scm.bbclass: restore capture of stderr

2015-11-17 Thread Christopher Larson
From: Christopher Larson We don't want the user to see errors from the git commands run by metadata_scm on their console, so we need to capture or suppress stderr as well as stdout. This was the case prior to the rewrite of the git hash logic, but the 2>&1 was lost when it was reworked. Bring it

[OE-core] [PATCH v3 4/4] lttng-ust: Upgrade to 2.7 release

2015-11-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None ...ttng-ust-Fix-live-timer-calculation-error.patch | 42 -- meta/recipes-kernel/lttng/lttng-ust_git.bb | 10 +++--- 2 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 meta/

[OE-core] [PATCH v3 1/4] lttng-modules: Upgrade to 2.7 release

2015-11-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None meta/recipes-kernel/lttng/lttng-modules_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb

[OE-core] [PATCH v3 3/4] lttng-tools: Upgrade to 2.7 release

2015-11-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Fix ptest packaging (thanks to Ross Borton) Changes in v2: - Add PV field (thanks to Nathan Lynch) ...-sessiond-disable-match-app-event-by-name.patch | 58 --- .../lttng/lttng-tools/extern-decls.patch | 442 - .

[OE-core] [PATCH v3 2/4] lttng-tools: Drop unused patch

2015-11-17 Thread Otavio Salvador
The runtest.patch is unused, so there is no reason to keep it on the tree. Signed-off-by: Otavio Salvador --- Changes in v3: - New patch Changes in v2: None .../recipes-kernel/lttng/lttng-tools/runtest.patch | 52 -- 1 file changed, 52 deletions(-) delete mode 100644 meta

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Phil Blundell
On Tue, 2015-11-17 at 16:44 +, Burton, Ross wrote: > > On 17 November 2015 at 15:16, Phil Blundell wrote: > > Does the resulting directfb-csource binary actually work with that > > change? My recollection is that ld.bfd will just silently permit > > relocs that gold (correctly) refuses to al

[OE-core] Fwd: Welcome to the "Openembedded-architecture" mailing list (V2)

2015-11-17 Thread Philip Balister
During OEDEM in Dublin we talked about creating a list for high level architecture discussions about the OpenEmbedded Build System. Bring your big ideas to the list, discuss them, and bring the resources to implement them. We did discuss list proliferation, filtering patches, etc and still decide

Re: [OE-core] [PATCHv2 06/16] gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 10:57, Martin Jansa wrote: > +PACKAGECONFIG[uvch264] = > "--enable-uvch264,--disable-uvch264,libusb1 libgudev" > Same problem with gudev... Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 15:16, Phil Blundell wrote: > Does the resulting directfb-csource binary actually work with that > change? My recollection is that ld.bfd will just silently permit > relocs that gold (correctly) refuses to allow. > Personally I don't use DirectFB (and am constantly surpri

[OE-core] [oe][PATCH 1/2] package_ipk: support signing of ipk packages

2015-11-17 Thread Ioan-Adrian Ratiu
Minimum required opkg version: 3.0 (already in master/jethro). Add a new bbclass for creating signatures for ipk files. The signing process is very similar to the existing rpm signing, but different in some important ways: - Signatures are stored outside the ipk files, opkg connects to a feed

[OE-core] [oe][PATCH 2/2] package_manager: support for signed IPK package feeds

2015-11-17 Thread Ioan-Adrian Ratiu
Create gpg signed package feeds if configured. Very similar to how rpm does it. Most of the config variables are shared with the rpm backend (like PACKAGE_FEED_GPG_NAME), with the exception of PACKAGE_FEED_GPG_PUBKEY which is not needed in this case. Signed-off-by: Ioan-Adrian Ratiu --- meta/lib

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Phil Blundell
On Mon, 2015-11-16 at 21:56 -0800, Andre McCurdy wrote: > +# Workaround for linking issues seen with armv7a + gold > +LDFLAGS_append_armv7a = "${@base_contains('DISTRO_FEATURES', 'ld-is > -gold', ' -fuse-ld=bfd ', '', d)}" > Does the resulting directfb-csource binary actually work with that chan

Re: [OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Philip Balister
Thanks for catching this Chris. I'll have Michael fix the name and resend. Sorry for the trouble. Philip On 11/17/2015 10:05 AM, Christopher Larson wrote: > On Tue, Nov 17, 2015 at 8:01 AM, Philip Balister > wrote: > >> During OEDEM in Dublin we talked about creating a list for high level >> a

Re: [OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 8:01 AM, Philip Balister wrote: > During OEDEM in Dublin we talked about creating a list for high level > architecture discussions about the OpenEmbedded Build System. > > Bring your big ideas to the list, discuss them, and bring the resources > to implement them. > > We d

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-17 Thread Mark Hatle
On 11/17/15 8:06 AM, Alexander Kanavin wrote: > On 11/16/2015 06:12 PM, Mark Hatle wrote: > >> I think a small group of folks that are interested in this work and who >> understand facets of it should get together and try to identify the problem >> and >> come up with an alternative solution. >>

[OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Philip Balister
During OEDEM in Dublin we talked about creating a list for high level architecture discussions about the OpenEmbedded Build System. Bring your big ideas to the list, discuss them, and bring the resources to implement them. We did discuss list proliferation, filtering patches, etc and still decide

[OE-core] [PATCH] python-git: Add missing dependency

2015-11-17 Thread Ricardo Ribalda Delgado
Python-git depends on getpass, which is part of python-unixadmin. If it is missing: root@qt5022:~# python Python 2.7.9 (default, Nov 12 2015, 17:41:32) [GCC 5.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import git Traceback (most recent call last):

Re: [OE-core] [PATCHv2 07/16] gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 10:57, Martin Jansa wrote: > +PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev" > Thats great but gudev is only in meta-oe. Can you submit a move of the recipe to oe-core, or should I hold these back until someone else does? Ross -- ___

Re: [OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-17 Thread Alexander Kanavin
On 11/16/2015 06:12 PM, Mark Hatle wrote: I think a small group of folks that are interested in this work and who understand facets of it should get together and try to identify the problem and come up with an alternative solution. I have a lot of experience with pulling out internal structure

Re: [OE-core] [PATCH] directfb.inc: force bfd linker for armv7a

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 05:56, Andre McCurdy wrote: > | > .../build/tmp/sysroots/x86_64-linux/usr/bin/arm-rdk-linux-gnueabi/../../libexec/arm-rdk-linux-gnueabi/gcc/arm-rdk-linux-gnueabi/5.2.0/ld: > error: directfb-csource.o: requires unsupported dynamic reloc > R_ARM_MOVW_ABS_NC; recompile with -

Re: [OE-core] [PATCH 3/4] systemd: add myhostname to nsswitch.conf

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 12:25 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Fri, Nov 13, 2015 at 12:41 AM, Christopher Larson > wrote: > > From: Christopher Larson > > > > We don't need nss-myhostname on systemd systems, because systemd already > > provides myhostname, but we we

Re: [OE-core] [PATCH v2 2/3] lttng-tools: Upgrade to 2.7 release

2015-11-17 Thread Otavio Salvador
Hello Ross, On Tue, Nov 17, 2015 at 8:41 AM, Burton, Ross wrote: > > On 16 November 2015 at 11:39, Otavio Salvador > wrote: >> >> Signed-off-by: Otavio Salvador > > > Fails with ptest enabled: > > DEBUG: Executing shell function do_install_ptest_base > NOTE: make > DESTDIR=/home/pokybuild/yocto

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-17 Thread Adrian Freihofer
Hi Aws The interfaces of my virtual device are configured as: eth0: static IP, 192.168.7.2 (This IP is hard coded in many scripts of poky.) This interface is for debugging purpose, it is not available on my physical devices running in a productive environment. The interface is co

[OE-core] [PATCHv2 12/16] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI

2015-11-17 Thread Martin Jansa
* without this change it wasn't possible to use call-convention hard together with vfpv4 * also use ' inside quoted values Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/feature-arm-vfp.inc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/

[OE-core] [PATCHv2 14/16] rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexclude

2015-11-17 Thread Martin Jansa
* rootfs_*.bbclass doesn't use this variable anymore, so we can drop it Signed-off-by: Martin Jansa --- meta/classes/rootfs_deb.bbclass | 1 - meta/classes/rootfs_ipk.bbclass | 1 - meta/classes/rootfs_rpm.bbclass | 1 - 3 files changed, 3 deletions(-) diff --git a/meta/classes/rootfs_deb.bbcla

[OE-core] [PATCHv2 09/16] cortexa{7,15,17}: add VFPv4 tunes

2015-11-17 Thread Martin Jansa
* it was added only to hf cortexa7 in: commit e97d152ca13556b41a236c1a4cfb11e77ff857d7 Author: Kristof Robot Date: Sun Jan 26 10:03:56 2014 +0100 Add Cortex A7 support for NEONv2 & FPv4 * add it to softfp cortexa7 and both versions for cortexa15 and cortexa17 tunes * we should al

[OE-core] [PATCHv2 07/16] gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2

2015-11-17 Thread Martin Jansa
* WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libcap, but it isn't a build dependency? WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libgudev, but it isn't a build dependency? WARN: gstreamer1.0-plugins-good: gstrea

[OE-core] [PATCHv2 10/16] tune-*: use mcpu instead of mtune for ARM tunes

2015-11-17 Thread Martin Jansa
* since: commit cffda9a821a3b83a8529d643c567859e091c6846 Author: Martin Jansa Date: Tue Sep 11 17:05:45 2012 + arch-arm: define different ARMPKGARCH when different CCARGS are used we don't need to worry about e.g. cortexa7 device upgrading binary package from armv7a feed whi

[OE-core] [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15

2015-11-17 Thread Martin Jansa
* be aware that this -march value is available only in gcc-4.9 and newer: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907 Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/arch-armv7ve.inc | 123 + .../conf/machine/include/arm/feature-arm-thumb.inc |

[OE-core] [PATCHv2 15/16] libsecret: add dependency on intltool-native

2015-11-17 Thread Martin Jansa
From: Joe Slater intltoolize is needed by configure. Signed-off-by: Joe Slater Acked-By: Martin Jansa Signed-off-by: Martin Jansa --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.

[OE-core] [PATCHv2 13/16] feature-arm-vfp.inc: add -mfpu=vfpv4 when vfpv4 is in TUNE_FEATURES

2015-11-17 Thread Martin Jansa
* allows to use vfpv4 without neon Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/feature-arm-neon.inc | 5 +++-- meta/conf/machine/include/arm/feature-arm-vfp.inc | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/include/arm/feature-arm-neon

[OE-core] [PATCHv2 16/16] libsdl2: require GLES when building Wayland support

2015-11-17 Thread Martin Jansa
From: Ross Burton The Wayland support requires GLES2 to be enabled as otherwise the EGL support code in SDL2 isn't enabled. | In file included from .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c:34:0: | .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c: In function 'Wayland_CreateDevice

[OE-core] [PATCHv2 05/16] gstreamer1.0-plugins-base: add PACKAGECONFIG for libvisual

2015-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.i

[OE-core] [PATCHv2 08/16] gst-plugins-bad: improve FILES variables

2015-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.i

[OE-core] [PATCHv2 02/16] guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm

2015-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc_4.9.bb | 5 ++--- meta/recipes-devtools/guile/guile_2.0.11.bb | 4 meta/recipes-devtools/opensp/opensp_1.5.2.bb | 4 meta/recipes-extended/mailx/mailx_12.5-5.bb

[OE-core] [PATCHv2 06/16] gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG

2015-11-17 Thread Martin Jansa
* ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264 package isn't created when building with minimal dependencies? * ERROR: gstreamer1.0-plugins-bad: gstreamer1.0-plugins-bad-uvch264-dev package isn't created when building with minimal dependencies? * it's because it should depen

[OE-core] [PATCHv2 03/16] directfb: add fPIC to CFLAGS

2015-11-17 Thread Martin Jansa
* fPIC is missing when building directfb-csource.o | arm-webos-linux-gnueabi-libtool: link: arm-webos-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon --sysroot=/home/jenkins/workspace/luneos-unstable/webos-ports/tmp-glibc/sysroots/mako -I/home/jenkins/workspace/luneos-unstable/

[OE-core] [PATCHv2 01/16] icu: force arm mode

2015-11-17 Thread Martin Jansa
* otherwise it triggers following ICE: ERROR: Function failed: do_compile (log file is located at /OE/build/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/icu/53.1-r0/temp/log.do_compile.21570) ERROR: Logfile of failure stored in: /OE/build/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/i

[OE-core] [PATCHv2 04/16] libunwind: fix build for qemuarm

2015-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch | 61 ++ meta/recipes-support/libunwind/libunwind_1.1.bb| 1 + 2 files changed, 62 insertions(+) create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Add-AO_REQUIRE_CAS-to-fix-

[OE-core] [PATCHv2 00/16] Various fixes from LGE

2015-11-17 Thread Martin Jansa
Trying to re-submit with company name in subject in hope it won't be ignored forever. These changes (except tune changes) are needed to get clean build results in "bitbake world". And all except tune are needed in jethro as well. All changes were sent weeks or months ago, but there was no (or al

Re: [OE-core] [PATCH v2 2/3] lttng-tools: Upgrade to 2.7 release

2015-11-17 Thread Burton, Ross
On 16 November 2015 at 11:39, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > Fails with ptest enabled: DEBUG: Executing shell function do_install_ptest_base NOTE: make DESTDIR=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-lsb/build/build/tmp/work/core2-32-poky-linux/ltt

[OE-core] Different behaviors of sysvinit and systemd on FSL p4080ds(ppce500mc core)

2015-11-17 Thread Luo Zhenhua
Hi all, I use jethro of poky + jethro of meta-fsl-ppc layer to build the images (uImage, dtb and core-image-minimal rootfs) for FSL p4080ds board(ppce500mc), the boot process works well. The default init manager is sysvinit. If I add below two lines in local.conf to switch to systemd as the ini

[OE-core] Lots of [host-user-contaminated] warning

2015-11-17 Thread Andreas Müller
Hi, this bugs me for a while and I wonder if I am again the only one facing this: I get floods of warnings for sourcecode files as WARNING: QA Issue: qtserialport: /qtserialport-dbg/usr/src/debug/qtserialport/5.5.99+5.6.0-alpha1+gitAUTOINC+2575d33fab-r0/git/src/serialport/qserialport_p.h is owned