[linux-yocto] [PATCH 5/5] Revert "net: can: llce_can: add netdev notifier"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 9363cece406bdf2231444ca06074efb7f2a65f9e. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 281 ++-- drivers/net/can/llce/llce_can_common.c | 37 +--- include/linux/can/dev/llce_can_common.h | 2 - 3 files

[linux-yocto] [PATCH 4/5] Revert "net: can: llce can: fix switching beteween CAN and CAN FD"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 572a26ce97d70c940f236cfdfcf670c2b16ff0b0. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/net/can/llce/llce_can.c b/drivers/net/can/llce/llce_can.c

[linux-yocto] [PATCH 3/5] Revert "net: can: llce can: do not print errors if logging is not supported"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 65dca19f372f90f9ffd390eccaf9f0efa70fa0c7. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/llce/llce_can.c b/drivers/net/can/llce/llce_can.c index

[linux-yocto] [PATCH 1/5] Revert "bindings: clock s32cc: add CMU clk"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 91376f1512ed6729b2d4339822dee3b7a9922729. Signed-off-by: Wenlin Kang --- include/dt-bindings/clock/s32gen1-scmi-clock.h | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/dt-bindings/clock/s32gen1-scmi-clock.h

[linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] revert some commits to fix llcecan issue

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang Hi Bruce Would you please merge these patches? thanks. With latest codes, when configure LLCE, we notice that llcecan interfaces can't be found: root@nxp-s32g2xx:~# ip link set up llcecan0 type can bitrate 50 dbitrate 500 fd on Cannot find device "llcecan0" After

[linux-yocto] [PATCH 2/5] Revert "net: can: llce can: restrict logging enablement"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 0f208baa111991764ba68f5f809d851897ecda64. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/drivers/net/can/llce/llce_can.c

Re: [linux-yocto] [kernel-cache][PATCH 2/2] bsp/genericarm64: incorporate more features, and sort

2024-03-07 Thread Bruce Ashfield
These looks fine to me, I've just been tied up trying to sort out the 5.15 issues as well as some things in meta-virt. I'll get the two changes merged and tested on Friday. Bruce On Wed, Mar 6, 2024 at 10:15 AM Ross Burton wrote: > > From: Ross Burton > > Pull in a large number of drivers and

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
> > > Is there a part of the manual I can read that explains what this is? > > The intel-meta README -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62707): https://lists.yoctoproject.org/g/yocto/message/62707 Mute This Topic:

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
Thanks for the help. The system is telling me it succeeded, I used intel-corei7-64 I have a directory: build/tmp/deploy/images/intel-corei7-64 that has a lot of artifacts in it, and I am unsure of how to test it. The yocto system I was working with created a single image file. I am looking

[linux-yocto][kernel-cache][PATCH] cfg/docker.cfg: add CONFIG_CGROUP_BPF

2024-03-07 Thread Xiangyu Chen
From: Xiangyu Chen Add CONFIG_CGROUP_BPF to ensure docker can be started under cgroup v2, otherwise it would report the following error: Error: for ... error setting cgroup config for procHooks process: bpf_prog_query(BPF_CGROUP_DEVICE) failed: invalid argument: unknown Cgroup v2

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
> > > Hi, > did you add meta-altera here? > > build/conf/bblayers.conf > > Thank you, no. It was right there in the documentation: "bitbake-layers add-layer ../meta-altera" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62705):

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Markus Volk
On Thu, Mar 7 2024 at 03:46:30 PM -08:00:00, Worik Stanton wrote: What have I done wrong? Hi, did you add meta-altera here? build/conf/bblayers.conf -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62704):

Re: [yocto] Yocto Project Quick Build - qemu

2024-03-07 Thread Worik Stanton
> > > What I see in my terminal is: > > > > runqemu - INFO - Running MACHINE=qemux86-64 bitbake -e ... > > runqemu - INFO - Continuing with the following parameters: > > KERNEL: [/home/yocto/poky/build/tmp/deploy/images/qemux86-64/bzImage] > > MACHINE: [qemux86-64] > > FSTYPE: [ext4] > > ROOTFS:

[yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
Progressing I am at the stage: Customizing Your Build for Specific Hardware I have unpacked the `meta-altera` repository as instructed I edited my build/conf/local.conf MACHINE ??= "cyclone5" I get the error: MACHINE=cyclone5 is invalid. Please set a valid MACHINE in your local.conf,

Re: [yocto] Yocto Project Quick Build - qemu

2024-03-07 Thread Richard Purdie
On Thu, 2024-03-07 at 15:06 -0800, Worik Stanton wrote: > Friends > > I am starting from first principles and following Yocto Project Quick Build. > > I am at the step: Simulate Your Image Using QEMU: > > I am unfamiliar with qemu.  But it has started up (I watched it spin its > wheels in top)

[yocto] Yocto Project Quick Build - qemu

2024-03-07 Thread Worik Stanton
Friends I am starting from first principles and following Yocto Project Quick Build. I am at the step: Simulate Your Image Using QEMU: I am unfamiliar with qemu. But it has started up (I watched it spin its wheels in top) but there is nothing to show for it. I am running in a Debian Bullseye

Re: [yocto] [meta-rockchip][PATCH] rock-5[ab]: use regular yocto kernel

2024-03-07 Thread Trevor Woerner
On Sun 2024-03-03 @ 06:13:09 PM, Trevor Woerner wrote: > Upstream kernel support for both the rock-5a and rock-5b landed in version > 6.5. Nanbield contained linux-yocto recipes for both 6.1 and 6.5 so it > was best to simply have these MACHINEs use linux-yocto-dev. Post-nanbield > oecore master

Re: [yocto] Random "Connection reset by peer" during fetch phase from Github repositories

2024-03-07 Thread Ross Burton
Try running wireshark or mitmproxy when reproducing this so you can see what host is actually disconnecting. You might be fetching from our mirrors, not the GitHub repository. Ross > On 7 Mar 2024, at 16:41, Jocelyn Meyron via lists.yoctoproject.org > wrote: > > Hi, > > I'm trying to

[yocto] [PATCH yocto-autobuilder-helper 2/3] scripts/abint: add argument parser

2024-03-07 Thread Ross Burton
From: Ross Burton Add an argument parser so that the use of the cache or verbose logging can be enabled/disabled without having to edit the source code. Signed-off-by: Ross Burton --- scripts/abint/abint.py | 45 ++ 1 file changed, 24 insertions(+), 21

[yocto] [PATCH yocto-autobuilder-helper 3/3] scripts/abint: fix sorting on initial display

2024-03-07 Thread Ross Burton
From: Ross Burton The default sorting was based on the list of seen times, but it should be based on the latest seen time. Signed-off-by: Ross Burton --- scripts/abint/abint.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/abint/abint.html.j2

[yocto] [PATCH yocto-autobuilder-helper 1/3] scripts/abint: sort and organise imports

2024-03-07 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- scripts/abint/abint.py | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/scripts/abint/abint.py b/scripts/abint/abint.py index f4cb8b29..d4fbed7e 100755 --- a/scripts/abint/abint.py +++ b/scripts/abint/abint.py

[yocto] Random "Connection reset by peer" during fetch phase from Github repositories

2024-03-07 Thread Jocelyn Meyron
Hi, I'm trying to build a custom image where almost all of the repositories of the recipes are hosted on Github. I'm using the *HTTPS *protocol to clone. I'm having random "Connection reset by peer" or "ssh_exchange_identification: Connection closed by remote host" error messages. By random, I

[yocto] Create separate jffs2 with only specific data from recipe

2024-03-07 Thread Matt Wood
Hi, I've been looking around and trying to figure out if it is possible to create a separate jffs2 (or other FS) image that does not contain the main build image, but only specific files or data from a recipe in the same build. For example, I have an image recipe that creates a wic with ext4 and

[linux-yocto] [kernel-cache][PATCH] riscv: Enable XHCI usb

2024-03-07 Thread Khem Raj
This brings it closer to other qemu configs in yocto and help to use usb mouse and keyboard device emulation Signed-off-by: Khem Raj --- bsp/qemuriscv32/qemuriscv32.scc | 6 ++ bsp/qemuriscv64/qemuriscv64.scc | 6 ++ 2 files changed, 12 insertions(+) diff --git

[linux-yocto] [PATCH] riscv: Enable XHCI usb

2024-03-07 Thread Khem Raj
This brings it closer to other qemu configs in yocto and help to use usb mouse and keyboard device emulation Signed-off-by: Khem Raj --- bsp/qemuriscv32/qemuriscv32.scc | 6 ++ bsp/qemuriscv64/qemuriscv64.scc | 6 ++ 2 files changed, 12 insertions(+) diff --git

Re: [yocto] Task dependencies

2024-03-07 Thread Bratiranjan Acharya
Okay, In details There are base-initramfs.bb, image-ext4.inc, image-ext4-debug.bb files and dm-verity file which depends upon the base-initramfs as we know that base-initramfs loads the actual rootfs so in image-ext4.inc i wrote a custom-task "do_simlink_ext4" inside which i just wrote

[linux-yocto] Trial merge of v5.15.151 v6.1.81 for linux-yocto

2024-03-07 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.151 v6.1.81 for the following branches in the linux-yocto. ccbd1ffa2151 v5.15/standard/sdkv5.10/axxia 45a604286a8a v5.15/standard/preempt-rt/sdkv5.10/axxia ed7ee8867f98 v5.15/standard/base 303f3510d546