Re: Managing chinese text input
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 public. Would you have time to wait for them? From: "Mauro Ziliani" <mauro@...> Subject: [yocto] Managing chinese text input Date: Tue, 8 Jun 2021 15:17:43 +0200 > 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 for this, but it is not included in yocto bsp. > Any idea about? > Best regards, > MZ > > Sent from Mailspring (https://getmailspring.com/), the best free email app for work ---------------------------------------------------------------------- 木本 雅彦 / Masahiko Kimoto, Ph.D. E-mail: kimoto@... URL: http://www.ohnolab.org/~kimoto
|
|
Re: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls
Naveen Saini
Made few changes in this patch. Re-sent patchset including some additional patches.
toggle quoted messageShow quoted text
Regards, Naveen
-----Original Message-----
|
|
[meta-zephyr][PATCH 10/10] zephyr-kernel-src: drop 2.4.0 support
Naveen Saini
v2.6.0 is available now.
Signed-off-by: Naveen Saini <naveen.kumar.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-src-2.4.0.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc deleted file mode 100644 index a2a3770..0000000 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc +++ /dev/null @@ -1,11 +0,0 @@ -SRCREV_FORMAT = "default_cmsis" -SRCREV_default = "7a3b253ced7333f5c0269387a7f3ed1dee69739d" -SRCREV_cmsis = "542b2296e6d515b265e25c6b7208e8fea3014f90" -SRCREV_nordic = "d8a6ea9695ddf792bb18bb6035c13b1daac5d79c" -SRCREV_stm32 = "f0e11398128ac9abdff713da5d3035e6c96e9b86" -SRCREV_open-amp = "de1b85a13032a2de1d8b6695ae5f800b613e739d" -SRCREV_libmetal = "9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94" -SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" -SRCREV_mbedtls = "aef137b1af8aa7a0f43345c82459254b8832262e" - -PV = "2.4.0+git${SRCPV}" -- 2.17.1
|
|
[meta-zephyr][PATCH 09/10] zephyr-kernel-src-2.4.0.inc: add srcrev for mbedtls module
Naveen Saini
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93
Signed-off-by: Naveen Saini <naveen.kumar.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-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc index d1ef80e..a2a3770 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.4.0.inc @@ -6,5 +6,6 @@ SRCREV_stm32 = "f0e11398128ac9abdff713da5d3035e6c96e9b86" SRCREV_open-amp = "de1b85a13032a2de1d8b6695ae5f800b613e739d" SRCREV_libmetal = "9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_mbedtls = "aef137b1af8aa7a0f43345c82459254b8832262e" PV = "2.4.0+git${SRCPV}" -- 2.17.1
|
|
[meta-zephyr][PATCH 08/10] zephyr-kernel-src-2.6.0.inc: add srcrev for mbedtls module
Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.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/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc @@ -6,6 +6,7 @@ SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_mbedtls = "5765cb7f75a9973ae9232d438e361a9d7bbc49e7" PV = "2.6.0+git${SRCPV}" -- 2.17.1
|
|
[meta-zephyr][PATCH 07/10] zephyr-kernel-src set default preferred version to 2.6.0
Naveen Saini
From: Wojciech Zmuda <wojciech.zmuda@...>
Signed-off-by: Wojciech Zmuda <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..5e43583 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -22,5 +22,5 @@ SRC_URI = "\ S = "${WORKDIR}/git" # Default to a stable version -PREFERRED_VERSION_zephyr-kernel ??= "2.5.0" +PREFERRED_VERSION_zephyr-kernel ??= "2.6.0" include zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc -- 2.17.1
|
|
[meta-zephyr][PATCH 06/10] zephyr-kernel-src: add 2.6.0 release
Naveen Saini
From: Wojciech Zmuda <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 SCK pin - openamp: lib: update open-amp lib to release v2021.04.0 - libmetal: lib: update libmetal to release v2021.04.0 + VERSION path fix Signed-off-by: Wojciech Zmuda <wojciech.zmuda@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- .../zephyr-kernel/zephyr-kernel-src-2.6.0.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc 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 new file mode 100644 index 0000000..7ef1697 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc @@ -0,0 +1,13 @@ +SRCREV_FORMAT = "default_cmsis" +SRCREV_default = "79a6c07536bc14583198f8e3555df6134d8822cf" +SRCREV_cmsis = "c3bd2094f92d574377f7af2aec147ae181aa5f8e" +SRCREV_nordic = "574493fe29c79140df4827ab5d4a23df79d03681" +SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" +SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" +SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" +SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" + +PV = "2.6.0+git${SRCPV}" + +SRC_URI_append = " file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ + " -- 2.17.1
|
|
[meta-zephyr][PATCH 05/10] zephyr-mqtt-publisher: Add recipe for mqtt publisher
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb b/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb new file mode 100644 index 0000000..b4e3067 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/mqtt_publisher" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" -- 2.17.1
|
|
[meta-zephyr][PATCH 04/10] zephyr-websocket-client: Add recipe for websocket client
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb b/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb new file mode 100644 index 0000000..428f75e --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/websocket_client" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" -- 2.17.1
|
|
[meta-zephyr][PATCH 03/10] zephyr-http-client: Add recipe for http client
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-http-client.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-http-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-http-client.bb b/recipes-kernel/zephyr-kernel/zephyr-http-client.bb new file mode 100644 index 0000000..cf3c322 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-http-client.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/http_client" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" -- 2.17.1
|
|
[meta-zephyr][PATCH 02/10] zephyr-echo-client: Add recipe for echo client
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-echo-client.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-echo-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb b/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb new file mode 100644 index 0000000..c17e1e7 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/echo_client" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" -- 2.17.1
|
|
[meta-zephyr][PATCH 01/10] zephyr-kernel: Clone mbedtls
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
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 <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc | 1 + recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc index 5d66f0f..545197f 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc @@ -6,6 +6,7 @@ SRCREV_stm32 = "cc8731dba4fd9c57d7fe8ea6149828b89c2bd635" SRCREV_open-amp = "de1b85a13032a2de1d8b6695ae5f800b613e739d" SRCREV_libmetal = "9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_mbedtls = "24d84ecff195fb15c889d9046e44e4804d626c67" PV = "2.5.0+git${SRCPV}" diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index b3b9565..01c87c4 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -13,6 +13,7 @@ SRC_URI = "\ git://github.com/zephyrproject-rtos/cmsis.git;protocol=https;destsuffix=git/modules/cmsis;name=cmsis \ git://github.com/zephyrproject-rtos/hal_nordic.git;protocol=https;destsuffix=git/modules/hal/nordic;name=nordic \ git://github.com/zephyrproject-rtos/hal_stm32.git;protocol=https;destsuffix=git/modules/hal/stm32;name=stm32 \ + git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;destsuffix=git/modules/lib/mbedtls;name=mbedtls \ git://github.com/zephyrproject-rtos/open-amp.git;protocol=https;destsuffix=git/modules/lib/open-amp;name=open-amp \ git://github.com/zephyrproject-rtos/libmetal.git;protocol=https;destsuffix=git/modules/hal/libmetal;name=libmetal \ git://github.com/zephyrproject-rtos/tinycrypt.git;protocol=https;destsuffix=git/modules/crypto/tinycrypt;name=tinycrypt \ -- 2.17.1
|
|
Re: Bitbake failure
On 2021-05-31 6:12 p.m., Cris Scott
wrote:
Hi Cris, It's been a while is this still a problem for you?
Can you reproduce the error with poky? git://git.yoctoproject.org/poky What release/commit are you using? Does it happen when you just run: bitbake lighttpd ? Does it happen if you mv your sstate-cache (tmp*) directories
aside What's in your local.conf? For completeness, what is your build host distro (I doubt it matters here.).
I built poky from: on an Ubu-18.04.3 builder, and both: worked fine with: grep -v "^$" conf/local.conf | grep -v "^#" ../Randy
-- # Randy MacLeod # Wind River Linux
|
|
Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
On 2021-06-04 8:40 a.m., Bruce Ashfield wrote:
On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield viaCreated: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14426 Layerindex should allow longer compatible version names ../Randy Bruce -- # Randy MacLeod # Wind River Linux
|
|
Re: bitbake controlling memory use
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] When I encountered this failure with the patch, it was because the scripts/make-intercept/make script was not marked as executable. However, there was another failure even after that was changed, claiming that an appropriate Makefile parser was not found on the system, which (strangely) seems to be fixed by correcting the script's hashbang to use python3 instead of python. Please see my other response in this thread for further action. - Trevor
|
|
Re: How to use debug symbols from recipe-dbg package?
On 2021-06-07 12:01 p.m., Mauro Ziliani
wrote:
Hi Mauro,
I'm not sure that I understand. Why wouldn't you just install the dbg deb along with gdb and debug on target? You might also want to look at using debuginfod if you are on the
https://www.youtube.com/watch?v=S3QLr113mx8
Did you follow the YP docs: ? ../Randy
-- # Randy MacLeod # Wind River Linux
|
|
Re: bitbake controlling memory use
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] I have reworked the patch and I'm doing some testing with it
right now. Once I have collected some data (and possibly reworked
it further, depending on results), perhaps I can have you test it
out as well? That should be in the next day or two. - Trevor
|
|
Re: Managing chinese text input
On 2021-06-08 9:17 a.m., Mauro Ziliani wrote:
Hi all.Hi Mauro, You might have to add the meta-gnome layer or copy the recipe into your own layer: https://layers.openembedded.org/layerindex/recipe/112490/ Let us know how that works for you. ../Randy Best regards, -- # Randy MacLeod # Wind River Linux
|
|
Re: [ANNOUNCEMENT] Yocto Project 3.3.1 (hardknott-25.0.1) is Released
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 at 6:12 AM Peter Kjellerstedt <peter.kjellerstedt@...> wrote: > -----Original Message----- --
Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer
|
|
Yocto Project Status WW23`21
Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build
Next Team Meetings:
Key Status/Updates:
We are working to identify the load pattern on the infrastructure that seems to trigger these.
Ways to contribute:
YP 3.4 Milestone Dates:
Planned upcoming dot releases:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
|