[oe] [meta-python][PATCH] python3-paho-mqtt: add native,nativesdk support

2020-06-08 Thread Martin Kelly
Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb index cc6f4dc8c

[oe] [meta-networking][PATCH 1/3] mosquitto: add native, nativesdk support

2020-06-05 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../recipes-connectivity/mosquitto/mosquitto_1.6.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb index

[oe] [meta-networking][PATCH 2/3] msgpack-c: add native, nativesdk support

2020-06-05 Thread Martin Kelly
Signed-off-by: Martin Kelly --- meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb index d410dc6e0..5224f32b0 100644 --- a/meta-oe

[oe] [meta-networking][PATCH 3/3] mosquitto: typo fix

2020-06-05 Thread Martin Kelly
The "ssl" PACKAGECONFIG setting contains WITH_EC_OFF instead of WITH_EC=OFF, resulting in a build break when "ssl" is not set. Signed-off-by: Martin Kelly --- .../recipes-connectivity/mosquitto/mosquitto_1.6.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[oe] [meta-python][PATCH] python3-typing-extensions: add recipe for 3.7.4.2

2020-04-03 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-typing-extensions_3.7.4.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb diff --git a/meta-python/recipes-devtools/python/python3-typing

Re: [oe] [meta-python][PATCH v2] python3-pint: upgrade 0.9 -> 0.11

2020-03-25 Thread Martin Kelly
On 3/25/20 12:46 PM, Khem Raj wrote: On Wed, Mar 25, 2020 at 10:11 AM Martin Kelly wrote: On 3/25/20 9:59 AM, Khem Raj wrote: On 3/25/20 9:48 AM, Martin Kelly wrote: Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Can you rebase

[oe] [meta-python][PATCH v3] python3-pint: upgrade 0.9 -> 0.11

2020-03-25 Thread Martin Kelly
Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python-pint.inc | 6 -- .../python/{python3-pint_0.9.bb => python3-pint_0.11.bb}| 0 2 files changed

Re: [oe] [meta-python][PATCH v2] python3-pint: upgrade 0.9 -> 0.11

