inetd: command not found!

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

inetd: command not found!

2,252 次查看
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 回复数

2,164 次查看
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 项奖励
回复

2,164 次查看
fabio_poiatti
Contributor III

how can install inetd?

0 项奖励
回复

2,164 次查看
b36401
NXP Employee
NXP Employee

Here I found inetd for busybox:

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

0 项奖励
回复

2,164 次查看
fabio_poiatti
Contributor III

thanks

0 项奖励
回复

2,164 次查看
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 项奖励
回复

2,164 次查看
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 项奖励
回复