Re: [yocto] [meta-rockchip] [PATCH v2] rock-3a add

2023-10-09 Thread Quentin Schulz via lists.yoctoproject.org
Hi Anthony, On 10/7/23 01:26, Anthony Davies via lists.yoctoproject.org wrote: From: Anthony Davies Add support for the Radxa Rock 3A https://wiki.radxa.com/Rock3/3a The TF-A project does not currently have support for the rk3568. Therefore, for the time-being, the only way to supply a TPL/DD

Re: [yocto] [meta-rockchip] [PATCH v2] rock-3a add

2023-10-09 Thread Anthony Davies
Hi Quentin, On Mon, 9 Oct 2023 at 19:25, Quentin Schulz wrote: > > Hi Anthony, > > On 10/7/23 01:26, Anthony Davies via lists.yoctoproject.org wrote: > > From: Anthony Davies > > > > Add support for the Radxa Rock 3A > > https://wiki.radxa.com/Rock3/3a > > > > The TF-A project does not currently

[yocto] Password added succesfully but defaults to autologin

2023-10-09 Thread MOHAMMED HASSAN
Hi guys, I am trying to set up a login password for my hardware but the problem is that my device uses automatic login. I checked online to comment out automatic login but it seems like my /lib/systemd/system/serial-getty\@.service contains the line "ExecStart=-/sbin/agetty -8 -L %I 921600 $TERM --

[yocto] continuous security updates for the Linux system

2023-10-09 Thread MOHAMMED HASSAN
Hi guys, I want to know more about security updates in yocto. So generally we update our distros when we get pop-ups about security updates and it's done. But what if my device is installed at a remote location? How does security update take place in the case of yocto? How can we do it? Any other r

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread Josef Holzmayr
Please see https://wiki.yoctoproject.org/wiki/System_Update Full disclosure: I work for Mender, which is one of the mentioned OTA solutions - mender.io Greetz, Josef On Mon, Oct 9, 2023 at 2:56 PM MOHAMMED HASSAN wrote: > Hi guys, > I want to know more about security updates in yocto. > So gen

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread MOHAMMED HASSAN
On Mon, Oct 9, 2023 at 06:12 AM, Josef Holzmayr wrote: > > Please see https://wiki.yoctoproject.org/wiki/System_Update > > Thanks for your reply. I am aware of the system_updates feature though still yet to implement. Is it possible to update the yocto version (i use dunfell) to the latest o

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread Adrian Freihofer
Hi Would it be possible to extend the https://wiki.yoctoproject.org/wiki/System_Update table with compatible backends? Ideally the license of the backends should also be transparent. OE/Yocto should not end up with a vendor lock in when it comes to a standard update mechanism. In the end it's abou

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Hassan On 09.10.23 at 15:22, MOHAMMED HASSAN wrote: On Mon, Oct 9, 2023 at 06:12 AM, Josef Holzmayr wrote: Please see https://wiki.yoctoproject.org/wiki/System_Update Thanks for your reply. I am aware of the system_updates feature though still yet to implement. Is it possible to update

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread MOHAMMED HASSAN
On Mon, Oct 9, 2023 at 07:11 AM, Michael Opdenacker wrote: > > Hi Hassan > > On 09.10.23 at 15:22, MOHAMMED HASSAN wrote: > >> On Mon, Oct 9, 2023 at 06:12 AM, Josef Holzmayr wrote: >> >> Please see https://wiki.yoctoproject.org/wiki/System_Update >> >> Thanks for your reply. I am aware of th

Re: [yocto] Password added succesfully but defaults to autologin

2023-10-09 Thread MOHAMMED HASSAN
Let me know if I am making any mistakes here. Also let me know if you need any other piece of information to help me on this issue. Thanks, Hassan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61290): https://lists.yoctoproject.org/g/yocto/messag

[yocto] Auto-mount causing "transport endpoint is not connected error"

2023-10-09 Thread Logan Grosz via lists.yoctoproject.org
Hi, all I am attempting to set up removable drive auto-mounting. I am doing so with a tweaked version of meta/recipes-core/udev/udev-extraconf/mount.sh​. My version is as follows ``` #!/bin/sh # # Called from udev # # Attempt to mount any added block devices and umount any removed devices # # T

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-10-09 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

[yocto] Current high bug count owners for Yocto Project 4.3

2023-10-09 Thread Stephen Jolley
All, Below is the list of top 25 bug owners as of the end of WW40 who have open medium or higher bugs and enhancements against YP 4.3. There are 1 possible workday left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 34 ross.bur...@arm.c

[yocto] Enhancements/Bugs closed WW40!

2023-10-09 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count tim.orl...@konsulko.com 2 randy.macl...@windriver.com 2 ross.bur...@arm.com 1 Grand Total 5 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 *

[yocto] M+ & H bugs with Milestone Movements WW40

2023-10-09 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW40 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 3362 Improve dependency analysis tools randy.macl...@windriver.com richard.pur...@linuxfounda

[yocto] inode mismatch

2023-10-09 Thread MOHAMMED HASSAN
Hi guys, I did bitbake image clean && bitbake image but it continuously due to inode mismatch The error i see Initialising tasks: 100% |###

[yocto] are there any plans for a RISC-V reference board?

2023-10-09 Thread Robert P. J. Day
at some point, will there be a poky (meta-yocto-bsp) RISC-V reference board? i'm thinking the Nezha Allwinner D1 (which is already supported in meta-riscv) would be a safe choice. or maybe the more powerful VisionFive 2? thoughts? rday -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [yocto] are there any plans for a RISC-V reference board?

2023-10-09 Thread Josef Holzmayr
Hi Robert, It has been discussed at numerous occasions. The main blocker is: we need a commitment for the maintenance. So if a high-ranking member decides to push forwards with this and allocate resources, or a new member from the RISC-V ecosystem steps up to make it happen, then the project is al