Re: [yocto] Managing chinese text input

2021-06-08 Thread Masahiko Kimoto
Hi Maruo, Fcitx recipes are provided as meta-inputmethod from Clear-Code Inc. https://gitlab.com/clear-code/meta-inputmethod In addition, we, Cybertrust Japan, have recipes of fcitx-chewing, fcitx-hangul and fcitx-m17n. However, we need several company internal processes to contribute them to p

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

2021-06-08 Thread Naveen Saini
Made few changes in this patch. Re-sent patchset including some additional patches. Regards, Naveen > -Original Message- > From: Amit Kucheria > Sent: Tuesday, June 8, 2021 7:11 PM > To: Saini, Naveen Kumar ; > amit.kuche...@verdurent.com; yocto@lists.yoctoproject.org; Wojciech > Zmuda

[yocto] [meta-zephyr][PATCH 10/10] zephyr-kernel-src: drop 2.4.0 support

2021-06-08 Thread Naveen Saini
v2.6.0 is available now. Signed-off-by: Naveen Saini --- .../zephyr-kernel/zephyr-kernel-src-2.4.0.inc | 11 --- 1 file changed, 11 deletions(-) delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-s

[yocto] [meta-zephyr][PATCH 09/10] zephyr-kernel-src-2.4.0.inc: add srcrev for mbedtls module

2021-06-08 Thread Naveen Saini
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93 Signed-off-by: Naveen Saini --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc b/recipes-kern

[yocto] [meta-zephyr][PATCH 08/10] zephyr-kernel-src-2.6.0.inc: add srcrev for mbedtls module

2021-06-08 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc index 7ef1697..8475b5b 100644 --- a/rec

[yocto] [meta-zephyr][PATCH 07/10] zephyr-kernel-src set default preferred version to 2.6.0

2021-06-08 Thread Naveen Saini
From: Wojciech Zmuda Signed-off-by: Wojciech Zmuda --- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index 01c87c4..5

[yocto] [meta-zephyr][PATCH 06/10] zephyr-kernel-src: add 2.6.0 release

2021-06-08 Thread Naveen Saini
From: Wojciech Zmuda Zephyr 2.6.0 release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.6.0 Update the following submodules to most recent revisions: - hal_nordic: nrfx_dppi: Fix variable used in logging function - hal_stm32: dts/st: use a pull-down for SPI

[yocto] [meta-zephyr][PATCH 02/10] zephyr-echo-client: Add recipe for echo client

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

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

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

[yocto] [meta-zephyr][PATCH 01/10] zephyr-kernel: Clone mbedtls

2021-06-08 Thread Naveen Saini
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 Signed-o

[yocto] [meta-zephyr][PATCH 03/10] zephyr-http-client: Add recipe for http client

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

[yocto] [meta-zephyr][PATCH 04/10] zephyr-websocket-client: Add recipe for websocket client

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

Re: [yocto] Bitbake failure

2021-06-08 Thread Randy MacLeod
On 2021-05-31 6:12 p.m., Cris Scott wrote: Not sure who to ask about this. Using https://push.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-08 Thread Randy MacLeod
On 2021-06-04 8:40 a.m., Bruce Ashfield wrote: On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield via lists.yoctoproject.org wrote: On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield wrote: On Thu, Jun 3, 2021 at 11:35 PM Kai wrote: On 6/4/21 11:22 AM, Bruce Ashfield wrote: On Thu, Jun 3, 2021 at

Re: [yocto] bitbake controlling memory use

2021-06-08 Thread Trevor Gamblin
On 2021-06-07 3:27 p.m., Gmane Admin wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Op 05-06-2021 om 15:35 schreef Gmane Admin: Op 14-04-2021 om 06:59 schreef Richard Purdie: On Tue, 2021-04-13 at 21:14 -0400, Randy MacLeod wrote: On 2021-04-11 12:19 p.m., Alexander Kan

Re: [yocto] How to use debug symbols from recipe-dbg package?

2021-06-08 Thread Randy MacLeod
On 2021-06-07 12:01 p.m., Mauro Ziliani wrote: Hi all. I have the recipe myapp.bb , and I get from it the debian packages myapp_1.0-r0_armhf.deb