2020-03-25 Thread Martin Kelly
On 3/25/20 9:59 AM, Khem Raj wrote: On 3/25/20 9:48 AM, Martin Kelly wrote: Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Can you rebase it on master-next please ? I just did, and it applies cleanly with no changes (applying on top

Re: [oe] [meta-python][PATCH] python3-pint: upgrade 0.9 -> 0.11

2020-03-25 Thread Martin Kelly
On 3/24/20 11:41 PM, Khem Raj wrote: I seeing this https://errors.yoctoproject.org/Errors/Details/398554/ https://errors.yoctoproject.org/Errors/Details/398552/ Sorry I missed this in the flurry of patches I sent out. It's fixed in v2. On Tue, Mar 24, 2020 at 4:46 PM Martin Kelly wrote

[oe] [meta-python][PATCH v2] python3-pint: upgrade 0.9 -> 0.11

2020-03-25 Thread Martin Kelly
Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python-pint.inc | 6 -- .../python/{python3-pint_0.9.bb => python3-pint_0.11.bb}| 0 2 files changed

[oe] [meta-python][PATCH] python3-pint: upgrade 0.9 -> 0.11

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python-pint.inc | 4 ++-- .../python/{python3-pint_0.9.bb => python3-pint_0.11.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pint_0.9.bb => p

[oe] [meta-python][PATCH 06/17] python3-can: add missing RDEPENDS

2020-03-24 Thread Martin Kelly
python3-can has runtime dependencies on aenum and fcntl, but these were missing, so add them. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python3-can_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb

[oe] [meta-python][PATCH 07/17] python3-simpleeval: add recipe for 0.9.10

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-simpleeval_0.9.10.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 17/17] python3-cachecontrol: add recipe for 0.12.6

2020-03-24 Thread Martin Kelly
This recipe originally comes from meta-openstack, but it's dependency-less, so it may as well live here and get wider use. meta-openstack is MIT-licensed, so the recipe is compatible. Signed-off-by: Martin Kelly --- .../python/python3-cachecontrol_0.12.6.bb | 29 +++ 1 file

[oe] [meta-python][PATCH 08/17] python3-typeguard: add recipe for 2.7.1

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-typeguard_2.7.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.7.1

[oe] [meta-python][PATCH 11/17] python3-haversine: add recipe for 2.2.0

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-haversine_2.2.0.bb| 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.2.0.bb diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.2.0

[oe] [meta-python][PATCH 09/17] python3-iso3166: add recipe for 1.0.1

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-iso3166_1.0.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb b

[oe] [meta-python][PATCH 15/17] python3-uritemplate: add recipe for 3.0.1

2020-03-24 Thread Martin Kelly
This recipe originally comes from meta-openstack, but it's dependency-less, so it may as well live here and get wider use. meta-openstack is MIT-licensed, so the recipe is compatible. Also bump the version to 3.0.1, from the 3.0.0 currently in meta-openstack. Signed-off-by: Martin Kelly

[oe] [meta-python][PATCH 01/17] recipes-devtools: remove +x bit

2020-03-24 Thread Martin Kelly
The executable bit was erroneously set on these recipes. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python3-pytz_2019.3.bb| 0 meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755

[oe] [meta-python][PATCH 14/17] python3-sympy: add recipe for 1.5.1

2020-03-24 Thread Martin Kelly
This recipe is adapted from one in meta-jupyter, which is also MIT-licensed. Signed-off-by: Martin Kelly --- .../python/python3-sympy_1.5.1.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-sympy_1.5.1.bb

[oe] [meta-python][PATCH 12/17] python3-polyline: add recipe for 1.4.0

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-polyline_1.4.0.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb

[oe] [meta-python][PATCH 05/17] python3-aenum: add recipe for 2.2.3

2020-03-24 Thread Martin Kelly
This is a dependency for python3-can. Signed-off-by: Martin Kelly --- .../recipes-devtools/python/python3-aenum_2.2.3.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-aenum_2.2.3.bb diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 00/17] Cleanup and new recipes

2020-03-24 Thread Martin Kelly
This patch series contains some miscellaneous cleanup and new python recipes that I'm using for my own project but are more generally applicable. Martin Kelly (17): recipes-devtools: remove +x bit python-msgpack: add native,nativesdk support python3-can: add native,nativesdk recipes

[oe] [meta-python][PATCH 04/17] python-pint: add nativesdk support

2020-03-24 Thread Martin Kelly
This builds just fine with nativesdk, so let's enable it. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python-pint.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools

[oe] [meta-python][PATCH 10/17] python3-geojson: add recipe for 2.5.0

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-geojson_2.5.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b

[oe] [meta-python][PATCH 16/17] python3-lockfile: add recipe for 0.12.2

2020-03-24 Thread Martin Kelly
Signed-off-by: Martin Kelly --- .../python/python3-lockfile_0.12.2.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb diff --git a/meta-python/recipes-devtools/python/python3-lockfile_0.12.2

[oe] [meta-python][PATCH 13/17] python3-mpmath: add recipe for 1.10

2020-03-24 Thread Martin Kelly
This is a dependency for python3-sympy. This recipe is adapted from one in meta-jupyter, which is also MIT-licensed. Signed-off-by: Martin Kelly --- .../python/python3-mpmath_1.1.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH 02/17] python-msgpack: add native,nativesdk support

2020-03-24 Thread Martin Kelly
This builds fine with native and nativesdk, so let's add it to the package. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python-msgpack.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes

[oe] [meta-python][PATCH 03/17] python3-can: add native,nativesdk recipes

2020-03-24 Thread Martin Kelly
This builds fine for native and nativesdk, so add recipes for it. Signed-off-by: Martin Kelly --- meta-python/recipes-devtools/python/python3-can_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb b/meta-python/recipes

Re: [oe] meson.bbclass broken on rocko

