Extensible SDK of core-image-minimal fails to install
Hendrik
Hello World,
I'm trying to install an extensible SDK of `core-image-minimal` on a system different from the build system (build system is Debian 10, install system is e.g. Ubuntu 20.04). When doing this, the following error occurs: ``` ERROR: Task (virtual:native:/home/test/poky_sdk/layers/poky/meta/recipes-devtools /pseudo/pseudo_git.bb:do_fetch) failed with exit code 'setscene whitelist' ``` The full log file `preparing_build_system.log` is available at: https://pastebin.com/m9KmshY0 It seems `recipes-devtools/pseudo/pseudo_git.bb` does depend on the build environment and therefore yields different hashes which results in broken sstate-cache. Does someone know what exactly went wrong and how to fix it? Steps to reproduce: Use the following `kas-project.yml`: ```yml header: version: 10 machine: qemux86-64 distro: poky local_conf_header: standard: | CONF_VERSION = "1" PACKAGE_CLASSES = "package_rpm" repos: poky: url: "https://git.yoctoproject.org/git/poky" refspec: dunfell layers: meta: meta-poky: meta-yocto-bsp: ``` Then, run a kas container (https://github.com/siemens/kas, e.g. use `kas-container` script): `./kas-container shell kas-project.yml` This will start a Debian 10 container with kas installed. Build the extensible SDK with `bitbake -c populate_sdk_ext core-image-minimal`. After finishing, install the extensible SDK on a different machine (for testing purposes e.g. in a Docker container for example `ubuntu:20.04`). It will result in the error mentioned above. How do I fix that? Thanks in advance! Hendrik
|
|
Yocto Technical Team Minutes, Engineering Sync, for June 8, 2021
Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for June 8, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or omissions are found, please feel free to reply to this email with any corrections. == attendees == Trevor Woerner, Stephen Jolley, Armin Kuster, Steve Sakoman, Tony Tascioglu, Peter Kjellerstedt, Saul Wold, Bruce Ashfield, Jon Mason, Richard Purdie, Michael Halstead, Joshua Watt, Jan-Simon Möller, Randy MacLeod, Tim Orling, angolini, Ross Burton, sakib.sajal@WR == notes == - 3.4 m1 due to build this week (honister) - 3.1.8 released (dunfell) - possible AB-INT cause identified (aufs patches in linux-yocto) 3.4 m1 to be held pending - another AB-INT caused by kernel upgrade on centos8, also affects 3.4 m1 - existing multiconfig patches seem to fix some things but break others; multiconfig needs simpler test cases - record high levels of AB-INT issues == general == RP: what to do about the AB-INT blockers? Bruce: i’m preparing a new check of aufs to see if i can find any problematic issues. we also saw things with 5.12 as well, which has completely different code in aufs, so i’m not 100% sure we’ve found the problem. but i’m preparing a new series which we can submit for testing to see where it goes RP: the centos8 issues causes any build to have failures. this is an intermittent issue, so it’s not easy to pin down to specific things, just educated guessing. ideally we’d not be blocking m1 Bruce: 5.12 is no longer the shiny new thing, so i’ll be bringing in 5.13 soon-ish. so i question blocking m1 RP: something is destabilizing the AB, but the AB is more stable when using base rather than standard/base Bruce: i could revert the aufs thing so we can move forward with m1 RP: my priority is to stabilize the AB Bruce: it appears that there are upstream problems with the -stable backports (specifically we’ve seen a partial preempt_rt backport patch) so there are issues all around. for example the aufs maintainer maintains his own per-release branches for patches which we pull in, but it’s possible there are problems there RP: this is not the only thing blocking m1 (we’re not stuck waiting for you) but hopefully it gets resolved by the time the other problem is fixed RP: there’s also an lttng issue which I’ve sent RP: centos8 MichaelH: there is a script that Khem gave us and AlexK was looking at running it to find out the problem. we needed to install more packages to get the script working. other options are to run a different kernel on centos8 machines (instead of the default) RP: is there much risk in downgrading the kernel back to before the last maintenance? MichaelH: no RP: we have 2 centos8 workers. let’s downgrade the kernel on one and leave the other as-is so we can test against both setups. that way both machines will be running a RedHat kernel, one will just be older MichaelH: there were other things updated last friday other than the kernel, so the issue could be something else (it was a BIG update) RP: it looked like a syscall problem, so let’s start there and consider other things if that doesn’t solve the issue PeterK: tagging (from last week) MichaelH: we decided prior to 3.3 to use old style, and new yocto version number and branch name tag in 3.4 (honister) and after RP: dunfell remains unchanged, hardknott tweaked slightly Randy: i don’t see any reports, so whoever is running swat… Randy: valgrind updates Randy: progress on make-job-server, cmake based builds are interfering RP: qemuarm building is failing with valgrind issues in ptest Randy: arm? or arm64? RP: arm64, we only test arm64 in ptest Randy: if make-job-server works we’ll need to do something similar for ninja RP: if you have a patch that controls make and cmake then that’s a start. i’d like to get that into the infrastructure with just that Randy: np Randy: do we have an understanding of how busy machines are? is the AB busy on weekends? RP: i usually schedule things in my nights. on weekends regular builds are turned into full builds. on top of that you have builds from AlexK, kernel builds from Bruce, and dunfell builds from Steve. we can’t run it 100% because it does need “healing time” JPEW: i’ve been looking at SBOM Ross: i’m curious JPEW: started with meta-doubleopen, generates mostly valid SBOM, submitted a couple patches so they would pass the validator. i think we’re sending someone to the plugfest. the layer needs some cleanup work, some of it would integrate better into the core. the SBOMs are *HUGE*, 500MB for core-image-minimal (!!) RP: we don’t have to do this for SBOM, so for core i think we only need to look at more basic functionality. i like the feature of examining the final binaries and working backwards to figuring out which source files were part of the build, but that could be somewhere outside the SBOM JPEW: i looked at some of the license mapping things RP: isn’t there already a function that does that JPEW: looked but didn’t find RP: i think it’s spread all over and should be consolidated into a separate function JPEW: generate the different components with different tasks for a given recipe. they create a “package” for the recipe itself, but then “package” for each package generated by the build. so you end up with n+1 packages for each recipe, then you need to define all the relationships, so there are multiple tasks fiddling with one SPDX file RP: why not just one JPEW: 1. there’s a recipe identifier step (which is separate than actually generating SPDXes) 2. package post function for produced packages 3. runs after 1 and 2 and replicates what the archiver is doing (figures out what files went into recipe) and mostly does the relationships JPEW: not everything has a packaging step so there’s a step that has to be done at the very end to make sure everything in the image has been accounted for RP: if there’s no do-package then it’s not going into the image Ross: we have pieces of firmware that just drop things into deploy RP: there are 3 ways to get something into the image: 1. packages 2. do deploy 3. images JPEW: we could have an image in an image, so we’d need this post step anyway RP: how do we produce the SPDX file and pull it into the image JPEW: it gets complicated RP: can we supplement package data with extra things? we could put more data into packagedata which could make some of these other things easier JPEW: this could get rid of the post-processing step. they were tripping over a number of things that could be made easier to having the metadata setup with this information (expecting to do SBOMs) JPEW: we can’t know the package data post mortem RP: there is a call we can make, then all this info is correct again JPEW: ah! that would help it not be spread across these 3 tasks TimO: reminds me of what i was encountering while doing the perl-dep work earlier. the problem i found is that i could only see the files if i was just building them, i wouldn’t see them when pulling from sstate RP: there’s 2 directories: 1 package data for currently building thing 2. package data for all its predecessors. you’re probably interested in 2, but are looking in 1 TimO: played with Ross’s maynard branch. gives you a gnome desktop on weston. but has AGL stuff in it and future support is unknown. TimO: so i don’t see any strong contenders. i don’t think we want sway or wrlroots. i don’t think ivi shell is what we want JPEW: no because everything has to be written in ivi-shell TimO: that’s what i thought JPEW: phosh, but dependencies TimO: this would require lots of stuff brought into core, which is questionable and i don’t want to maintain any of our own forks JPEW: i agree TimO: i think AGL is going to be looking at flutter, but i don’t think that makes sense for us J-S: yes, there is some traction to running flutter, but not sure if that’s a good fit for us. ideal is to run something purely upstream RP: i think we should just maintain the status-quo a bit longer to see if the dust settles. there’s lot’s of churn out there TimO: even if we were even able to port matchbox to weston, would we even want that as a reference desktop? Ross: *if* it were maintained, then a maintained solution would be better than an unmaintained on. but if we have to maintain it ourselves then the decision is not as easy RP: matchbox is good on small screens TimO: most lightweight stuff i know is x11-based Ross: matchbox isn’t the prettiest, but it is good for what it does JPEW: phones and tablets TimO: phones, tables, and kiosks RP: how big is the gnome stuff Ross: quite big JPEW: lots of silly dependencies in phosh, e.g. lots of jSON descriptions for mutter things even if you’re not running mutter on the target. so this ends up pulling gnome desktop and lots of gtkwebkit things RP: but we already have gtkwebkit in core, and the silly dependencies seem fixable. Ross have you looked at phosh? Ross: no JPEW: gnome desktop 3, network manager, pollkit-systemd, gnome shell g settings RP: systemd dependency. does it work? JPEW: it builds but the graphics didn’t come up. i think librsvg is too old RP: i think our librsvg stuff is broken because of rust
|
|
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
|
|