Re: [yocto] bitbake controlling memory use

2021-06-08 Thread Trevor Gamblin
On 2021-06-05 9:35 a.m., Gmane Admin wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Op 14-04-2021 om 06:59 schreef Richard Purdie: On Tue, 2021-04-13 at 21:14 -0400, Randy MacLeod wrote: On 2021-04-11 12:19 p.m., Alexander Kanavin wrote: make already has -l option for li

Re: [yocto] Managing chinese text input

2021-06-08 Thread Randy MacLeod
On 2021-06-08 9:17 a.m., Mauro Ziliani wrote: Hi all. I'm coding my own keyboard for a touch screen device based on Qt/Qml 5.6. I'd like to implement a chinese input method. The keyboard is embedded in the software and it is activated only inside the software. The system is based on an old mix

Re: [yocto] [ANNOUNCEMENT] Yocto Project 3.3.1 (hardknott-25.0.1) is Released

2021-06-08 Thread Michael Halstead
After discussing it we've gone ahead and deleted the hardknott-25.0.0 tag then added hardknott-3.3, and hardknott-3.3.1 tags. >From now on any release before 3.3 will have the poky version number tags and from the 3.3 release forward we will use branchname-yocto-version tags. On Tue, May 25, 2021

[yocto] Yocto Project Status WW23`21

2021-06-08 Thread Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build Next Team Meetings: * Bug Triage meeting Thursday June 10th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

[yocto] Managing chinese text input

2021-06-08 Thread Mauro Ziliani
Hi all. I'm coding my own keyboard for a touch screen device based on Qt/Qml 5.6. I'd like to implement a chinese input method. The keyboard is embedded in the software and it is activated only inside the software. The system is based on an old mix of Jethro/Krogoth I know there ibus framework fo

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel-src: add 2.6.0 release

2021-06-08 Thread Wojciech Zmuda
From: Wojciech Zmuda Zephyr 2.6.0 release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.6.0 Update the following submodules to most recent revisions: - hal_nordic: nrfx_dppi: Fix variable used in logging function - hal_stm32: dts/st: use a pull-down for SPI

[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src set default preferred version to 2.6.0

2021-06-08 Thread Wojciech Zmuda
From: Wojciech Zmuda Signed-off-by: Wojciech Zmuda --- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index b3b9565..9

[yocto] [meta-zephyr][PATCH 0/2] Bump Zephyr kernel to 2.6.0

2021-06-08 Thread Wojciech Zmuda
From: Wojciech Zmuda This patch set bumps Zephyr to 2.6.0, as stable revision has been released a few days ago. It also updates revisions of submodules. Tested with zephyr-philosophers on nRF 52840 DK. Wojciech Zmuda (2): zephyr-kernel-src: add 2.6.0 release zephyr-kernel-src set default pr

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

2021-06-08 Thread Naveen Saini
Build failing: Could not open 'poky/build-zephyr/tmp-newlib/work/armv7m-yocto-eabi/zephyr-mqtt-publisher/2.5.0+gitAUTOINC+fe7c2efca8_c3bd2094f9-r0/git/' (in 'osource "$(ZEPHYR_MBEDTLS_KCONFIG)"') (EISDIR: Is a directory) To fix, can you try following revision for mbedtls. - name: mbedtls

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

2021-06-08 Thread Naveen Saini
> -Original Message- > From: amit.kuche...@verdurent.com > Sent: Monday, June 7, 2021 2:01 PM > To: yocto@lists.yoctoproject.org; wojciech.zm...@huawei.com; > andrei.gher...@huawei.com; Saini, Naveen Kumar > > Cc: Amit Kucheria > Subject: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone

Re: [yocto] [PATCH 1/2] zephyr-kernel: Add OpenThread module to build

2021-06-08 Thread Stefan Schmidt
Hello. On 31.05.21 17:42, Stefan Schmidt wrote: From: Stefan Schmidt OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by: Stefan Schmidt --- recipes-kernel/zephyr-kernel/zephyr-kernel-common