|
Re: Managing chinese text input
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
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
|
By
Masahiko Kimoto
·
#53812
·
|
|
Re: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls
Made few changes in this patch. Re-sent patchset including some additional patches.
Regards,
Naveen
Made few changes in this patch. Re-sent patchset including some additional patches.
Regards,
Naveen
|
By
Naveen Saini
·
#53811
·
|
|
[meta-zephyr][PATCH 10/10] zephyr-kernel-src: drop 2.4.0 support
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(-)
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(-)
|
By
Naveen Saini
·
#53810
·
|
|
[meta-zephyr][PATCH 09/10] zephyr-kernel-src-2.4.0.inc: add srcrev for mbedtls module
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
|
By
Naveen Saini
·
#53809
·
|
|
[meta-zephyr][PATCH 08/10] zephyr-kernel-src-2.6.0.inc: add srcrev for mbedtls module
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
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
|
By
Naveen Saini
·
#53808
·
|
|
[meta-zephyr][PATCH 07/10] zephyr-kernel-src set default preferred version to 2.6.0
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
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
|
By
Naveen Saini
·
#53807
·
|
|
[meta-zephyr][PATCH 06/10] zephyr-kernel-src: add 2.6.0 release
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
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
|
By
Naveen Saini
·
#53806
·
|
|
[meta-zephyr][PATCH 05/10] zephyr-mqtt-publisher: Add recipe for mqtt publisher
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
|
By
Naveen Saini
·
#53805
·
|
|
[meta-zephyr][PATCH 04/10] zephyr-websocket-client: Add recipe for websocket client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
|
By
Naveen Saini
·
#53804
·
|
|
[meta-zephyr][PATCH 03/10] zephyr-http-client: Add recipe for http client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
|
By
Naveen Saini
·
#53803
·
|
|
[meta-zephyr][PATCH 02/10] zephyr-echo-client: Add recipe for echo client
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
From: Amit Kucheria <amit.kucheria.ext@...>
This sample application provides an example of using the the MBEDTLS library.
Signed-off-by: Amit Kucheria
|
By
Naveen Saini
·
#53802
·
|
|
[meta-zephyr][PATCH 01/10] zephyr-kernel: Clone mbedtls
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
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
|
By
Naveen Saini
·
#53801
·
|
|
Re: Bitbake failure
Hi Cris,
It's been a while is this still a problem for you?
If not, how did you fix it?
Can you reproduce the error with poky? git://git.yoctoproject.org/poky
Hi Cris,
It's been a while is this still a problem for you?
If not, how did you fix it?
Can you reproduce the error with poky? git://git.yoctoproject.org/poky
|
By
Randy MacLeod
·
#53800
·
|
|
Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
Created:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14426
Layerindex should allow longer compatible version names
../Randy
--
# Randy MacLeod
# Wind River Linux
Created:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14426
Layerindex should allow longer compatible version names
../Randy
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#53799
·
|
|
Re: bitbake controlling memory use
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
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
|
By
Trevor Gamblin
·
#53798
·
|
|
Re: How to use debug symbols from recipe-dbg package?
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
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
|
By
Randy MacLeod
·
#53797
·
|
|
Re: bitbake controlling memory use
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
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
|
By
Trevor Gamblin
·
#53796
·
|
|
Re: Managing chinese text input
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
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
|
By
Randy MacLeod
·
#53795
·
|
|
Re: [ANNOUNCEMENT] Yocto Project 3.3.1 (hardknott-25.0.1) is Released
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
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
|
By
Michael Halstead
·
#53794
·
|
|
Yocto Project Status WW23`21
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
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
|
By
Stephen Jolley
·
#53793
·
|