Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-18 Thread Zoran Stojsavljevic
the working reference first with one of these images. > > > --- Kosta Z. > > > From: Zoran Stojsavljevic > Sent: Wednesday, 17 October 2018 11:37:38 > To: Kosta Zertsekel; Yocto Project > Subject: Re: [yocto] Sumo distro problem with dhcp packet?

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-17 Thread Kosta Zertsekel
2018 11:37:38 To: Kosta Zertsekel; Yocto Project Subject: Re: [yocto] Sumo distro problem with dhcp packet? Hello Kosta and others, I am a bit behind on a schedule on this one. Albeit I followed the advise, This does work for compiling and adding all these packages to the ROOTFS. I see that after I

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-17 Thread Zoran Stojsavljevic
Hello Kosta and others, I am a bit behind on a schedule on this one. Albeit I followed the advise, This does work for compiling and adding all these packages to the ROOTFS. I see that after I added all them, I see the initramfs.tar.xz expanded in ...poky/build/tmp/deploy/image/beagleboneblack/

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-11 Thread Zoran Stojsavljevic
Hello Kosta, > For example, you can do the below: > CORE_IMAGE_EXTRA_INSTALL_append = "openssh dhcp-client dhcp-server cmake... " I added to this example dhcp-relay, just to test the whole build, and it does work. Actually, I need only dhcp-client for the target (since I have dhcp-server on the

Re: [yocto] Sumo distro problem with dhcp packet?

2018-10-10 Thread Kosta Zertsekel
You need to take a look at the available dhcp packages for dhcp recipe here: https://git.yoctoproject.org/clean/cgit.cgi/poky/tree/meta/recipes-connectivity/dhcp/dhcp.inc#n100 PACKAGES += "dhcp-libs dhcp-server dhcp-server-config dhcp-client dhcp-relay dhcp-omshell" For example, you can do the