[OE-core] Outstanding patches/pings etc

2019-04-18 Thread Richard Purdie
I just wanted to let people know I'm taking a short break over the weekend so not to expect answers to some of the questions regarding patches immediately. I know there are a few pings and other questions. Others like Ross are also away so it will be a quiet time for patches. Cheers, Richard --

Re: [OE-core] [PATCH 2/2] resulttool: Add log subcommand

2019-04-18 Thread akuster808
On 4/18/19 7:57 PM, Joshua Watt wrote: > Adds a subcommand for dumping various logs from test results > > Signed-off-by: Joshua Watt > --- > scripts/lib/resulttool/log.py| 56 > scripts/lib/resulttool/regression.py | 2 +- > scripts/resulttool

[OE-core] [PATCH 2/2] resulttool: Add log subcommand

2019-04-18 Thread Joshua Watt
Adds a subcommand for dumping various logs from test results Signed-off-by: Joshua Watt --- scripts/lib/resulttool/log.py| 56 scripts/lib/resulttool/regression.py | 2 +- scripts/resulttool | 2 + 3 files changed, 59 insertions(+), 1 dele

[OE-core] [PATCH 1/2] resulttool: Load results from URL

2019-04-18 Thread Joshua Watt
Adds support for resulttool to load JSON files directly from a http:// or https:// URL Signed-off-by: Joshua Watt --- scripts/lib/resulttool/merge.py | 8 scripts/lib/resulttool/regression.py | 4 ++-- scripts/lib/resulttool/report.py | 2 +- scripts/lib/resulttool/result

[OE-core] [PATCH 0/2] resulttool improvements

2019-04-18 Thread Joshua Watt
Implements 2 improvements to resulttool: 1) Result files can be loaded over http or https 2) Adds a new subcommand to extract logs from result data Joshua Watt (2): resulttool: Load results from URL resulttool: Add log subcommand scripts/lib/resulttool/log.py | 56 +

Re: [OE-core] [PATCH] toolchain-scripts: make rpm work in toolchain

2019-04-18 Thread Zheng, Ruoqin
ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Zheng, Ruoqin/郑 若钦 > Sent: Sat

[OE-core] [OE-Core][master][PATCH v4 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-04-18 Thread Sai Hari Chandana Kalluri
In the regular devtool modify flow, the kernel source is fetched by running do_fetch task. This is an overhead in time and space. This patch updates modify command to check if the kernel source is already downloaded. If so, then instead of calling do_fetch, copy the source from work-shared to devt

[OE-core] [OE-Core][master][PATCH v4 2/3] devtool/standard.py: Create a copy of kernel source within work-shared if not present

2019-04-18 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Al

[OE-core] [PATCH 5/5] python3-pygobject: update to 3.32.0

2019-04-18 Thread Alexander Kanavin
Switch to meson build system. Add a patch to disable tests. Add "introspection" to unknown configure option whitelist, as this recipe needs g-i unconditionally. Signed-off-by: Alexander Kanavin --- .../0001-Do-not-build-tests.patch | 26 +++ ..._3.28.3.bb => python3

[OE-core] [PATCH 4/5] meson: do not try to substitute the prefix in python supplied paths

2019-04-18 Thread Alexander Kanavin
The prefix should be correct in the first place, and substitution breaks with our custom patched Python. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 1 + .../0001-Make-CPU-family-warnings-fatal.patch | 6 +-- ...y-do-not-substitute-python-s-install.patc

[OE-core] [PATCH 3/5] python3: add another multilib fix

2019-04-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-fix-another-place-where-lib-is-hard.patch | 31 +++ meta/recipes-devtools/python/python3_3.7.3.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-fix-another-place-wh

[OE-core] [PATCH 2/5] epiphany: update to 3.32.1.2

2019-04-18 Thread Alexander Kanavin
Drop an option no longer provided by upstream. Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.30.3.bb => epiphany_3.32.1.2.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.30.3.bb => epiphany_3.32.1.2.bb} (80%) dif

[OE-core] [PATCH 1/5] icu: update to 64.1

2019-04-18 Thread Alexander Kanavin
License-update: copyright years changed. Drop upstreamed/backported patches. Add a patch to fix big endian build failure. Signed-off-by: Alexander Kanavin --- .../icu/icu/0001-Fix-big-endian-build.patch | 28 + .../icu/icu/0002-Add-ARC-support.patch| 27 .../icu/icu/

Re: [OE-core] Recipes with ptest dependency problems

2019-04-18 Thread Richard Purdie
On Wed, 2019-04-17 at 22:55 +0100, Richard Purdie wrote: > I mentioned differences in numbers of pass/fail depending on which > image you install ptests into. The recipes which have the issues and > the numbers are: > > core-image-sato with ptest installed: > > Recipe | Pass

[OE-core] [PATCH v2] weston: switch build from autotools to meson

2019-04-18 Thread Adrian Ratiu
Weston 6.0 is the last version which supports autotools builds, hidden behind an --enable-autotools deprecation flag. We must convert the recipe to meson to be able to upgrade to future versions. The difficulty in doing this is that there is not always a 1-on-1 correspondence between the autotools

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Alistair Francis
On Thu, Apr 18, 2019 at 7:29 AM Joshua Watt wrote: > > On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > > Can we take this opportunity to teach u-boot to use Python 3.x > > instead? oe-core is trying to eliminate Python 2.x dependencies > > everywhere. > > It looks like the libfdt cod

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Joshua Watt
On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > Can we take this opportunity to teach u-boot to use Python 3.x > instead? oe-core is trying to eliminate Python 2.x dependencies > everywhere. It looks like the libfdt code in u-boot currently requires Python 2, so it would be an unstre

[OE-core] [PATCH] kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y

2019-04-18 Thread Jens Rehsack
In case, kernel config enables compressed modules, support of splitting via split_kernel_module_packages won't find any module. So, first expand module pattern regex to recognize compressed modules and then objcopy on temporary extacted to extract module information. Signed-off-by: Jens Rehsack -

[OE-core] [OE-Core][master][PATCH v4 3/3] devtool: provide support for devtool menuconfig command

2019-04-18 Thread Sai Hari Chandana Kalluri
All packages that support the menuconfig task will be able to run devtool menuconfig command. This would allow the user to modify the current configure options and create a config fragment which can be added to a recipe using devtool finish. 1. The patch checks if devtool menuconfig command is cal

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Alexander Kanavin
Can we take this opportunity to teach u-boot to use Python 3.x instead? oe-core is trying to eliminate Python 2.x dependencies everywhere. Alex On Thu, 18 Apr 2019 at 13:38, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > meta/recipes-bsp/u-boot/u-boot.inc | 2 +- > 1 file

[OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-bsp/u-boot/u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 96c1f94011..9a754fd09b 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/me

Re: [OE-core] [PATCH] glibc: always use bfd linker

2019-04-18 Thread Martin Jansa
On Thu, Mar 28, 2019 at 10:21:39AM +, Martin Jansa wrote: > * Work around broken ld-2.29.so when gold is used > causing qemu-arm to segfault during e.g. gobject-introspection > or postinst at do_rootfs time, more details in: > > http://lists.openembedded.org/pipermail/openembedded-devel/

[OE-core] [PATCH] systemd: upgrade to 242

2019-04-18 Thread Andrej Valek
PATCH REBASED: == 0001-do-not-disable-buffer-in-writing-files.patch 0002-don-t-use-glibc-specific-qsort_r.patch 0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch 0004-add-fallback-parse_printf_format-implementation.patch 0005-rules-watch-metadata-changes-in-ide-devices.pat