Hi builded a core-image-base for imx6ullevk from the last sumo release ...
How con include the inetd functions?
Thanks
Fabio
Our BSP supposes that all network services are running standalone, not with inetd.
You can try to install inetd package. However we have no experience with it. Sorry for the inconvenience.
how can install inetd?
Here I found inetd for busybox:
thanks
You may add a layer to an image by adding IMAGE_INSTALL_append option to the conf/local.conf file inside the build directory, and then baking the image.
what IMAGE_INSTAL I have to append?
I've already ..
IMAGE_INSTALL_append=" imx-test"
IMAGE_INSTALL_append+=" openssh"
IMAGE_INSTALL_append+=" tcf-agent"
IMAGE_INSTALL_append+=" openssh-sftp-server"
IMAGE_INSTALL_append+=" ppp"