On Mon, Jun 30, 2014 at 01:29:26PM -0000, Himanshu Pandey wrote: > Hi, > > Since I want dhcp and pppoe, so I downloaded the same from git and included > meta-networking layer in bblayers.conf. This layer is getting compiled but > somehow dhcp and pppoe are not getting included in the final image. So what I > have to do inorder to add dhcp and pppoe in the final image. > > Please help. > > Regards, > Himanshu
IMAGE_INSTALL += "packagename_dhcp packagname_pppoe" Be aware that recipe(bb)-name is mostly not the resulting packagename. Bye Henning -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
