[yocto] Id: 'weston': no such user issue Disable is required

2024-11-10 Thread sateesh m via lists.yoctoproject.org
Hi Team, After logging into my machine, I see the error message: "Id: 'weston': no such user". However, my board doesn't have display support. I want to disable or fix this "no such user" error. Can anybody help me with this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [yocto] Id: 'weston': no such user issue Disable is required

2024-11-12 Thread sateesh m via lists.yoctoproject.org
Hi Sarvari, My intention if we disable weston we won't see this error.becuase I don't need display. Could you please help me with this. Actually I am not clear about my end. Thanks & Regards, Sateesh On Tue, 12 Nov, 2024, 9:55 pm Gyorgy Sarvari, wrote: > On 11/12/24 17:11, sateesh m wrote: >

Re: [yocto] Id: 'weston': no such user issue Disable is required

2024-11-12 Thread sateesh m via lists.yoctoproject.org
How to delete it. Regards, Sateesh On Tue, 12 Nov, 2024, 1:20 pm Gyorgy Sarvari, wrote: > As a first step I would check where the error is coming from: check > systemd/init scripts/units starting upon login, /etc/local.d folder, > .bashrc, and other usual suspects. > > Once you have it, check w

Re: [yocto] Id: 'weston': no such user issue Disable is required

2024-11-12 Thread sateesh m via lists.yoctoproject.org
Hi Sarvari, IMAGE_INSTALL:remove = "weston weston-init" PACKAGECONFIG:remove:weston = "init" I did it even though I see same id: weston no such user" Thanks & Regards, Sateesh On Tue, 12 Nov, 2024, 9:16 pm Gyorgy Sarvari, wrote: > On 11/12/24 15:48, sateesh m wrote: > > How to delete it. > >

[yocto] Issue with pulseaudio.15.0 version audio issue HFP/HSP profile

2024-11-13 Thread sateesh m via lists.yoctoproject.org
Hi Team, We are using yocto version krikstone. Trying HFP/HSP and A2DP Profile. *1) We are able to connect  my mobile with bluetooth connectivty. Able to play audio but unable to listen sound.* *2) Through GSM we are trying to play audio but unable to listen sound.* Integrated required package

Re: [yocto] Disabling unused service to reduce boot time (Krikstone version)

2024-11-27 Thread sateesh m via lists.yoctoproject.org
Hi Team, I have tried below method SYSTEMD_SERVICE:${PN}-avahi = "avahi-daemon.service" SYSTEMD_AUTO_ENABLE:${PN}-avahi = "disable" But I am unable to disable service during boot up time. I want to disable it to improve my boot performance. Regards, Sateesh -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] Disabling unused service to reduce boot time (Krikstone version)

2024-11-27 Thread sateesh m via lists.yoctoproject.org
Hi Have tried. DISTRO_FEATURES:remove = "zeroconf polkit" SYSTEMD_AUTO_ENABLE:pn-avahi = "disable" SYSTEMD_AUTO_ENABLE:pn-ip6tables = "disable" Even not worked.Any other method ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64357): https://list

[yocto] Disabling unused service to reduce boot time (Krikstone version)

2024-11-26 Thread sateesh m via lists.yoctoproject.org
Hi Team, I want to improve my boot time so for that I want to disable few services which is running during boot up. I want to disable below mentioned services. avahi,iptables6,iptable, zeroconf,polkit,drm, services 6.242s  user@0.service 2.01s ldconfig.service 2.359s iptables.service 2.293s ip

Re: [yocto] Issue with pulseaudio.15.0 version audio issue HFP/HSP profile

2024-11-14 Thread sateesh m via lists.yoctoproject.org
Hi Team, Can anybody respond on this mail. Thanks & Regards, Sateesh On Thu, 14 Nov, 2024, 10:48 am sateesh m via lists.yoctoproject.org, wrote: > Hi Team, > > We are using yocto version krikstone. > > Trying HFP/HSP and A2DP Profile. > > *1) We are able to connect

[yocto] cve-update-db-native-1.0-r0 do_populate_cve_db

2025-02-25 Thread sateesh m via lists.yoctoproject.org
Hi Team, WARNING: cve-update-db-native-1.0-r0 do_populate_cve_db: Failed to fetch CVE data ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)) I am tryint to generate cve data. I am using poky dunfell sources python version 2.7.17. Is any one faced same issue? How can reso