2018-05-14 Thread Martin Kelly
On 05/11/2018 04:52 PM, robert_jos...@selinc.com wrote: Martin Kelly <mke...@xevo.com> wrote on 05/09/2018 04:44:05 PM: From: Martin Kelly <mke...@xevo.com> To: robert_jos...@selinc.com, openembedded-devel@lists.openembedded.org, Date: 05/09/2018 04:44 PM Subject: Re: [oe] m

Re: [oe] meson.bbclass broken on rocko

2018-05-09 Thread Martin Kelly
On 05/09/2018 02:04 PM, robert_jos...@selinc.com wrote: I have a build based on poky that makes use of meson.bbclass from meta-oe that is now broken after a recent update to OE-core. When using the latest rocko branches from poky and meta-oe, my meson builds end up with the wrong paths to ld and

[oe] [meta-oe][PATCH 1/3] libmbim: upgrade to 1.16

2018-05-08 Thread Martin Kelly
This is needed for the next version of modemmanager. Signed-off-by: Martin Kelly <mke...@xevo.com> --- A similar patch was also sent by Khem Raj; that patch is just as good, but I wanted to send this in the same series because the modemmanager upgrade requires a libmbim upgrade. .../l

[oe] [meta-oe][PATCH 2/3] modemmanager: upgrade to 1.7.991

2018-05-08 Thread Martin Kelly
This version has a ublox plugin for expanded modem support. The underlying issue that enum-conversion.patch fixes appears to already have been fixed upstream, so we can drop the patch. Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../modemmanager/modemmanager/enum-conversion.patc

[oe] [meta-oe][PATCH 3/3] modemmanager: fix mbim disable string

2018-05-08 Thread Martin Kelly
The current string used to disable mbim is "--enable-mbim=no", which is producing a warning. It should be "--with-mdim=no", so change it. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb | 2 +- 1 file

Re: [oe] [meta-networking][PATCH] waf-samba.bbclass: No longer inherit waf.bbclass

2018-02-16 Thread Martin Kelly
On 02/11/2018 01:51 PM, Joshua Watt wrote: waf-samba.bbclass uses waf in a very different way than the "standard" method that waf.bbclass targets and ends getting very little useful functionality from that class. Signed-off-by: Joshua Watt ---

[oe] [meta-python][PATCH 2/3] python-pyparsing: add nativesdk support

2018-02-08 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-python/recipes-devtools/python/python-pyparsing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-python/recipes-devtools/python/python-pyparsing.inc

[oe] [meta-python][PATCH 3/3] python-cython: add nativesdk support

2018-02-08 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-python/recipes-devtools/python/python-cython.inc | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cyth

[oe] [meta-python][PATCH 1/3] python-cython: fill in missing rdepends

2018-02-08 Thread Martin Kelly
There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-python/recipes-devtools/python/python-cython.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-

[oe] [meta-python][pyro][PATCH] python-cython: mangle scripts to use /usr/bin/env python

2018-02-06 Thread Martin Kelly
ding the limit was already possible when using a long path for topdir, but it got easier to exceed after the switch to per-recipe sysroots. Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-python/recipes-devtools/python/python-cyt

Re: [oe] [global meta-oe PATCH] Stop using base_conditional utility method

2018-01-31 Thread Martin Kelly
Would it possible to fast-track this to master? It is breaking all my builds. On 01/31/2018 07:53 AM, Otavio Salvador wrote: On Wed, Jan 31, 2018 at 1:37 PM, Martin Jansa wrote: FWIW: I've sent the same change yesterday. Great; it was not merged yet it seems as I

Re: [oe] [meta-oe][rocko][PATCH] gpsd: fix /etc/default/gpsd ALTERNATIVES logic

2018-01-03 Thread Martin Kelly
On 12/28/2017 06:56 AM, Ramon Fried wrote: From: Martin Kelly <mke...@xevo.com> The ALTERNATIVES logic for the /etc/default/gpsd file is broken, specifying ALTERNATIVE_LINK without brackets. In addition, it refers to ALTERNATIVE_PATH, which update-alternatives.bbclass doesn

