[oe] [meta-oe][PATCH] mce-test: switch to python3

2020-04-13 Thread Yu, Mingli
From: Mingli Yu Make gcov_merge.py and scov_merge.py port to python3. Signed-off-by: Mingli Yu --- ...e.py-scov_merge.py-switch-to-python3.patch | 110 ++ .../recipes-support/mcelog/mce-test_git.bb| 1 + 2 files changed, 111 insertions(+) create mode 100644

Re: [oe] [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization

2020-04-13 Thread Tim Orling
On Mon, Apr 13, 2020 at 12:49 PM Leon Anavi wrote: > Support for Python 2 has been dropped in meta-virtualization. Move > python-docker recipes to meta-python2 for backward compatibility > of legacy projects. Dependencies python-docker-pycreds and > python-websocket-client should be also present

[oe] [meta-gnome][PATCH 2/3] gnome-bluetooth: Add check to require x11

2020-04-13 Thread Khem Raj
gnome-bluetooth needs libcanberra compiled with gtk+3 support, compiling libcanberra with gtk+3 support would need gtk+ which needs X11 to support the needed backend, other option is directfb which will not worrk work with wayland(without X) config either Signed-off-by: Khem Raj ---

[oe] [meta-multimedia][PATCH 3/3] vlc: Add check to require X11

2020-04-13 Thread Khem Raj
It needs X11 as of now to build. there is a possiblily to build it without X11, but lets keep this check until that path is fixed Also fixes TOPDIR/build/tmp/work/aarch64-yoe-linux/vlc/3.0.9.2-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: cannot find -lGL

[oe] [meta-oe][PATCH 1/3] libcanberra: Do not assume all gdk displays to be X11

2020-04-13 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-all-GdkDisplays-are-GdkX11Displays-.patch | 63 +++ .../libcanberra/libcanberra_0.30.bb | 1 + 2 files changed, 64 insertions(+) create mode 100644

[oe] [meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization

2020-04-13 Thread Leon Anavi
Support for Python 2 has been dropped in meta-virtualization. Move python-docker-pycreds and other related recipes to meta-python2 for backward compatibility of legacy projects. Signed-off-by: Leon Anavi --- recipes-devtools/python/python-docker-pycreds_0.4.0.bb | 9 + 1 file changed, 9

[oe] [meta-python2][PATCH 2/3] python-websocket-client: move from meta-virtualization

2020-04-13 Thread Leon Anavi
Support for Python 2 has been dropped in meta-virtualization. Move python-websocket-client and other related recipes to meta-python2 for backward compatibility of legacy projects. Signed-off-by: Leon Anavi --- recipes-devtools/python/python-websocket-client_0.44.0.bb | 11 +++ 1 file

[oe] [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization

2020-04-13 Thread Leon Anavi
Support for Python 2 has been dropped in meta-virtualization. Move python-docker recipes to meta-python2 for backward compatibility of legacy projects. Dependencies python-docker-pycreds and python-websocket-client should be also present in meta-python2. Signed-off-by: Leon Anavi ---

[oe] [meta-oe][PATCH] kernel-selftest: Specify the target with -target instead of -arch

2020-04-13 Thread Khem Raj
This ensures that generated code is properly cross compiled Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb

[oe] [meta-filesystems][PATCH] unionfs-fuse: upgrade 2.0 -> 2.1

2020-04-13 Thread Pierre-Jean Texier via lists.openembedded.org
This includes the following changes: 8d73296 test message update 31f752f tests reorganization c9604f7 more updates in credits and news bbef3ab add brian to credits and update news. 6d9f4c3 whitespace fixes 3a26b75 Merge branch 'master' of https://github.com/rpodgorny/unionfs-fuse 3b46d86

[oe] [meta-oe][PATCH] nss: upgrade 3.51 -> 3.51.1

2020-04-13 Thread Pierre-Jean Texier via lists.openembedded.org
See full release notes: - https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.51.1_release_notes Signed-off-by: Pierre-Jean Texier --- meta-oe/recipes-support/nss/{nss_3.51.bb => nss_3.51.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-security][RFC 1/2] classes: provide a class for generating dm-verity meta-data images

2020-04-13 Thread Ayoub Zaki
Hi, On 10.04.20 14:41, Bartosz Golaszewski wrote: From: Bartosz Golaszewski This adds a class that allows to generate conversions of ext[234] and btrfs partitions images with dm-verity hash data appended at the end as well as a corresponding .env file containing the root hash and data offset

Re: [oe] [meta-security][RFC 2/2] dm-verity: add a working example for BeagleBone Black

2020-04-13 Thread Ayoub Zaki
Hi, On 10.04.20 14:41, Bartosz Golaszewski wrote: From: Bartosz Golaszewski This adds various bits and pieces to enable generating a working example of a full chain of trust up to dm-verity-protected rootfs level on Beagle Bone Black. The new initramfs is quite generic and should work for

[oe] [meta-oe][PATCH] yad: Upgrade to 6.0

2020-04-13 Thread Khem Raj
Make it depend on x11 in distro features since it needs gtk/gtkx.h and gdk/gdkx.h headers Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/yad/{yad_5.0.bb => yad_6.0.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/yad/{yad_5.0.bb =>

[oe] [meta-gnome][PATCH] file-roller: Add packagekit support via packageconfig

2020-04-13 Thread Khem Raj
Enable packagekit support only when x11 is in distro features Fixes ../file-roller-3.32.4/src/dlg-package-installer.c:26:10: fatal error: 'gdk/gdkx.h' file not found ^~~~ 1 error generated. Signed-off-by: Khem Raj ---