Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Zoran Stojsavljevic
Hello Peter, > I'm not sure I got your question correct but I'll try to give you *a super* > *simple *network config for systemd-networkd using dhcp. *Super simple answer.* From my previous answer (from log provided): [11982.445947] net eth0: initializing cpsw version 1.12 (0) [11982.550762] SMS

Re: [yocto] [Recipe reporting system] Upgradable recipe name list

2019-01-22 Thread Michael Halstead
E-mails from the previous version are stopped now and the upgraded version is nearly ready. On 1/21/19 3:22 AM, Alexander Kanavin wrote: Hello, just to remind you that RRS continues to send these badly outdated, misleading reports once a week to yocto@. Please switch them off and/or take the n

[yocto] Error: file provided by multiple packages

2019-01-22 Thread João Gonçalves
I'm using master branch or embedded core to build a most recent toolchain with gcc 8.2 (I previously had 7.3 but it didn't provide the libstdc++fs that I needed). I almost made this build work but now I'm having the following error on my image do_rootfs: Package systemd wants to install file /hom

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Peter Bergin
Hi Zoran, I'm not sure I got your question correct but I'll try to give you a super simple network config for systemd-networkd using dhcp. Add the file '/etc/systemd/network/10-dhcp.network' with the following content:     [Match] Name=* [Network] DHCP=yes Then

Re: [yocto] dnf fail in do_rootfs cannot find shared library

2019-01-22 Thread Alexander Kanavin
On Tue, 22 Jan 2019 at 17:59, Måns Zigher wrote: > I am struggling with a recipe which more or less just downloads binaries and > creating a package. We have previously been using ipkg but now we have > switched to rpm in our builds. One of the binaries in the packages is a > library let's call

[yocto] dnf fail in do_rootfs cannot find shared library

2019-01-22 Thread Måns Zigher
Hi, I am struggling with a recipe which more or less just downloads binaries and creating a package. We have previously been using ipkg but now we have switched to rpm in our builds. One of the binaries in the packages is a library let's call it libx_media_1.0.so. This library is part of the packa

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Nicolas Dechesne
On Tue, Jan 22, 2019 at 5:38 PM Zoran Stojsavljevic wrote: > > Hello Nicolas, > > I build ONLY initramfs to be used on BBB DUT in order to test VMs. I > do not use mtd neither flash rootfs (as mounted on flash), although in > the BBB DUT's flash I have embedded Debian stretch. I use different > as

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Zoran Stojsavljevic
Hello Nicolas, I build ONLY initramfs to be used on BBB DUT in order to test VMs. I do not use mtd neither flash rootfs (as mounted on flash), although in the BBB DUT's flash I have embedded Debian stretch. I use different ash scripts in U-Boot to bring only ramboot. Here is the proof: root@beagl

[yocto] Yocto Project Status WW04'19

2019-01-22 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M2 Next Deadline: YP 2.7 M2 Cutoff is Jan. 21, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Armin on Jan. 25, 2019 * SWAT team rotation: Armin -> Anuj on Feb. 1, 2019 * https://wiki.yoctopro

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Nicolas Dechesne
hi, On Tue, Jan 22, 2019 at 4:42 PM Zoran Stojsavljevic wrote: > > Hello Lukasz, > > Thank you very much for the advises. I did what you have suggested, and this > does work. > > And it solves my basic problem (NO GO for some reason when I had network > manager). > > I use DUT (BBB) with YOCTO

Re: [yocto] Systemd service recipe fails while booting from initramfs

2019-01-22 Thread Zoran Stojsavljevic
Hello Lukasz, Thank you very much for the advises. I did what you have suggested, and this does work. And it solves my basic problem (NO GO for some reason when I had network manager). I use DUT (BBB) with YOCTO initramfs linux as testing vehicle for my various pass-through VBox VMs (several des