<div dir="ltr"><div>Hello forum!</div><div><br></div><div>I'm trying to build a yocto image without busybox and without any busybox applet deployed.</div><div><br></div><div>I have tried that configuring my distro.conf file in this way:</div><div><br></div><div>  Â  DISTRO_FEATURES_remove = " busybox"<br></div><div>  Â  VIRTUAL-RUNTIME_base-utils = ""<br></div><div>  Â  PREFERRED_PROVIDER_virtual/base-utils = ""<br></div><div><br></div><div>Nonetheless, busybox binary and two related applets (syslog and udhcpc) are installed in the generated image:</div><div><br></div><div>  Â  $ rpm -qa | grep busybox</div><div><div>  Â  busybox-syslog-1.24.1-r0.corei7_64</div><div>  Â  busybox-1.24.1-r0.corei7_64</div><div>  Â  busybox-udhcpc-1.24.1-r0.corei7_64</div></div><div><br></div><div>I have tried disabling syslog applet appending to my distro.conf file:</div><div><br></div><div>  Â Â <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">VIRTUAL-RUNTIME_syslog ?= ""</span></div><div><br></div><div>But syslogd applet is still installed:<br></div><div><br></div><div><div>  Â  # ls -l /sbin/syslogd </div><div>  Â  lrwxrwxrwx 1 root root 19 Feb 15 14:03 /sbin/syslogd -> /bin/busybox.nosuid</div></div><div><br></div><div>Is there some way to remove busybox completely from the generated image?</div><div><br></div><div>Thank you in advance! :-)</div><div><br></div><div><br></div>
</div>