inetd: command not found!

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

inetd: command not found!

869件の閲覧回数
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 件の賞賛
6 返答(返信)

781件の閲覧回数
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 件の賞賛

781件の閲覧回数
fabio_poiatti
Contributor III

how can install inetd?

0 件の賞賛

781件の閲覧回数
b36401
NXP Employee
NXP Employee

Here I found inetd for busybox:

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

0 件の賞賛

781件の閲覧回数
fabio_poiatti
Contributor III

thanks

0 件の賞賛

781件の閲覧回数
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 件の賞賛

781件の閲覧回数
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 件の賞賛