Re: [oe] [meta-oe][PATCH v2] meson: export native env only for native build

2017-12-06 Thread Martin Kelly
Hi all, Since meson has not yet transition to OE-core, could we consider this patch for meta-OE in the meantime? It is causing bugs in my build, so I'm hoping to drop my private patch backports. On 11/14/2017 10:22 AM, Martin Kelly wrote: Although the meson crossfile should take care

Re: [oe] [meta-oe][PATCH 2/2] gpsd: add gpsdctl@.service for USB autoplug

2017-11-16 Thread Martin Kelly
On 11/15/2017 07:13 PM, Khem Raj wrote: On Wed, Nov 15, 2017 at 12:53 PM Martin Kelly <mke...@xevo.com <mailto:mke...@xevo.com>> wrote: This service allows gpsd to automatically recognize USB devices but is currently missing from our packaging. Without

[oe] [meta-oe][PATCH v2 1/2] gpsd: use upstream config instead of our own

2017-11-16 Thread Martin Kelly
We have our own versions of the udev, hotplug, and systemd scripts, but at this point they are several years old and were added to fix bugs at the time. As far as I can tell, the relevant bugs are now fixed upstream, so we can move back to the upstream versions. Signed-off-by: Martin Kelly <

[oe] [meta-oe][PATCH v2 2/2] gpsd: add gpsdctl@.service for USB autoplug

2017-11-16 Thread Martin Kelly
This service allows gpsd to automatically recognize USB devices but is currently missing from our packaging. Without this service and the matching udev rules from upstream, gpsd will fail to recognize USB devices when they are plugged in. Signed-off-by: Martin Kelly <mke...@xevo.com> --- m

[oe] [meta-oe][PATCH] gpsd: fix /etc/default/gpsd ALTERNATIVES logic

2017-11-15 Thread Martin Kelly
/gpsd.default. Currently, no such link gets created, and gpsd starts off disabled by default since it's missing this config file. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH 2/2] gpsd: add gpsdctl@.service for USB autoplug

2017-11-15 Thread Martin Kelly
This service allows gpsd to automatically recognize USB devices but is currently missing from our packaging. Without this service and the matching udev rules from upstream, gpsd will fail to recognize USB devices when they are plugged in. Signed-off-by: Martin Kelly <mke...@xevo.com> --- m

[oe] [meta-oe][PATCH 1/2] gpsd: use upstream config instead of our own

2017-11-15 Thread Martin Kelly
We have our own versions of the udev, hotplug, and systemd scripts, but at this point they are several years old and were added to fix bugs at the time. As far as I can tell, the relevant bugs are now fixed upstream, so we can move back to the upstream versions. Signed-off-by: Martin Kelly <

Re: [oe] [meta-oe][PATCH] meson: export native env only for native build

2017-11-15 Thread Martin Kelly
On 11/15/2017 02:05 AM, Alexander Kanavin wrote: On 11/14/2017 08:23 PM, Martin Kelly wrote: For native builds: - Keep the defaults (which use native tools), but export PKG_CONFIG=pkg-config-native instead of pkg-config. For target builds: - Set CC, CXX, LD, and AR, but *not* CFLAGS

Re: [oe] [meta-oe][PATCH] meson: export native env only for native build

2017-11-14 Thread Martin Kelly
On 11/14/2017 04:36 AM, Alexander Kanavin wrote: On 11/13/2017 09:27 PM, Martin Kelly wrote: Although the meson crossfile should take care of setting the right cross environment for a target build, meson slurps any set CFLAGS, CXXFLAGS, LDFLAGS, and CPPFLAGS from the environment and injects

[oe] [meta-oe][PATCH v2] meson: export native env only for native build

2017-11-14 Thread Martin Kelly
the other native vars *only* for the native build. For target builds, these vars will get overridden by the cross file as we expect. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/classes/meson.bbclass | 27 --- 1 file changed, 16 insertions(+), 11 del

