Re: [yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread richard_allen
Thanks for the pointer. I am new to the linux/Yocto area , so if there is example, would greatly help. When you say it 'replaces', is this a the 'name' level? connman is not the same name as udhdc My user desires to only have connman on the system (and it's daemon) and not have udhcp (and

Re: [yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 9:48 AM, wrote: > I am trying to remove the udhcp( client / server) components in busybox when > I include ‘connman’ in my image. > usually busybox applets are used as fallbacks to fill in the blanks and if there is other package providing a

[yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread richard_allen
I am trying to remove the udhcp( client / server) components in busybox when I include 'connman' in my image. I have a busybox_%.bbappend which will SRC_URI_append = " file://no-uhdpc.cfg" no-uhdcpc.cfg CONFIG_UDHCPD=n CONFIG_UDHCPC=n Hitting serval issues: -) need to do a bitbake -c cleanall