[yocto] hardknott core-image-weston weston is crashing

2021-05-26 Thread Marek Belisko
Hi, I'm using hardknott poky release and build core-image-weston. When started on display I didn't see wayland screen + terminal just console. Same setup works fine on dunfell release. Output from weston service: GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_c

Re: [yocto] Gatesgarth-24.0.4 image-live fails

2021-05-26 Thread Ferry Toth
Op 25-05-2021 om 22:13 schreef Guillaume Champagne: Le mar. 25 mai 2021 à 12:25, Ferry Toth a écrit : Hi Op 25-05-2021 om 15:09 schreef Guillaume Champagne: Le mar. 25 mai 2021 à 08:19, Ferry Toth a écrit : Adding Richard and Guillaume. Hi, it seems seems edison-image.bb sets ROOTFS as e

Re: [yocto] hardknott core-image-weston weston is crashing

2021-05-26 Thread Zoran
Seems like this bug has nothing to do with YOCTO, rather with Wayland setup https://wayland-devel.freedesktop.narkive.com/6yavoPFZ/i-ve-got-a-question-to-ask-you My two cent worth attempt, Zoran ___ On Wed, May 26, 2021 at 11:40 AM Marek Belisko wrote: > > Hi, > > I'm using hardknott po

Re: [yocto] hardknott core-image-weston weston is crashing

2021-05-26 Thread Marek Belisko
Hi, On Wed, May 26, 2021 at 1:32 PM Zoran Stojsavljevic wrote: > > Seems like this bug has nothing to do with YOCTO, rather with Wayland > setup > > https://wayland-devel.freedesktop.narkive.com/6yavoPFZ/i-ve-got-a-question-to-ask-you > > My two cent worth attempt, Well I found this: https:/

[yocto] gstreamer-emements support fdkaacenc/fdkaacdec #yocto

2021-05-26 Thread sateesh m
Hi Guys, I need some support for gstreamer elements support fdkaacenc/fdkaacdec . Currently I am using gstreamer 16.0.1 version OE sources. I have added gstreamer bad,good,base,libav plugins Added in my image.gstreamer-plugins-bad its not providing fdkaac support I tried to enable but its not c

Re: [yocto] using grpc fails with linker error: file in wrong format

2021-05-26 Thread Juergen Landwehr
Hello Khem, we use CMake as build system. I checked the "sysdig" recipe and they defined both the "grpc" and "grpc-native" (same with protbuf) in the DEPENDS variable like so: DEPENDS += "... grpc grpc-native protobuf protobuf-native ..." If I do this in my recipe I get the following error: *18

[yocto] [meta-parsec][PATCH] Correct typo: crago-bitbake

2021-05-26 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta-parsec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-parsec/README.md b/meta-parsec/README.md index a2736b6..6d938a6 100644 --- a/meta-parsec/README.md +++ b/meta-parsec/README.md @@ -75,7 +75,7 @@ to ensure maximum reprod

[yocto][meta-mingw][PATCH] zstd: Fix MinGW builds

2021-05-26 Thread Joshua Watt
Fixes the MinGW builds for zstd Signed-off-by: Joshua Watt --- recipes-extended/zstd/zstd_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-extended/zstd/zstd_%.bbappend diff --git a/recipes-extended/zstd/zstd_%.bbappend b/recipes-extended/zstd/zstd_%.bbappend new

[yocto] [meta-zephyr][PATCH 0/5] Add mbedtls support and sample applications

2021-05-26 Thread amit . kucheria
From: Amit Kucheria MBed TLS is a library that implements cryptographic primitives and SSL/TLS and DTLS protocols that are needed in secure network communications. Add it to the kernel include files to build and link against applications that need mbedtls. Add a few sample applications that util

[yocto] [meta-zephyr][PATCH 2/5] zephyr-echo-client: Add recipe for echo client

2021-05-26 Thread amit . kucheria
From: Amit Kucheria This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria --- recipes-kernel/zephyr-kernel/zephyr-echo-client.bb | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-echo-client.b

[yocto] [meta-zephyr][PATCH 4/5] zephyr-websocket-client: Add recipe for websocket client

2021-05-26 Thread amit . kucheria
From: Amit Kucheria This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria --- recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-websocke

[yocto] [meta-zephyr][PATCH 5/5] zephyr-mqtt-publisher: Add recipe for mqtt publisher

2021-05-26 Thread amit . kucheria
From: Amit Kucheria This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria --- recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-mqtt-publi

[yocto] [meta-zephyr][PATCH 1/5] zephyr-kernel: Clone mbedtls

2021-05-26 Thread amit . kucheria
From: Amit Kucheria MBed TLS is a library that implements cryptographic primitives and SSL/TLS and DTLS protocols that are needed in secure network communications. Add it to the kernel include files to build and link against applications that need mbedtls. Signed-off-by: Amit Kucheria --- rec

[yocto] [meta-zephyr][PATCH 3/5] zephyr-http-client: Add recipe for http client

2021-05-26 Thread amit . kucheria
From: Amit Kucheria This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria --- recipes-kernel/zephyr-kernel/zephyr-http-client.bb | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-http-client.b

Re: [yocto] gstreamer-emements support fdkaacenc/fdkaacdec #yocto

2021-05-26 Thread Khem Raj
On 5/26/21 5:01 AM, sateesh m wrote: Hi Guys,                 I need some support for gstreamer elements support fdkaacenc/fdkaacdec . Currently I am using gstreamer 16.0.1 version OE sources. I have added gstreamer bad,good,base,libav plugins Added in my image.gstreamer-plugins-bad its no

[yocto] OpenEmbedded Happy Hour May 26 8pm/2000 UTC

2021-05-26 Thread Denys Dmytriyenko
Hi, Due to the Yocto Project Summit running during our regular OpenEmbedded Happy Hour today, we decided to move it down by 3 hours and have Happy Hour at the end of the Summit, May 26 @ 2000/8pm UTC (4pm ET / 1pm PT). Please join us and socialize with fellow developers and have some good time.

Re: [yocto] hardknott core-image-weston weston is crashing

2021-05-26 Thread Khem Raj
On 5/26/21 5:02 AM, Marek Belisko wrote: Hi, On Wed, May 26, 2021 at 1:32 PM Zoran Stojsavljevic wrote: Seems like this bug has nothing to do with YOCTO, rather with Wayland setup https://wayland-devel.freedesktop.narkive.com/6yavoPFZ/i-ve-got-a-question-to-ask-you My two cent worth a

[yocto] [PATCH yocto-autobuilder-helper] config.json: transition ptests to minimal-based images

2021-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- config.json | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index cf62815..a850dd6 100644 --- a/config.json +++ b/config.json @@ -95,16 +95,16 @@ }, "ptest-qemu" : { "BUI

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.8.rc1)

2021-05-26 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.8.rc1 We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7