<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello.<br></div><div><br></div><div>I need on my test initramfs YOCTO image to add dhcp package (both dhcp server and client).</div><div><br></div><div>For the beginning, I traced it, where it is:</div><div>.../poky/meta/recipes-connectivity/dchp<br></div><div><br></div><div>and decided to test it adding it to ...poky/build/conf/local.conf for the starters:</div><div>CORE_IMAGE_EXTRA_INSTALL_append = "openssh dhcp cmake... "<br></div><div><br></div><div>But it produced the following error:</div><div>[user@fedora28-ssd conf]$ bitbake -k core-image-base</div><div><br></div><div>Â Â [snap]<br></div><div><br>ERROR: Nothing RPROVIDES 'dhcp' (but /home/user/projects2/beaglebone-black/sumo/poky/meta/recipes-core/images/<a href="http://core-image-base.bb">core-image-base.bb</a> RDEPENDS on or otherwise requires it)<br>NOTE: Runtime target 'dhcp' is unbuildable, removing...<br>Missing or unbuildable dependency chain was: ['dhcp']<br>ERROR: Nothing RPROVIDES 'core-image-base'<br>No eligible RPROVIDERs exist for 'core-image-base'<br>NOTE: Runtime target 'core-image-base' is unbuildable, removing...<br>Missing or unbuildable dependency chain was: ['core-image-base']<br></div><div><br></div><div>I added another package, dhcpcd, which is located in the another layer:</div><div>CORE_IMAGE_EXTRA_INSTALL_append = "openssh dhcpcd cmake... "</div><div><br></div><div> so this one worked/was integrated seamlessly.</div><div><br></div><div>What is the catch 22 here? <br></div><div><br></div><div>Thank you,</div><div>Zoran</div><div><br></div></div></div></div></div>