[oe] [meta-oe][PATCH] meson: export native env only for native build

2017-11-13 Thread Martin Kelly
the other native vars *only* for the native build. For target builds, these vars will get overridden by the cross file as we expect. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/classes/meson.bbclass | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-)

[oe] [meta-oe][PATCH] usb-modeswitch: add usb-modeswitch@.service

2017-11-07 Thread Martin Kelly
This service is essential for making hotplugging work correctly on a systemd system. Without it, USB devices get recognized by systemd instead of the usb-modeswitch udev rule, so hotplugging breaks. Once the service is added, hotplugging works properly again. Signed-off-by: Martin Kelly <

[oe] [meta-oe][PATCH] gpsd: add missing python-pygps RDEPENDS

2017-10-30 Thread Martin Kelly
Several runtime dependencies are missing from python-pygps. You can verify this by adding gps-utils to an image and running gpsfake, which will fail with python import errors. With this patch, gpsfake works correctly. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-navi

[oe] [meta-oe][PATCH] open-vm-tools: remove custom procps logic

2017-07-17 Thread Martin Kelly
procps is picked up by pkgconfig without issue, so we no longer need this logic. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-support/open-vm-tools/o

Re: [oe] [meta-qt5][PATCH] qtbase-native: Fix qdbuscpp2xml segfault

2017-07-12 Thread Martin Kelly
? for 5.8, i havent tested 5.9 On Wed, Jul 12, 2017 at 1:13 AM, Martin Kelly <mke...@xevo.com> wrote: Thanks! This bug has been bothering me for a while now, and the patch fixes the issue for me. I think the patch does not cause trouble for Qt <= 5.8 installed on build host. It se

Re: [oe] [meta-qt5][PATCH] qtbase-native: Fix qdbuscpp2xml segfault

2017-07-12 Thread Martin Kelly
:13 AM, Martin Kelly <mke...@xevo.com> wrote: Thanks! This bug has been bothering me for a while now, and the patch fixes the issue for me. On 07/11/2017 11:13 AM, Khem Raj wrote: 0012-qdbuscpp2xml.pro-do-not-build-with-bootstrapped-depe.patch alone was causing qdbuscpp2xml to simply segfau

Re: [oe] [meta-qt5][PATCH] qtbase-native: Fix qdbuscpp2xml segfault

2017-07-11 Thread Martin Kelly
Thanks! This bug has been bothering me for a while now, and the patch fixes the issue for me. On 07/11/2017 11:13 AM, Khem Raj wrote: 0012-qdbuscpp2xml.pro-do-not-build-with-bootstrapped-depe.patch alone was causing qdbuscpp2xml to simply segfault on simple invocation Signed-off-by: Khem Raj

Re: [oe] [meta-oe][PATCH v2] 00/17] new recipe v2: open-vm-tools recipe

2017-06-27 Thread Martin Kelly
rtin Jansa wrote: It's already in master-next waiting for jenkins builds to finish. On Wed, Jun 28, 2017 at 12:24 AM, Martin Kelly <mke...@xevo.com <mailto:mke...@xevo.com>> wrote: (ping) I mistyped a character, so the patches did not correctly show up on Patchwork (sorry!

Re: [oe] [meta-oe][PATCH v2] 00/17] new recipe v2: open-vm-tools recipe

2017-06-27 Thread Martin Kelly
(ping) I mistyped a character, so the patches did not correctly show up on Patchwork (sorry!). On 06/23/2017 03:47 PM, Martin Kelly wrote: Hi all, This is version 2 of a patch series to add a new recipe for Open VM Tools to meta-oe. This recipe is invaluable for using Openembedded

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-23 Thread Martin Kelly
On 06/23/2017 03:33 AM, Martin Jansa wrote: On Thu, Jun 22, 2017 at 11:21:16AM -0700, Martin Kelly wrote: On 06/22/2017 10:32 AM, Martin Jansa wrote: It basically just calls this script: openembedded-core/scripts/sstate-diff-machines.sh --machines="qemux86copy qemux86 qemuarm" --tar

