Re: [OE-core] [PATCH] systemd: improve reproducibility

2019-02-12 Thread Yu, Mingli
Ping. On 2019年02月01日 16:40, mingli...@windriver.com wrote: From: Mingli Yu Considering it's meanlingness to get test dir in compiled env, remove ABS_BUILD_DIR and ABS_SRC_DIR lines in src/shared/tests.c to improve reproducibility to fix below issue: WARNING: systemd-1_239-r0 do_package_qa: QA

[OE-core] [PATCH] logrotate.py: restore /etc/logrotate.d/wtmp

2019-02-12 Thread mingli.yu
From: Mingli Yu During the test logrotate.LogrotateTest.test_1_logrotate_setup, there is below logic: # mkdir $HOME/logrotate_dir # sed -i "s#wtmp {#wtmp {\nolddir $HOME/logrotate_dir#" /etc/logrotate.d/wtmp After all logrotate.LogrotateTest finished, only cleanup $HOME/logrotate_dir as

Re: [OE-core] Yocto Project Status WW07'19

2019-02-12 Thread Paul Eggleton
Hi Alex On Wednesday, 13 February 2019 6:22:23 AM NZDT Alexander Kanavin wrote: > On Tue, 12 Feb 2019 at 17:10, wrote: > > The recipe reporting system integration with the layer index is available > > at: https://layers.openembedded.org/rrs/recipes/OE-Core/2.7/M3/ and the > > historical data has

[OE-core] [PATCH V2] grub2: Fix build with gcc9

2019-02-12 Thread Khem Raj
Disable -Waddress-of-packed-member being treated as error Signed-off-by: Khem Raj --- v2: Fix fallout with gcc < 9 .../disable-address-of-packed-member.patch| 249 ++ meta/recipes-bsp/grub/grub2.inc | 1 + 2 files changed, 250 insertions(+) create mode

Re: [OE-core] [PATCH 1/3] busybox: Remove PN from rdeps of PN-dev

2019-02-12 Thread Khem Raj
On Tue, Feb 12, 2019 at 7:59 AM Burton, Ross wrote: > > Would a neater solution be to PACKAGES_remove = ${PN}-dev? > That was first thing I tried too. It does not fix the problem > Ross > > On Tue, 12 Feb 2019 at 05:48, Khem Raj wrote: > > > > PN-dev is empty and causes dependency loops during

Re: [OE-core] [PATCH 1/3] busybox: Remove PN from rdeps of PN-dev

2019-02-12 Thread Khem Raj
On Tue, Feb 12, 2019 at 9:26 AM Richard Purdie wrote: > > On Mon, 2019-02-11 at 21:47 -0800, Khem Raj wrote: > > PN-dev is empty and causes dependency loops during SDK build > > > > Signed-off-by: Khem Raj > > --- > > meta/recipes-core/busybox/busybox.inc | 1 + > > 1 file changed, 1

Re: [OE-core] version upgrade to python-click

2019-02-12 Thread Randy MacLeod
On 2/12/19 5:02 AM, Felix Snow wrote: Hello, it seems that the latest version of python-click in open-embedded is 6.7 : https://layers.openembedded.org/layerindex/recipe/52136/ This was released in January 2017, but 7.0 came out in September 2018: https://pypi.org/project/click/#history I

[OE-core] gl support for qemuaarch64

2019-02-12 Thread João Rasta
Hi, I was trying to build virgl-gtk branch for ARM qemu target, but I'm not completely sure if it's possible as it generally seems to require KVM. qemu-system-aarch64 has the virtio-gpu-pci device, which i'd assume to support GL forwarding to the host if compiled with libvirglrenderer. I've also

[OE-core] version upgrade to python-click

2019-02-12 Thread Felix Snow
Hello, it seems that the latest version of python-click in open-embedded is 6.7 : https://layers.openembedded.org/layerindex/recipe/52136/ This was released in January 2017, but 7.0 came out in September 2018: https://pypi.org/project/click/#history I have had a considerable struggle with click

Re: [OE-core] [PATCH 1/3] busybox: Remove PN from rdeps of PN-dev

2019-02-12 Thread Richard Purdie
On Mon, 2019-02-11 at 21:47 -0800, Khem Raj wrote: > PN-dev is empty and causes dependency loops during SDK build > > Signed-off-by: Khem Raj > --- > meta/recipes-core/busybox/busybox.inc | 1 + > 1 file changed, 1 insertion(+) I commented on this elsewhere but for completeness, this is a

Re: [OE-core] Yocto Project Status WW07'19

2019-02-12 Thread Alexander Kanavin
On Tue, 12 Feb 2019 at 17:10, wrote: > The recipe reporting system integration with the layer index is available at: > https://layers.openembedded.org/rrs/recipes/OE-Core/2.7/M3/ and the > historical data has now been imported. Sadly the new RRS still seems to be suffering from the 'outdated

Re: [OE-core] [PATCHv2] cmake: update to 3.13.4

2019-02-12 Thread Otavio Salvador
Hello, On Tue, Feb 12, 2019 at 2:20 PM Pascal Bach wrote: > > All patches have been rebased on top of the 3.13.4 release. > > I successfully built all CMake recipes in oe-core and meta-oe. > > > Signed-off-by: Pascal Bach > Cc: Otavio Salvador Acked-by: Otavio Salvador -- Otavio Salvador

Re: [OE-core] [PATCH] cmake: update to 3.13.4

