[OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-27 Thread Chenxi Mao
vulkan didn't support directfb at all. So remove this configuration if directfb enabled. Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 Signed-off-by: Chenxi Mao --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 1/1] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-27 Thread Chenxi Mao
vulkan didn't support directfb at all. So remove this configuration if directfb enabled. Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 Signed-off-by: Chenxi Mao --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] ✗ patchtest: failure for [1/1,dunfell,master] : don't select vulkan if directfb enabled. (rev2)

2020-06-27 Thread Patchwork
== Series Details == Series: [1/1,dunfell,master] : don't select vulkan if directfb enabled. (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/24873/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] ✗ patchtest: failure for [1/1,dunfell,master] : don't select vulkan if directfb enabled.

2020-06-27 Thread Patchwork
== Series Details == Series: [1/1,dunfell,master] : don't select vulkan if directfb enabled. Revision: 1 URL : https://patchwork.openembedded.org/series/24873/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH 1/1] [dunfell][master]: don't select vulkan if directfb enabled.

2020-06-27 Thread Chenxi Mao
vulkan didn't support directfb at all. So remove this configuration if directfb enabled. Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 Signed-off-by: Chenxi Mao --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH] [dunfell][master]: don't select vulkan if directfb enabled.

2020-06-27 Thread Chenxi Mao
vulkan didn't support directfb at all. So remove this configuration if directfb enabled. Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 Signed-off-by: Chenxi Mao --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] populate_sdk_ext: Fix to use python3, not python

2020-06-27 Thread Khem Raj
On Sat, Jun 27, 2020 at 3:51 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > We should be using python3 here, it was missed in the conversion. Spotted > on > autobuilder tests failing on systems with python missing. I this this is good for dunfell too > > > Signed-off-by:

[OE-core] [PATCH 1/2] opkg-utils: upgrade to 0.4.3

2020-06-27 Thread Alejandro del Castillo
- Drop fix-reproducibility.patch Signed-off-by: Alejandro del Castillo --- .../opkg-utils/fix-reproducibility.patch | 32 --- ...pkg-utils_0.4.2.bb => opkg-utils_0.4.3.bb} | 5 ++- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] opkg: upgrade to version 0.4.3

2020-06-27 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo --- meta/recipes-devtools/opkg/{opkg_0.4.2.bb => opkg_0.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/opkg/{opkg_0.4.2.bb => opkg_0.4.3.bb} (95%) diff --git a/meta/recipes-devtools/opkg/opkg_0.4.2.bb

[OE-core] [PATCH 0/2] opkg & opkg-utils update to 0.4.3

2020-06-27 Thread Alejandro del Castillo
Alejandro del Castillo (2): opkg-utils: upgrade to 0.4.3 opkg: upgrade to version 0.4.3 .../opkg-utils/fix-reproducibility.patch | 32 --- ...pkg-utils_0.4.2.bb => opkg-utils_0.4.3.bb} | 5 ++- .../opkg/{opkg_0.4.2.bb => opkg_0.4.3.bb} | 4 +-- 3 files changed, 4

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-27 Thread Max Krummenacher
put? .../work//cogl-1.0/1.22.8-r0/build/config.log Max buildhistroy/images/colibri_imx6/glibc/core-image-weston/build-id.txt colibri-imx6: core-image-weston configured for fslc-xwayland 3.2-snapshot-20200627 Build Configuration: BB_VERSION = "1.47.0" BUILD_SYS

[OE-core] [PATCH] populate_sdk_ext: Fix to use python3, not python

2020-06-27 Thread Richard Purdie
We should be using python3 here, it was missed in the conversion. Spotted on autobuilder tests failing on systems with python missing. Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_ext.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-27 Thread Andrey Zhizhikin
Hello Max, On Sat, Jun 27, 2020 at 1:35 PM Max Krummenacher wrote: > > Starting with 1.22.8 cogl code unconditionally includes eglmesaext.h. > Change configure.ac so that eglmesaext.h is only included if it actually > exists. > > Signed-off-by: Max Krummenacher > --- >

[OE-core] [PATCH] opkg-utils: Upgrade 0.4.2 -> 0.4.3

2020-06-27 Thread Richard Purdie
Drop one patch that was submitted and merged upstream. Signed-off-by: Richard Purdie --- .../opkg-utils/fix-reproducibility.patch | 32 --- ...pkg-utils_0.4.2.bb => opkg-utils_0.4.3.bb} | 7 ++-- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644

[OE-core] [PATCH] oeqa/selftest: Clean up separate builddir in success case when non-threaded

2020-06-27 Thread Richard Purdie
If oe-selftest is run without -j, the separate build directory "build-st" isn't cleaned up afterwards. Mirror the behaviour of the -j option to handle this the same way, only preserve upon failure. To do this, the remove function needs to be moved to the selftest context module so that it can be

[[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-27 Thread Max Krummenacher
Starting with 1.22.8 cogl code unconditionally includes eglmesaext.h. Change configure.ac so that eglmesaext.h is only included if it actually exists. Signed-off-by: Max Krummenacher --- ...figure.ac-don-t-require-eglmesaext.h.patch | 77 +++