Re: [oe] chromium detected as stripped

2017-09-12 Thread Trevor Woerner
On Wed, Aug 16, 2017 at 10:00 AM, Trevor Woerner wrote: > I won't submit anything to meta-browser until I can build and get it > running on a target (or multiple targets). I've been playing with this off-and-on for the past while. It looks really nice! Unfortunately I can't

[oe] [meta-initramfs][PATCH V2 3/3] klibc.bbclass: Add -mfloat-abi on arm

2017-09-12 Thread Khem Raj
Default toolchain is not configured for hard float therefore we need to pass the right -mfloat-abi option Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- Changes in V2: Rebased meta-initramfs/classes/klibc.bbclass | 2 +- 1 file changed, 1

[oe] [meta-initramfs][PATCH V2 2/3] klibc.bbclass: Use forcevariable override to define flags

2017-09-12 Thread Khem Raj
This is required so it can override the CC settings when clang is used because meta-clang uses toolchain-clang override to set CC and friends so we need to use higher order override, forcevariable is highest order. Signed-off-by: Khem Raj --- Changes in V2: Dont use

[oe] [meta-oe][PATCH 1/3] debsums: inherit gettext

2017-09-12 Thread Khem Raj
Fixes | cd man && po4a --no-translations po4a.cfg | /bin/sh: po4a: command not found | make: *** [Makefile:11: clean] Error 127 Signed-off-by: Khem Raj --- meta-oe/recipes-support/debsums/debsums_2.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-networking][PATCH] tcpdump: fix CVE-2017-11541, 11542, 11543

2017-09-12 Thread wenzong fan
Please ignore this patch, the fixes has been included by: [oe] [meta-networking][PATCH] tcpdump: update to 4.9.2 to fix CVEs Thanks Wenzong On 09/07/2017 05:49 PM, wenzong@windriver.com wrote: From: Wenzong Fan Backport patches for fixing: - CVE-2017-11541:

[oe] [meta-networking][PATCH] tcpdump: update to 4.9.2 to fix CVEs

2017-09-12 Thread wenzong.fan
From: Wenzong Fan Refer to http://www.tcpdump.org/tcpdump-changes.txt: Fix buffer overflow vulnerabilities: CVE-2017-11543 (SLIP) CVE-2017-13011 (bittok2str_internal) Fix infinite loop vulnerabilities: CVE-2017-12989 (RESP) CVE-2017-12990 (ISAKMP)

[oe] [meta-oe][PATCH] networkmanager: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.4.4.bb

[oe] [meta-networking][PATCH] samba: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-networking/recipes-connectivity/samba/samba_4.6.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb index

[oe] [meta-gnome][PATCH] libidl: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-gnome/recipes-gnome/libidl/libidl.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc b/meta-gnome/recipes-gnome/libidl/libidl.inc index a402037..1a5c815 100644 ---

[oe] [meta-oe][PATCH] lvm2: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-oe/recipes-support/lvm2/lvm2.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 179b044..ab8db9c 100644 ---

[oe] [meta-networking][PATCH] ipvsadm: Add HOMEPAGE info into recipe file.

2017-09-12 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb index

[oe] [meta-oe][PATCH v2] v4l-utils: added missing dependency on udev

2017-09-12 Thread Athanasios Oikonomou
Upgrading to newer v4l-utils 1.12.3 on commit f84a551f2d419df88b85987855fec866d9e84b4a Is causing issues because libdvbv5 now require libudev in order to work (commit db42484881bf5e6a902de51fe42444ddf286d52a on v4l-utils). First issue is missing dvb utils dvb-fe-tool, dvb-format-convert,

Re: [oe] [meta-initramfs][PATCH 4/5] klibc.bbclass: Use forcevariable override to define flags

2017-09-12 Thread Martin Jansa
One of these last changes seems to cause: http://errors.yoctoproject.org/Errors/Details/155766/ On Mon, Sep 11, 2017 at 8:47 PM, Andre McCurdy wrote: > On Mon, Sep 11, 2017 at 8:10 AM, Khem Raj wrote: > > This is required so it can override the CC

[oe] [meta-python][PATCH] python-jsonschema, python3-jsonschema: add vcversioner-native dependency

2017-09-12 Thread Pascal Bach
If not added the setup.py will complain that it can't find vcversioner. The non native dependency is not working as the module is required during compilation not at runtime. Also the dependency is required for both the Python 2 and Python 3 version Signed-off-by: Pascal Bach

Re: [oe] [PATCH 000/126] Pyro-next pull request

2017-09-12 Thread akuster808
On 09/12/2017 08:12 AM, Martin Jansa wrote: On Tue, Sep 12, 2017 at 07:55:14AM -0700, akuster808 wrote: On 09/11/2017 03:07 PM, Martin Jansa wrote: On Mon, Sep 11, 2017 at 08:21:02AM -0700, Armin Kuster wrote: Please concider these changes for pyro The following changes since commit

Re: [oe] [PATCH 000/126] Pyro-next pull request

2017-09-12 Thread Martin Jansa
On Tue, Sep 12, 2017 at 07:55:14AM -0700, akuster808 wrote: > > > On 09/11/2017 03:07 PM, Martin Jansa wrote: > > On Mon, Sep 11, 2017 at 08:21:02AM -0700, Armin Kuster wrote: > >> Please concider these changes for pyro > >> > >> The following changes since commit > >>

Re: [oe] [PATCH 000/126] Pyro-next pull request

2017-09-12 Thread akuster808
On 09/11/2017 03:07 PM, Martin Jansa wrote: On Mon, Sep 11, 2017 at 08:21:02AM -0700, Armin Kuster wrote: Please concider these changes for pyro The following changes since commit 5e82995148a2844c6f483ae5ddd1438d87ea9fb7: opencv: disable broken Intel FP16 detection (2017-05-09 16:00:31

[oe] [meta-oe][PATCH 3/3] gnome-keyring: delete blacklisted

2017-09-12 Thread Martin Jansa
* there was some work on it recently, but still contains QA issues and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114415.html Signed-off-by: Martin Jansa --- .../gnome-keyring/gnome-keyring/egg-asn1x.patch| 55

[oe] [meta-oe][PATCH 2/3] system-setup-keyboard: delete blacklisted

2017-09-12 Thread Martin Jansa
* there was some work on it recently, but still contains QA issues and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114478.html Signed-off-by: Martin Jansa --- .../system-setup-keyboard_0.8.8.bb | 33

[oe] [meta-oe][PATCH 1/3] smbnetfs: delete blacklisted

2017-09-12 Thread Martin Jansa
* there was some work on it recently, but it still doesn't work and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114480.html Signed-off-by: Martin Jansa --- ...CK_MODULES-to-found-headers-and-libraries.patch | 42