2019-02-12 Thread Bach, Pascal
Hi Otavio > Hello Pascal, > > On Tue, Feb 12, 2019 at 7:51 AM Pascal Bach > wrote: > > All patches have been rebased on top of the 3.13.4 release. > > Most patches had no changes (even on ranges) and it'd be good to avoid > touching those files so we can keep the patch to the smaller changeset

[OE-core] [PATCHv2] cmake: update to 3.13.4

2019-02-12 Thread Pascal Bach
All patches have been rebased on top of the 3.13.4 release. I successfully built all CMake recipes in oe-core and meta-oe. Signed-off-by: Pascal Bach Cc: Otavio Salvador --- .../cmake/{cmake-native_3.12.2.bb => cmake-native_3.13.4.bb} | 0 meta/recipes-devtools/cmake/cmake.inc

[OE-core] Yocto Project Status WW07'19

2019-02-12 Thread sjolley.yp.pm
maintenance of this recipe (all binaries now have their own package, this recipe kept being split up) * Build performance tests on the autobuilder have been improved and builds now have automated result comparisons, e.g.: <https://autobuilder.yocto.io/pub/non-release/20190212-7/testres

Re: [OE-core] [PATCH 1/3] busybox: Remove PN from rdeps of PN-dev

2019-02-12 Thread Burton, Ross
Would a neater solution be to PACKAGES_remove = ${PN}-dev? Ross On Tue, 12 Feb 2019 at 05:48, Khem Raj wrote: > > PN-dev is empty and causes dependency loops during SDK build > > Signed-off-by: Khem Raj > --- > meta/recipes-core/busybox/busybox.inc | 1 + > 1 file changed, 1 insertion(+) > >

[OE-core] [PATCH] libgfortran: Set license to GPL-3.0-with-GCC-exception

2019-02-12 Thread Santhosh Nadig
libgfortran did not have the GCC exception in the same manner as libgcc had. Change-Id: If48ab6e6775da235c8fdd0ca4e835acf1e831252 Signed-off-by: Santhosh Nadig --- meta/recipes-devtools/gcc/libgfortran.inc | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [OE-core] [PATCH] cmake: update to 3.13.4

2019-02-12 Thread Otavio Salvador
Hello Pascal, On Tue, Feb 12, 2019 at 7:51 AM Pascal Bach wrote: > All patches have been rebased on top of the 3.13.4 release. Most patches had no changes (even on ranges) and it'd be good to avoid touching those files so we can keep the patch to the smaller changeset possible. What do you

Re: [OE-core] [PATCH 01/12] virglrenderer: add a recipe

2019-02-12 Thread Alexander Kanavin
Anyway, I sent it upstream: https://gitlab.freedesktop.org/virgl/virglrenderer/merge_requests/153 and added to my branch on poky-contrib. http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/virgl-gtk Alex On Mon, 11 Feb 2019 at 16:24, Khem Raj wrote: > > here is a build failure

Re: [OE-core] [PATCH 04/12] qemu: build target variant with gtk+, and nativesdk variant without sdl

2019-02-12 Thread Alexander Kanavin
On Tue, 12 Feb 2019 at 11:20, Mark Hatle wrote: > Reading the above, I didn't know why you changed the qemu config to enable > gtk+. > > The commit below has the magic line: > > 'As sdl is deprecated in favor of gtk+, it should not be the default.' > > Once you add that, it's clear to me why the

[OE-core] Fwd: [poky] Getting an syntax error with 'sed' in systemd-serialgetty.bb

2019-02-12 Thread Madhu B
Hello everyone, There is an syntax error with the usage of sed command in poky/meta/recipes-core/systemd/systemd-serialgetty.bb, fixed it and attached the patch file. Regards, -Madhu. -- Forwarded message - From: Madhu B Date: Tue, Feb 12, 2019 at 4:20 PM

Re: [OE-core] [PATCH 04/12] qemu: build target variant with gtk+, and nativesdk variant without sdl

2019-02-12 Thread Mark Hatle
On 2/8/19 9:58 AM, Alexander Kanavin wrote: > On Fri, 8 Feb 2019 at 16:56, Mark Hatle wrote: >>> Patch 3 changes things in meta-poky/, and patch 4 changes things in >>> meta/, so they cannot be combined unfortunately. I can however swap >>> their order, so that there is less confusion. >> >> Swap

[OE-core] [PATCH 2/2] checklayer: Avoid adding the layer if it is already present

2019-02-12 Thread Robert Yang
* Rename add_layer() to add_layers() so that add_layer_dependencies() can re-use it. * Avoid adding the layer if it is already present [YOCTO #13148] Signed-off-by: Robert Yang --- scripts/lib/checklayer/__init__.py | 36 +--- scripts/yocto-check-layer

[OE-core] [PATCH 1/2] yocto-check-layer-wrapper: Fix path for oe-init-build-env

2019-02-12 Thread Robert Yang
We only could run it in top of oe-core dir since it assumed oe-init-build-env was in cwd, this patch fixes the problem. [YOCTO #13148] Signed-off-by: Robert Yang --- scripts/yocto-check-layer-wrapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2] checklayer: Avoid adding the layer if it is already present

2019-02-12 Thread Robert Yang
The following changes since commit 2dbbf598192ae2b3aa488df042f56aa6c6634a00: oe-build-perf-report: Fix missing buildstats comparisions (2019-02-11 17:46:04 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/check

[OE-core] [PATCH] cmake: update to 3.13.4

2019-02-12 Thread Pascal Bach
All patches have been rebased on top of the 3.13.4 release. I successfully built all CMake recipes in oe-core and meta-oe. Signed-off-by: Pascal Bach --- ...ake-native_3.12.2.bb => cmake-native_3.13.4.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++--