[oe] [meta-networking][PATCH 1/2] drbd: fix compile errors

2019-04-16 Thread kai.kang
From: Kai Kang It fails to build drbd with errors: | LD [M] .../tmp/work/qemux86_64-poky-linux/drbd/9.0.17-1-r0/drbd-9.0.17-1/drbd/drbd.o | x86_64-poky-linux-ld.bfd: cannot find | .../tmp/work/qemux86_64-poky-linux/drbd/9.0.17-1-r0/drbd-9.0.17-1/drbd/drbd_bitmap.o: No such file or directory

[oe] [meta-networking][PATCH 2/2] drbd-utils: fix file conflict with base-files

2019-04-16 Thread kai.kang
From: Kai Kang drbd-utils installs directory /var/run but is a link file installed by package base-files. Remove /var/run to fix the file conflict issue. Signed-off-by: Kai Kang --- meta-networking/recipes-support/drbd/drbd-utils_9.8.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[oe] [meta-python] [PATCH] python-py: upgrade 1.6.0 -> 1.8.0

2019-04-16 Thread Zang Ruochen
-Upgrade from python-py_1.6.0.bb to python-py_1.8.0.bb. -Upgrade from python3-py_1.6.0.bb to python3-py_1.8.0.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-py.inc | 4 ++-- .../python/{python-py_1.6.0.bb => python-py_1.8.0.bb} | 0 .../python

[oe] [meta-python] [PATCH] python-psutil: upgrade 5.4.6 -> 5.6.1

2019-04-16 Thread Zang Ruochen
-Upgrade from python-psutil_5.4.6.bb to python-psutil_5.6.1.bb. -Upgrade from python3-psutil_5.4.6.bb to python3-psutil_5.6.1.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- .../python/{python-psutil_5.4.6.bb => python-psutil_5.6.1.bb}

[oe] [meta-python] [PATCH] python-pbr: upgrade 4.2.0 -> 5.1.3

2019-04-16 Thread Zang Ruochen
-Upgrade from python-pbr_4.2.0.bb to python-pbr_5.1.3.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pbr_4.2.0.bb | 7 --- meta-python/recipes-devtools/python/python-pbr_5.1.3.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644

[oe] [meta-python] [PATCH] python-paste: upgrade 3.0.6 -> 3.0.8

2019-04-16 Thread Zang Ruochen
-Upgrade from python-paste_3.0.6.bb to python-paste_3.0.8.bb. Signed-off-by: Zang Ruochen --- .../python/{python-paste_3.0.6.bb => python-paste_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-paste_3.0.6.bb => python-past

[oe] [meta-python] [PATCH] python-msgpack: upgrade 0.6.0 -> 0.6.1

2019-04-16 Thread Zang Ruochen
-Upgrade from python-msgpack_0.6.0.bb to python-msgpack_0.6.1.bb. -Upgrade from python3-msgpack_0.6.0.bb to python3-msgpack_0.6.1.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-msgpack.inc| 4 ++-- .../{python-msgpack_0.6.0.bb => python-msgpack_0.6.1.bb}

[oe] [meta-python] [PATCH] python-mako: upgrade 1.0.7 -> 1.0.9

2019-04-16 Thread Zang Ruochen
-Upgrade from python-mako_1.0.7.bb to python-mako_1.0.9.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python-mako_1.0.7.bb => python-mako_1.0.9.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-pyt

Re: [oe] [PATCH] u-boot: Fix missing Python.h build failure

2019-04-16 Thread Khem Raj
wrong ml I guess. On Tue, Apr 16, 2019 at 3:31 AM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > ...rt-pylibfdt-Use-Python-2-in-Makefile.patch | 37 +++ > meta/recipes-bsp/u-boot/u-boot-common.inc | 4 +- > 2 files changed, 40 insertions(+), 1 deletion(

Re: [oe] [meta-oe][PATCH] php: Fix libzip extension

2019-04-16 Thread Khem Raj
I think this breaks php itself https://errors.yoctoproject.org/Errors/Details/237658/ On Sun, Apr 14, 2019 at 6:38 PM wrote: > > From: Aaron Chun Yew Chan > > Phoronix Test Suite 8.x requires zlib and zip extension in PHP 7.x > > Signed-off-by: Aaron Chun Yew Chan > --- > meta-oe/recipes-devt

[oe] [meta-oe][PATCH] sip: Update to 4.19.16.

2019-04-16 Thread Philip Balister
* Note SRC_URI changed from SourceForge to Riverbank Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/sip/sip.inc | 14 +++--- meta-oe/recipes-devtools/sip/sip3_4.19.13.bb | 11 --- meta-oe/recipes-devtools/sip/sip3_4.19.16.bb

[oe] [PATCH] u-boot: Fix missing Python.h build failure

2019-04-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...rt-pylibfdt-Use-Python-2-in-Makefile.patch | 37 +++ meta/recipes-bsp/u-boot/u-boot-common.inc | 4 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-bsp/u-boot/files/0001-Revert-pylibfdt-Use-Python-2-

[oe] [meta-oe][PATCH V2] s-suite: push SRCREV to version 3.2

2019-04-16 Thread Paolo Valente
Signed-off-by: Paolo Valente --- meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb index 47d21d36c..706a55e11 100644 --- a/me

[oe] [meta-networking][PATCH] linux-atm: Remove DEPENDS on virtual/kernel and PACKAGE_ARCH

2019-04-16 Thread Adrian Bunk
Only userspace utilities and firmware are in the packages. Signed-off-by: Adrian Bunk --- meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-netwo

[oe] [meta-networking][PATCH] linux-atm: Replace bogus on_exit removal with musl-specific hack

2019-04-16 Thread Adrian Bunk
Functions registered by atexit and on_exit have different signatures, if registered with atexit no parameters are passed. The function only prints a trace on nonzero exit(), so can safely be disabled in musl builds. Signed-off-by: Adrian Bunk --- ...sigd-Replace-on_exit-API-with-atexit.patch |

[oe] [meta-python][PATCH] To fix conflict error with python3-pycodestyle when do_rootfs.

2019-04-16 Thread Lei Maohui
Signed-off-by: Lei Maohui --- meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb b/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb index 7c736e7.