inetd: command not found!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

inetd: command not found!

849 Views
fabio_poiatti
Contributor III

Hi builded a core-image-base for imx6ullevk from the last sumo release ... 

How con include the inetd functions?

Thanks

Fabio 

0 Kudos
6 Replies

761 Views
b36401
NXP Employee
NXP Employee

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.

0 Kudos

761 Views
fabio_poiatti
Contributor III

how can install inetd?

0 Kudos

761 Views
b36401
NXP Employee
NXP Employee

Here I found inetd for busybox:

https://patchwork.openembedded.org/patch/137270/

0 Kudos

761 Views
fabio_poiatti
Contributor III

thanks

0 Kudos

761 Views
b36401
NXP Employee
NXP Employee

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.

0 Kudos

761 Views
fabio_poiatti
Contributor III

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"

0 Kudos