[oe] [meta-oe][PATCH v2] 03/17] open-vm-tools: add missing glib-2.0-native dependency

2017-06-23 Thread Martin Kelly
glib-2.0-native is needed to find glib-genmarshal. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5

[oe] [meta-oe][PATCH v2] 09/17] open-vm-tools: add #include to fix build break

2017-06-23 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../0003-add-include-sys-sysmacros.h.patch | 33 ++ .../open-vm-tools/open-vm-tools_10.1.5.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta-oe/recipes-support/open-vm-tools/open-vm

[oe] [meta-oe][PATCH v2] 10/17] open-vm-tools: add missing X11 dependencies

2017-06-23 Thread Martin Kelly
Certain dependencies that are implied when we build with X11 support -- such as libxext -- were missing. Add them, and meanwhile switch to using PACKAGECONFIG[x11] instead of DISTRO_FEATURES. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/o

[oe] [meta-oe][PATCH v2] 01/17] add open-vm-tools recipe

2017-06-23 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../recipes-support/open-vm-tools/files/tools.conf | 2 + .../open-vm-tools/files/vmtoolsd.service | 11 .../open-vm-tools/0001-Fix-kernel-detection.patch | 35 ++ .../open-vm-tools/open-vm-tools_10.0.5.bb

[oe] [meta-oe][PATCH v2] 08/17] open-vm-tools: don't use dnet-config

2017-06-23 Thread Martin Kelly
dnet-config wasn't found in the PATH, and it doesn't work properly for cross-compile anyway. Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../0002-configure.ac-don-t-use-dnet-config.patch | 41 ++ .../open-vm-tools/open-vm-tools_10.1.5.bb | 3 ++ 2

[oe] [meta-oe][PATCH v2] 11/17] open-vm-tools: remove kernel module logic

2017-06-23 Thread Martin Kelly
All the modules are upstream for Linux >= 4.0, so no modules are being built anyway. We can safely remove the build logic for them. Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../open-vm-tools/0001-Fix-kernel-detection.patch | 35 -- ... 0001-configure.ac-

[oe] [meta-oe][PATCH v2] 13/17] open-vm-tools: support FUSE

2017-06-23 Thread Martin Kelly
The vmhgfs driver is now gone, but they use FUSE instead. Add FUSE support so we don't lose the functionality vmhgfs use to provide. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 3 +++ 1 file changed, 3 insertions(+)

[oe] [meta-oe][PATCH v2] 05/17] open-vm-tools: base_contains --> bb.utils.contains

2017-06-23 Thread Martin Kelly
base_contains is deprecated, as the friendly warning reminds us. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/open-vm-tools/o

[oe] [meta-oe][PATCH v2] 07/17] open-vm-tools: don't use mspack

2017-06-23 Thread Martin Kelly
It's not actually needed when you set --disable-deploypkg. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/open-vm-tools/o

[oe] [meta-oe][PATCH v2] 04/17] open-vm-tools: clarify and expand licensing

2017-06-23 Thread Martin Kelly
Userspace tools are licensed LGPLv2 and the kernel modules are various licenses depending on the platform. Clarify this and add appropriate licensing variables. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 10 --

[oe] [meta-oe][PATCH v2] 06/17] open-vm-tools: update version to 10.1.5

2017-06-23 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../{open-vm-tools_10.0.5.bb => open-vm-tools_10.1.5.bb}| 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/open-vm-tools/{open-vm-tools_10.0.5.bb => open-vm-tools_10.1.5.bb} (95%)

[oe] [meta-oe][PATCH v2] 14/17] open-vm-tools: scope build to only x86

2017-06-23 Thread Martin Kelly
Since open-vm-tools builds only on x86, set COMPATIBLE_HOST to reflect this. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/open-vm-tools/o

[oe] [meta-oe][PATCH v2] 02/17] open-vm-tools: add missing pkgconfig dependency

