Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-19 Thread Zoran
-user.target *Seems that some leftovers from System V still reside in YOCTO... Correct???* Best Regards, Zoran ___ On Sat, Sep 19, 2020 at 3:37 PM wrote: > Hello All, > > I finally got it to work!!! > > There was a sshd.socket file in /lib/systemd/system which had the &

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread Zoran
Hello Srijan, Did you recap/look into this sshd.service file? https://lists.yoctoproject.org/g/yocto/message/49993 Zoran ___ On Fri, Sep 18, 2020 at 8:07 PM wrote: > > Hello Khem, > > With the above sshd.service file the sshd daemon fails to start. It gives an > erro

Re: [yocto] QA notification for completed autobuilder build (yocto-3.0.4.rc1)

2020-08-17 Thread Zoran
roject... Isn't it?! Thank you, Zoran Stojsavljevic ___ On Mon, Aug 17, 2020 at 9:09 AM Sangeeta Jain wrote: > Hello All, > > Intel and WR YP QA is planning for QA execution for YP build > yocto-3.0.3.rc2. We are planning to execute following tests for this cycle: >

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
classical building procedures in there) The same for U-Boot, or even you can use YOCTO's U-Boot. Then, if the whole system suits your requirements, you might go by Bruce's advices (from his very last email). Just an idea how to ease your initial pain... Zoran ___ On Tue, Jul 28, 2020 at 4:18 PM

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
). Zoran ___ On Tue, Jul 28, 2020 at 2:45 PM Scott Whitney wrote: > > Hi Bruce, > > > > Yes, we are using Linux built by Yocto, but where is the preferred provider > for the kernel set to linux-yocto-rt? > > > > Thanks for your help > > > > Scott

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
Although, I must admit, I have there OpenSSH_7.9p1. Zoran ___ On Sat, Jul 18, 2020 at 5:38 PM Zoran via lists.yoctoproject.org wrote: > > This is what I have with my BBB on SDcard with Debian Buster: > > root@arm:/etc/systemd/system# cat sshd.service > [Unit] > Descript

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
for comparison. Best Regards, Zoran ___ On Sat, Jul 18, 2020 at 5:19 PM wrote: > > Helo Zoran, > > Type=notify didn't work, either. > > The only thing that worked was Type=simple. > > Thanks, > -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED} #yocto

2020-07-18 Thread Zoran
> Finally was able to resolve the issue. It seems the sshd.service > did not line Type=forking. > > I changed it to Type=simple and it started working. Please, could you try with Type=notify ? Thank you, Zoran ___ On Sat, Jul 18, 2020 at 12:53 PM wrote: > > Finally w

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
option does mean (lazy to investigate), seems that this was the main cause of the problem: https://unix.stackexchange.com/questions/390224/openssh-server-start-failed-with-result-timeout Please, read this link carefully. Best Regards, Zoran ___ On Thu, Jul 16, 2020 at 5:53 PM wrote: > >

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
sshd.service -r -n 1 Zoran ___ On Thu, Jul 16, 2020 at 4:01 PM wrote: > > I am facing an issue with openssh_8.0p1 on zeus...systemd is not able to > start sshd.service. I am using the following sshd.service file. > > [Unit] > Description=OpenSSH server daemon > Doc

Re: [yocto] Imx8m mini boot

2020-03-03 Thread Zoran
What about issuing dmesg command after the boot?! Zoran ___ On Tue, Mar 3, 2020 at 1:56 PM Iñigo Vicente Waliño wrote: > > Hi, > > Is there any way to see the traceability or registers by the command line of > the secure boot on my imx8m mini board with u-boot? >

Re: [yocto] Bitbake error

2020-02-26 Thread Zoran
I have created local.conf for bbb which includes both systemd and ssh. Please, find it here. https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-zeus/local.conf I sincerely hope it helps. Best Regards, Zoran On Wed, Feb 26, 2020 at 12:43 PM Iñigo Vicente Waliño

Re: [yocto] Bitbake error

2020-02-25 Thread Zoran
U R not the only one experiencing this problem. https://stackoverflow.com/questions/60336978/yocto-error-perf-1-0-r9-do-compile-oe-runmake-failed-from-bitbake-image Does this setup you have compile with core-image-minimal? Zoran On Mon, Feb 24, 2020 at 11:58 AM Iñigo Vicente Waliño

Re: [yocto] Bitbake error

2020-02-21 Thread Zoran
Hope this can fix the issue: http://lists.openembedded.org/pipermail/openembedded-core/2016-October/127246.html Best Regards, Zoran On Fri, Feb 21, 2020 at 10:16 AM Iñigo Vicente Waliño wrote: > > Hi, > > I'm trying to build yocto project ZEUS for imx8m mini. > > I have

Re: [yocto] Modified GENIVI Cannelloni recipe with strange side effects

2020-02-19 Thread Zoran
this functionality does not reside in do_install_append () (I would expect this to be correct one, but it seems that inheritance in bitbake has changed)? Many thanks (what we, ignorant YOCTO guys, will do without the experts), Zoran ___ On Wed, Feb 19, 2020 at 7:05 PM Laurent Gauthier wrote

Re: [yocto] Modified GENIVI Cannelloni recipe with strange side effects

2020-02-16 Thread Zoran
wledge about bitbake build systems ends here, somebody from YOCTO primes (potentially Khem Raj, Ross Burton, maybe even Richard Purdie) should look more closely into this issue (apologies for my unsolicited suggestions). Laurent, Once again, thank you for unselfish help, Zoran ___ On Fri, Feb 1

Re: [yocto] Modified GENIVI Cannelloni recipe with strange side effects

2020-02-14 Thread Zoran
ng as: RDEPENDS_${PN} = "???" What should I put on the right side of the equation (according to the above traces)? Thank you, Zoran ___ On Fri, Feb 14, 2020 at 11:49 AM Laurent Gauthier < laurent.gauth...@soccasys.com> wrote: > Hi Zoran, > > The issue seems to be th

Re: [yocto] Modified GENIVI Cannelloni recipe with strange side effects

2020-02-14 Thread Zoran
/cannelloni/cannelloni.bb:do_package) failed with exit code '1' Strange, isnt it? Zoran ___ On Fri, Feb 14, 2020 at 11:27 AM Zoran via Lists.Yoctoproject.Org wrote: > Hello List, > > I am trying to solve very interesting ERROR I am getting with slightly > modified GENIVI Cann

[yocto] Modified GENIVI Cannelloni recipe with strange side effects

2020-02-14 Thread Zoran
code '1' NOTE: Tasks Summary: Attempted 3791 tasks of which 3788 didn't need to be rerun and 1 failed. ___ Any advise how to make GENIVI Cannelloni recipe to work with: SRCREV = "${AUTOREV}" ??? Thank you, Zoran -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

<    1   2