Re: [yocto] OS-less SDK

2022-04-29 Thread Khem Raj
On 4/29/22 4:51 AM, Alessio Igor Bogani wrote: Dear Yocto developers, Is there a way to generate an SDK which contains the toolchain for bare-metal systems (i.e. MCU without operating system)? its possible to build baremetal toolchains, e.g. look at meta-riscv baremetal machines e.g.

Re: [yocto] Adding systemd to yocto

2022-04-29 Thread Scott Murray
On Thu, 28 Apr 2022, Joel Winarske wrote: > Line 30-36 include changes to convert a sysvinit image to systemd. > https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30 The INIT_MANAGER variable added in zeus removes the need to tinker with DISTRO_FEATURES and VIRTUAL-RUNTIME*

Re: [yocto] Question about initramfs and fitImage

2022-04-29 Thread Zoran
Hello Khoi, This might be is your starting point: https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zee ___ On Thu, Apr 28, 2022 at 11:13 PM Khoi Dinh Trinh wrote: > > Hi All, > > I'm trying to build an image that uses the currently built image as the > initramfs instead

[yocto] Yocto cyrillic characters support #yocto

2022-04-29 Thread Ashutosh Naik
I am having trouble creating files with cyrillic characters on a yocto generated image. For eg. If I try to create a file like : # touch  1Черная I do get: # ls 1?? I have verified that my locale has utf8 support: # locale LANG=en_GB.utf8 LC_CTYPE="en_GB.utf8" LC_NUMERIC="en_GB.utf8"

Re: [yocto] OS-less SDK

2022-04-29 Thread Leon Woestenberg
Hello Alessio, > On Fri, 29 Apr 2022, 13:52 Alessio Igor Bogani, > wrote: >> Is there a way to generate an SDK which contains the toolchain for >> bare-metal systems (i.e. MCU without operating system)? Good question. I know Xilinx has put effort to support their MCUs with Yocto. However,

[yocto] [PATCH yocto-autobuilder-helper] config.json: also build meta-virt for qemuarm

2022-04-29 Thread Ross Burton
Signed-off-by: Ross Burton --- config.json | 5 + 1 file changed, 5 insertions(+) diff --git a/config.json b/config.json index dc59d7f..afae5e9 100644 --- a/config.json +++ b/config.json @@ -954,6 +954,11 @@ "shortname": "Xen for qemuarm64", "MACHINE":

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

2022-04-29 Thread Richard Purdie
On Fri, 2022-04-29 at 05:32 +, Teoh, Jay Shen wrote: > Hi All, > > This is the full report for yocto-3.1.16.rc1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > > No new

Re: [yocto] [PATCH yocto-autobuilder2 v2] config.py: add meta-virtualization to a-full

2022-04-29 Thread Bruce Ashfield
On Fri, Apr 29, 2022 at 8:14 AM Ross Burton wrote: > > The meta-virtualization builder is reliable and useful now, so add it to > a-full. Acked-by: Bruce Ashfield The meta-virtualization "team" will do my best to respond to breakages in a timely manner :) Bruce > > Signed-off-by: Ross Burton

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization

2022-04-29 Thread Ross Burton
I’m retracting this, more places need to handle the rename and we can just live with the short name. Ross > On 29 Apr 2022, at 10:58, Ross Burton via lists.yoctoproject.org > wrote: > > Use the name of the layer instead of a contraction, for clarity. > > Signed-off-by: Ross Burton > --- >

[yocto] [PATCH yocto-autobuilder2 v2] config.py: add meta-virtualization to a-full

2022-04-29 Thread Ross Burton
The meta-virtualization builder is reliable and useful now, so add it to a-full. Signed-off-by: Ross Burton --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 17ccd21..c1c8c7e 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@

Re: [yocto] OS-less SDK

2022-04-29 Thread Laurent Gauthier
Hi Alessio, Have you had a look at crosstool-ng? Best regards, Laurent. On Fri, 29 Apr 2022, 13:52 Alessio Igor Bogani, wrote: > Dear Yocto developers, > > Is there a way to generate an SDK which contains the toolchain for > bare-metal systems (i.e. MCU without operating system)? > > Thanks

[yocto] OS-less SDK

2022-04-29 Thread Alessio Igor Bogani
Dear Yocto developers, Is there a way to generate an SDK which contains the toolchain for bare-metal systems (i.e. MCU without operating system)? Thanks in advance! Ciao, Alessio -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56953):

[yocto] [PATCH yocto-autobuilder2] config.py: add meta-virtualization to a-full

2022-04-29 Thread Ross Burton
The meta-virtualization builder is reliable and useful now, so add it to a-full. Signed-off-by: Ross Burton --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 17ccd21..bec61b1 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@

[yocto] [PATCH yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization

2022-04-29 Thread Ross Burton
Use the name of the layer instead of a contraction, for clarity. Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index dc59d7f..a8d0e20 100644 --- a/config.json +++ b/config.json @@ -933,7 +933,7 @@

[linux-yocto] [PATCH 2/2] driver: net: dpaa: release resource when executing kexec

2022-04-29 Thread Meng Li
When running kexec feature, it needs to release dpaa ethernet driver and fman resource so that the second kernel can bootup normally. So, create shutdown callback functions to improve ethernet driver. Signed-off-by: Meng Li --- .../ethernet/freescale/sdk_dpaa/dpaa_eth.c| 3 +++

[linux-yocto] [PATCH 1/2] dpaa: make sure FM_PORT_Free work reasonably

2022-04-29 Thread Meng Li
From: Tiejun Chen When perform kexec or reboot, kernel may panic as follows: Oops: Kernel access of bad area, sig: 11 [#1] PREEMPT SMP NR_CPUS=8 LTT NESTING LEVEL : 0 B4 QDS Modules linked in: NIP: c0603680 LR: c06037d8 CTR: c0578c70 REGS: c000f83c3470 TRAP: 0300

[linux-yocto]: [kernel/kernel-rt]: nxp-ls1046: add patches to improve kexec feature

2022-04-29 Thread Meng Li
From: Limeng Hi Bruce, The 2 patches are used to improve kexec feature So, could you please help merge these patches into linux-ycoto kernel, both below 2 branchs? v5.15/standard/nxp-sdk-5.15/nxp-soc v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc diffstat info as below: sdk_dpaa/dpaa_eth.c

[linux-yocto] [linux-yocto preempt-rt kernel v5.15]: nxp-s32g: update to align with NXP SDK

2022-04-29 Thread Zhantao Tang
Hi Bruce, There are 33 patches from bsp33 latest update for the following branch v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g Would you please help to merge these patches? The patch infos as following: The following changes since commit b8d249b238975a0eb25e88b1383c73ad25938dc2:

[linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc & v5.15/standard/nxp-sdk-5.15/nxp-soc] [PATCH 1/1] dmaengine: imx-sdma: Fix the build errors for merging of 6b8af9f96749

2022-04-29 Thread Xiaolei Wang
The merge of the stable commit 6b8af9f96749 ("dmaengine: imx-sdma: fix init of uart scripts") conflicts with the SDK patches. That cause two duplicate variables added and also put part of the codes into the wrong function. This drops that two duplicate variables and move the codes into the right

Re: [yocto] Adding systemd to yocto

2022-04-29 Thread Joel Winarske
Line 30-36 include changes to convert a sysvinit image to systemd. https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30 On Thu, Apr 28, 2022, 10:19 AM Edgar Mobile wrote: > Greetings, > > I tried to add systemd to weston-image-core by adding the following lines > in