2017-06-23 Thread Martin Kelly
The configure.ac script uses pkgconfig but we didn't depend on it, so it was silently not using pkgconfig. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m

[oe] [meta-oe][PATCH v2] 12/17] open-vm-tools: line up configure options

2017-06-23 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/o

[oe] [meta-oe][PATCH v2] 16/17] open-vm-tools: fix all hardcoded paths

2017-06-23 Thread Martin Kelly
Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm

[oe] [meta-oe][PATCH v2] 17/17] open-vm-tools: remove -Wno-error

2017-06-23 Thread Martin Kelly
In the past, we compiled with -Wno-error=deprecated-declarations, but the current version compiles fine without it, so remove it. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 -- 1 file changed, 2 deletions(-) diff

[oe] [meta-oe][PATCH v2] 15/17] open-vm-tools: style changes

2017-06-23 Thread Martin Kelly
Various cosmetic changes to make the recipe match the style guide: http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Kelly <mke...@xevo.com> --- .../open-vm-tools/open-vm-tools_10.1.5.bb | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-)

[oe] [meta-oe][PATCH v2] 00/17] new recipe v2: open-vm-tools recipe

2017-06-23 Thread Martin Kelly
16:04:14 +0200) are available in the git repository at: git://github.com/XevoInc/meta-openembedded open-vm-tools-v2 https://github.com/XevoInc/meta-openembedded/tree/open-vm-tools-v2 Martin Kelly (17): add open-vm-tools recipe open-vm-tools: add missing pkgconfig dependency open-vm-tools

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-22 Thread Martin Kelly
nk. On Thu, Jun 22, 2017 at 7:15 PM, Martin Kelly <mke...@xevo.com <mailto:mke...@xevo.com>> wrote: (ping) I apologize for the top-post but did not want to have the ping lost in the noise. On Mon, 2017-06-19 at 16:43 -0700, Martin Kelly wrote: > On Sun, 201

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-22 Thread Martin Kelly
(ping) I apologize for the top-post but did not want to have the ping lost in the noise. On Mon, 2017-06-19 at 16:43 -0700, Martin Kelly wrote: > On Sun, 2017-06-18 at 22:28 +0200, Martin Jansa wrote: > > And there is also this: > > > > === Incorrect PACKAGE_ARCH or

Re: [oe] meta-qt5 nothing provides qtdeclarative-plugins

2017-06-21 Thread Martin Kelly
On Wed, 2017-06-21 at 14:41 -0400, Paul Knopf wrote: > I'm not familiar with the qt5 build process. Do you know what > PACKAGECONFIG > I need to enable? > > https://github.com/meta-qt5/meta-qt5/blob/3ae86cb/recipes-qt/qt5/qtba > se_git.bb > You need qml-debug. See this thread for more details:

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-19 Thread Martin Kelly
, can you please update > > COMPATIBLE_HOST restriction? > > > > http://errors.yoctoproject.org/Errors/Details/145599/ > > > > On Thu, Jun 15, 2017 at 7:50 PM, Martin Jansa <martin.jansa@gmail.c > > om> wrote: > > > OK, I'll try to remember to fix i

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-19 Thread Martin Kelly
On Fri, 2017-06-16 at 21:53 +, Darren Hart wrote: > On 06/09/2017 03:22 PM, Martin Kelly wrote: > > Hi all, > > > > This patch series adds a new recipe for Open VM Tools to meta-oe. > > This recipe is invaluable for using Openembedded with VMWare, as > > witho

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-19 Thread Martin Kelly
-Original Message- From: Martin Jansa <martin.ja...@gmail.com> To: Martin Kelly <mke...@xevo.com> Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>, Koen Kooi <k...@dominion.thruhere.net> Subject: Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-v

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
to pull it in. Regards, Small note: Looks like the initial commit (24b2ac) has a small typo that should ideally be fixed before it's merged into master: "open-vm-tools: add recipe from meat-foss-openswitch" "meat" --> "meta" On Thu, Jun 15, 2017 at 6:36

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
, 2017 at 7:07 PM, Martin Kelly <mke...@xevo.com <mailto:mke...@xevo.com>> wrote: On 06/15/2017 09:54 AM, Martin Jansa wrote: It didn't make it to patchwork, because you've sent only the cover letter. I've added it to master-next now. Next time please send als

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
On 06/09/2017 03:22 PM, Martin Kelly wrote: Hi all, This patch series adds a new recipe for Open VM Tools to meta-oe. This recipe is invaluable for using Openembedded with VMWare, as without the tools, performance is very slow. More information about Open VM Tools can be found here: https

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
have spit out. On Thu, Jun 15, 2017 at 6:36 PM, Martin Kelly <mke...@xevo.com <mailto:mke...@xevo.com>> wrote: On 06/09/2017 03:22 PM, Martin Kelly wrote: Hi all, This patch series adds a new recipe for Open VM Tools to meta-oe. This recipe i

[oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-09 Thread Martin Kelly
1:34 +) -------- Martin Kelly (14): add open-vm-tools recipe open-vm-tools: add missing pkgconfig dependency open-vm-tools: add missing glib-2.0-native dependency open-vm-tools: clarify and expand licensing open-vm-tools: base_contains --> bb.utils.contai

Re: [oe] [meta-oe][PATCH] gtest: add -fPIC

2017-03-28 Thread Martin Kelly
On 03/28/2017 02:32 PM, Andre McCurdy wrote: Right. So the question is if security flags are enabled (and therefore -fpie is passed into the gtest build via CFLAGS) then why do you see an issue? Looking at this more, I see that I hit the issue in dlt-daemon because it was trying to compile

Re: [oe] [meta-oe][PATCH] gtest: add -fPIC

2017-03-28 Thread Martin Kelly
On 03/28/2017 01:47 PM, Khem Raj wrote: On 3/28/17 1:37 PM, Andre McCurdy wrote: On Tue, Mar 28, 2017 at 12:33 PM, Martin Kelly <mar...@xevo.com> wrote: From: Martin Kelly <mke...@xevo.com> I tried turning on the Yocto security flags and hit a compilation error due to gtest n

Re: [oe] [meta-oe][PATCH] gtest: add -fPIC

2017-03-28 Thread Martin Kelly
On 03/28/2017 02:05 PM, Andre McCurdy wrote: On Tue, Mar 28, 2017 at 1:55 PM, Martin Kelly <mke...@xevo.com> wrote: On 03/28/2017 01:47 PM, Khem Raj wrote: On 3/28/17 1:37 PM, Andre McCurdy wrote: On Tue, Mar 28, 2017 at 12:33 PM, Martin Kelly <mar...@xevo.com> wrote: From:

[oe] [meta-oe][PATCH] gtest: add -fPIC

2017-03-28 Thread Martin Kelly
From: Martin Kelly <mke...@xevo.com> I tried turning on the Yocto security flags and hit a compilation error due to gtest not compiling. Adding -fPIC fixes the issue. Signed-off-by: Martin Kelly <mke...@xevo.com> --- meta-oe/recipes-test/gtest/gtest_1.8.0.bb | 9 + 1 fil

Re: [oe] [meta-clang] llvm-config cross-compile improvements

2017-03-20 Thread Martin Kelly
On 03/20/2017 10:37 AM, Khem Raj wrote: On Sat, Mar 18, 2017 at 8:29 PM, Martin Kelly <mke...@xevo.com> wrote: Hi, This patch series fixes a number of issues I hit when trying to use the meta-clang llvm-config to cross-compile a project that uses CMake, calling into llvm-config, to det

[oe] [meta-clang] llvm-config cross-compile improvements

2017-03-19 Thread Martin Kelly
at: https://github.com/surround-io/meta-clang for you to fetch changes up to 7d294bc2548ade23b7d25761d73769e712617c51: clang: build for only target and host (2017-03-18 18:01:50 -0700) Martin Kelly (5): clang: correct