[oe] [PATCH][meta-oe] protobuf: upgrade 3.5.1 -> 3.6.0.1

2018-07-18 Thread changqing.li
From: Changqing Li License-Update: copyright year updated and clean some useless content Signed-off-by: Changqing Li --- .../0001-protobuf-fix-configure-error.patch| 33 ++ .../{protobuf_3.5.1.bb => protobuf_3.6.0.1.bb} | 14 ++--- 2 files changed, 43 insert

[oe] [meta-java][PATCH v2] openjdk-8: 'do_unpack_remove_X11_wrappers' confuses pyro bitbake parser

2018-07-18 Thread Matthew McClain
When building without X11 support on the sumo or master branches of meta-java with the pyro branch of poky, meta-oe, etc, the recipe fails to parse. Renaming the function to anything else allows the recipe to be parsed. The problem appears to be the word "_remove_". Signed-off-by: Matthew McClai

Re: [oe] [meta-java][PATCH] openjdk-8: 'do_unpack_remove_X11_wrappers' confuses pyro bitbake parser

2018-07-18 Thread Matthew McClain
On 7/18/18 12:36 AM, Richard Leitner wrote: On 07/17/2018 09:20 PM, Matthew McClain wrote: Renaming the function to anything else allows the recipe to be parsed.  The problem appears to be the word "_remove_".  This affects both the sumo and master branches. In the subject you say it causes

Re: [oe] [meta-oe][PATCH v2] cryptsetup: Upgrade to 2.0.3

2018-07-18 Thread Khem Raj
On Wed, Jul 18, 2018 at 1:34 AM Yu, Mingli wrote: > > > > On 2018年07月17日 10:37, Khem Raj wrote: > > > > > > On 7/16/18 6:58 PM, mingli...@windriver.com wrote: > >> From: Mingli Yu > >> > >> * Update the homepage to https://gitlab.com/cryptsetup/cryptsetup > >> * Add json-c to DEPENDS as cryptsetu

Re: [oe] [meta-qt5][PATCH] qfilesystemengine_unix.cpp: optionally disable use of statx(2)

2018-07-18 Thread Rasmus Villemoes
On 2018-07-17 09:20, Martin Jansa wrote: > On Mon, Jul 16, 2018 at 11:22:21AM +0200, Rasmus Villemoes wrote: >> When used inside an unprivileged docker container, statx(2) gets >> rejected with -EPERM by the default seccomp profile, unless the host >> runs an almost-bleeding edge version of docker

Re: [oe] [meta-oe][PATCH v2] cryptsetup: Upgrade to 2.0.3

2018-07-18 Thread Yu, Mingli
On 2018年07月17日 10:37, Khem Raj wrote: On 7/16/18 6:58 PM, mingli...@windriver.com wrote: From: Mingli Yu * Update the homepage to https://gitlab.com/cryptsetup/cryptsetup * Add json-c to DEPENDS as cryptsetup requires the json-c library for JSON data processing since cryptsetup 2.0.0

[oe] [meta-oe][PATCH] vim: provide xxd

2018-07-18 Thread Rasmus Villemoes
The xxd tool is quite useful by itself. For example, building U-boot using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host provides xxd, and it's nicer to be able to put xxd-native rather than vim-native in that recipe's dependencies. Signed-off-by: Rasmus Villemoes --- meta-oe/rec

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-18 Thread Hongzhi, Song
Hi Raj, I have try my best to reproduce your error, but I failed. Could you help me to do the build in docker and share the dock image with us. Or maybe you have a better method. Thanks, Hongzhi On 2018年07月10日 12:11, Khem Raj wrote: This is failing to build here | DEBUG: Executing shell f

[oe] [PATCH][meta-oe] xf86-video-ati: 7.8.0 -> 18.0.1

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../{xf86-video-ati_7.8.0.bb => xf86-video-ati_18.0.1.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-ati_7.8.0.bb => xf86-video-ati_18.0.1.bb} (77%) diff --gi

[oe] [PATCH] udisks2: 2.7.6 -> 2.7.7

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../udisks2/0001-data-fix-out-of-tree-build.patch | 35 -- .../udisks/{udisks2_2.7.6.bb => udisks2_2.7.7.bb} | 3 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 meta-oe/recipes-support/udisks/udi

[oe] [PATCH] python-pygobject: 3.28.0 -> 3.28.3

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../python/{python-pygobject_3.28.0.bb => python-pygobject_3.28.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/python/{python-pygobject_3.28.0.bb => python-pygobject_3.28.3.bb} (87%) diff --gi

[oe] [PATCH][meta-oe] pps-tools: 0.0.0+gitX -> 1.0.2

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../pps-tools/{pps-tools_git.bb => pps-tools_1.0.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/pps-tools/{pps-tools_git.bb => pps-tools_1.0.2.bb} (82%) diff --git a/meta-oe/reci

[oe] [PATCH][meta-oe] tclap: upgrade 1.2.1 -> 1.2.2

2018-07-18 Thread changqing.li
From: Changqing Li License-Update: copyright year and owner update Signed-off-by: Changqing Li --- meta-oe/recipes-devtools/tclap/{tclap_1.2.1.bb => tclap_1.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/tclap/{tclap_1.2.1.bb => tclap_1.2.2.

[oe] [PATCH][meta-oe] oprofile: 1.1.0 -> 1.1.2

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-kernel/oprofile/oprofile.inc | 5 ++- .../0001-Fix-FTBFS-problem-with-GCC-6.patch| 51 -- .../0001-fix-musl-libc-compile-error.patch | 30 + meta-oe/recipes-kernel/oprofile/

[oe] [PATCH][meta-oe] mm-common: 0.9.11 -> 0.9.12

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-core/mm-common/mm-common_0.9.11.bb | 9 - meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-oe/recipes-core/mm-common/mm-common_0.

[oe] [PATCH][meta-oe] numactl: 2.0.11 -> 2.0.12

2018-07-18 Thread changqing.li
From: Changqing Li License-Update: license file name updated format changed, but most content is remain add mail of related person. Signed-off-by: Changqing Li --- .../numactl/0001-fix-NULL-pointer-problem.patch| 35 ++ .../numactl/numact

[oe] [PATCH][meta-oe] libblockdev: 2.16 -> 2.18

2018-07-18 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../0001-fix-configure-and-compile-failures.patch | 64 -- .../{libblockdev_2.16.bb => libblockdev_2.18.bb} | 12 ++-- 2 files changed, 41 insertions(+), 35 deletions(-) rename meta-oe/recipes-extended/libblockdev/{libbl