[oe] [meta-oe][PATCH 1/3] volume-key: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-volume-key" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 2/3] isomd5sum: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-isomd5sum" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 3/3] satyr: fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li Multilib enabled, and add IMAGE_INSTALL_append = " python3-satyr" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal',

[oe] [meta-oe][PATCH 0/3] fix "Nothing RPROVIDES" when multilib enabled

2019-07-10 Thread changqing.li
From: Changqing Li These 3 recipe have similar problem, when multilib is enabled, Eg, for satyr, PN is expaned to lib32-satyr, so packages will name like lib32-python3-lib32-satyr, fixed by use BPN. Changqing Li (3): volume-key: fix "Nothing RPROVIDES" when multilib enabled isomd5sum: fix

[oe] [meta-python] [PATCHv2] python-mako: upgrade 1.0.12 -> 1.0.13

2019-07-10 Thread Zang Ruochen
-Upgrade from python-mako_1.0.12.bb to python-mako_1.0.13.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python-mako_1.0.12.bb => python-mako_1.0.13.bb} | 0 2 files changed, 2 insertions(+), 2

[oe] [meta-networking][PATCH 1/1] drbd-utils: enable reproducible_build awareness

2019-07-10 Thread Joe Slater
Enable use of SOURCE_DATE_EPOCH from the reproducible_build bbclass. Signed-off-by: Joe Slater --- meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb

[oe] [meta-oe][PATCH] gpsd: Drop bluez4 support

2019-07-10 Thread Adrian Bunk
bluez4 was removed from meta-oe 2 years ago. Signed-off-by: Adrian Bunk --- meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb

[oe] [meta-oe][PATCH] openobex: Drop bluez4 support

2019-07-10 Thread Adrian Bunk
bluez4 was removed from meta-oe 2 years ago. Signed-off-by: Adrian Bunk --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb

[oe] [meta-oe][PATCH] obex-data-server: Drop bluez4 support

2019-07-10 Thread Adrian Bunk
bluez4 was removed from meta-oe 2 years ago. Signed-off-by: Adrian Bunk --- meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb

[oe] [meta-oe][PATCH] zeromq: Upgrade 4.3.1 -> 4.3.2

2019-07-10 Thread Adrian Bunk
This includes the fix for CVE-2019-13132. Signed-off-by: Adrian Bunk --- .../zeromq/{zeromq_4.3.1.bb => zeromq_4.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.3.1.bb => zeromq_4.3.2.bb} (85%) diff --git

Re: [oe] [meta-oe][PATCH 3/3] picocom: update to 3.1

2019-07-10 Thread Khem Raj
Hi Paul This fails to build on musl see https://errors.yoctoproject.org/Errors/Details/251294/ I think we need a fix similar to this one https://github.com/serialport/node-serialport/commit/02e2bfecf0b32037121abb5bc2925dcb83785934 can you try it out and send a v2 if it works ? On Tue, Jul 9,

Re: [oe] [meta-networking][PATCH v2] adcli: added new recipe.

2019-07-10 Thread Khem Raj
On Wed, Jun 26, 2019 at 10:57 PM Lei Maohui wrote: > > radiusclient-ng is too old. So, added a substitute. > This fails to build on musl https://errors.yoctoproject.org/Errors/Details/251280/ Can you try a patch like this and see if it works for you? it will also fix the build on musl ---

[oe] [meta-oe][PATCH] gpsd: Fix the systemd service run paths

2019-07-10 Thread Alistair Francis
Make sure that we call gpsd from /usr instead of /usr/local. Signed-off-by: Alistair Francis --- meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb

Re: [oe] [PATCH] python-humanfriendly: Add recipe for the humanfriendly package.

2019-07-10 Thread Tim Orling
On Tue, Jul 9, 2019 at 1:21 AM Windel Bouwman wrote: > Signed-off-by: Windel Bouwman > --- > .../python/python-humanfriendly.inc | 25 +++ > .../python/python-humanfriendly_4.18.bb | 2 ++ > .../python/python3-humanfriendly_4.18.bb | 2 ++ > 3 files

[oe] [meta-networking][PATCH] dhcpcd: enable udev by default

2019-07-10 Thread Radovan Scasny
Signed-off-by: Radovan Scasny --- meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb index

[oe] [warrior][PATCH 5/5] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite

2019-07-10 Thread Martin Jansa
* phoronix-test-suite is allarch, but util-linux and lsb aren't === Comparing signatures for task do_package_write_ipk.sigdata between qemux86 and qemux86copy === ERROR: phoronix-test-suite different signature for task do_package_write_ipk.sigdata between qemux86 and qemux86copy Hash for

[oe] [warrior][PATCH 3/5] oprofile: make MACHINE_ARCH

2019-07-10 Thread Martin Jansa
* fixes: ERROR: oprofile different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot changed from deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb to

[oe] [warrior][PATCH 4/5] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH

2019-07-10 Thread Martin Jansa
From: Martin Jansa * the kernel dependency was added couple years ago with: https://git.openembedded.org/openembedded-core/commit/?id=16bc366877a2e02d96adb91b90e30710777e6f09 the reasons for it no longer seem valid as it build ok without the dependency * there as some differences in the

[oe] [warrior][PATCH 2/5] ndctl: Remove the unnecessary dependency on virtual/kernel

2019-07-10 Thread Martin Jansa
From: Adrian Bunk This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/conf/layer.conf | 6 -- meta-oe/recipes-core/ndctl/ndctl_v63.bb | 5 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git

[oe] [warrior][PATCH 1/5] ndctl: make MACHINE_ARCH and ignore from libblockdev

2019-07-10 Thread Martin Jansa
* fixes: ERROR: libblockdev different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot changed from bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b to

[oe] [meta-oe][PATCH] iniparser: add initial recipe

2019-07-10 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../iniparser/Add-CMake-support.patch | 63 +++ .../iniparser/iniparser_4.1.bb| 17 + 2 files changed, 80

[oe] [meta-java][PATCH] openjdk7: fix arm32JIT with current gcc versions by disabling optimizer

2019-07-10 Thread Richard Leitner
This works around a severe error in the arm32JIT when built with current gcc cross compiler versions with O1 (or higher) set. There were different errors thrown for this problem when built on different machines, some of them are: fatal error: only PUSH_EA or PUSH_FD available on Thumb or

[oe] [meta-java][PATCH] icedtea7-native: use openjdk build helper functions

2019-07-10 Thread Richard Leitner
Replace target arch selection switch with functions from the openjdk build helper. Signed-off-by: Richard Leitner --- recipes-core/icedtea/icedtea7-native.inc | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/recipes-core/icedtea/icedtea7-native.inc

Re: [oe] [meta-java][PATCH v4 00/23] Multiple patches for multiconfig

2019-07-10 Thread Richard Leitner
Hi, this is a note to let you know that I've just added this setries to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If you have any questions,

Re: [oe] [meta-oe][PATCH v2] pm-graph: package the pm-graph files

2019-07-10 Thread Liwei Song
On 07/10/2019 10:33 AM, Saini, Naveen Kumar wrote: > > > On 7/5/19 10:03 AM, Liwei Song wrote: >> >> >> On 07/05/2019 10:01 AM, Saini, Naveen Kumar wrote: >>> >>> >>> On 7/5/19 9:43 AM, Liwei Song wrote: package /usr/lib/pm-grap and /bin/* files created by pm-graph to aviod "Files