[oe] [meta-oe][PATCH V2 2/2] lirc: update to 0.9.4d

2017-04-21 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: - Merge lirc.inc - Package extra systemd service files - Correct perms for contrib/ dir - Set security flags to not have pie flags meta-oe/recipes-connectivity/lirc/lirc.inc | 13 --- ...crcd-Mark-local-inline-funtions-as-static.patch

[oe] [meta-oe][PATCH 1/2] jack2: Fix build errors found with gcc7

2017-04-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-typecast-input-parameter-to-int-for-abs.patch | 32 ++ meta-oe/recipes-multimedia/jack/jack_git.bb| 4 ++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644

[oe] State of Java on OE

2017-04-21 Thread Steven Osborn
Is anyone using Java on OE devices right now? meta-java - no release branches. Seems to only be focused on master. I've had trouble even finding a revision that will compile on Morty. meta-oracle-java has a Morty branch, but the URI for the binaries is bad so it fails to install. Overall it

[oe] [meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1

2017-04-21 Thread Andrej Rode
Signed-off-by: Andrej Rode --- .../python/python-gevent/libev-conf.patch | 26 .../python/python-gevent_0.13.8.bb | 15 .../recipes-devtools/python/python-gevent_1.2.1.bb | 28 ++ 3 files

Re: [oe] [meta-oe][ 30/32] lirc: update to 0.9.4d

2017-04-21 Thread Martin Jansa
lirc-0.9.4d: lirc: Files/directories were installed but not shipped in any package: /lib/systemd/system/lircd-setup.service /lib/systemd/system/lircd-uinput.service /lib/systemd/system/irexec.service Please set FILES such that these items are packaged. Alternatively if they are unneeded,

[oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-21 Thread Andrej Rode
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode --- meta-python/recipes-devtools/python/python-systemd_234.bb | 13 + meta-python/recipes-devtools/python/python3-systemd_234.bb |

[oe] [meta-python][PATCH 2/2] python3-pytest-runner: make available for both Python 2 & 3

2017-04-21 Thread Pascal Bach
Signed-off-by: Pascal Bach --- .../recipes-devtools/python/python-pytest-runner.inc| 17 + .../python/python-pytest-runner_2.11.1.bb | 17 - .../python/python3-pytest-runner_2.11.1.bb | 2 ++ 3 files

[oe] [meta-python][PATCH 1/2] python3-setuptools-scm: make version available for both Python 2 & 3

2017-04-21 Thread Pascal Bach
Signed-off-by: Pascal Bach --- .../recipes-devtools/python/python-setuptools-scm.inc | 14 ++ .../python/python-setuptools-scm_1.15.0.bb | 17 ++--- .../python/python3-setuptools-scm_1.15.0.bb | 2 ++ 3 files changed,

Re: [oe] [OE-core] Yocto cups serial port support

2017-04-21 Thread Weng Josn
Hello, Thank you. Best Regards. 2017-04-19 10:18 GMT+01:00 John, Maxin : > Hi, > > > > Generally, cups serial backend is supported by “cups-filter” package. You > can find that package in the “meta-printing” layer: > > https://github.com/rossburton/meta-printing > > > >

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-21 Thread Anders Darander
Hi, * Dengke Du [170421 12:18]: > On 2017年04月18日 20:20, Anders Darander wrote: > > * Dengke Du [170412 07:42]: > > > 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf > > Why do you need to add `id` to HOSTTOOLS? > It's not me decide to add

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-21 Thread Dengke Du
Hi Anders On 2017年04月18日 20:20, Anders Darander wrote: * Dengke Du [170412 07:42]: 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Why do you need to add `id` to HOSTTOOLS? It's not me decide to add "id" to HOSTTOOLS, it's the crash source code decides: In

[oe] [meta-python][PATCH 2/4] python-pysmi: add new recipe

2017-04-21 Thread jackie.huang
From: Jackie Huang python-pysmi is a pure-Python implementation of SNMP/SMI MIB parsing and conversion library. It's required by python-pysnmp. Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-pysmi_0.1.2.bb | 22

[oe] [meta-python][PATCH 3/4] python-pysnmp: add new recipe

2017-04-21 Thread jackie.huang
From: Jackie Huang python-pysnmp is a pure-Python SNMPv1/v2c/v3 library, it's required by python-snimpy. Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-pysnmp_4.3.5.bb | 25 ++ 1 file changed, 25

[oe] [meta-python][PATCH 4/4] python-snimpy: add new recipe

2017-04-21 Thread jackie.huang
From: Jackie Huang Snimpy is a Python-based tool providing a simple interface to build SNMP query. Signed-off-by: Jackie Huang --- .../python/python-snimpy_0.8.11.bb | 26 ++ 1 file changed, 26

[oe] [meta-python][PATCH 1/4] python-ply: add new recipe

2017-04-21 Thread jackie.huang
From: Jackie Huang python-ply: PLY is yet another implementation of lex and yacc for Python. It's required by python-pysmi. Signed-off-by: Jackie Huang --- meta-python/recipes-devtools/python/python-ply_3.10.bb | 17 + 1

[oe] [meta-python][PATCH 0/4] python-snimpy: add new recipe and required packages

2017-04-21 Thread jackie.huang
From: Jackie Huang --- The following changes since commit 2cdea6c5bb09aa90184c17c9157f4fed0e10b3c2: opencv: do not depend on swig. (2017-04-06 13:00:31 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git