首页 > 解决方案 > Cross compilling .deb package for yocto image?i.e remot3.it

问题描述

I am new to yocto development. I have a yocto image installed on an armv7 based device. I need some kind of a software to ssh the device through internet. Previously i were using remot3.it service/software on my raspberryPI and now i need something similar for my yocto image. Is there any recipe already available for yocto pyro branch which can meet this requirement? and if not can i cross compile remot3.it for my yocto image? I tried to build from source through this link.. https://github.com/remoteit/installer/tree/master/Raspbian%20deb/1.3-07 but it need dependencies of "mawk" and "cron" which is absent. I searched for these two recipes of "mawk" and "cron" but havent found any.

Can somebody help me what should i do? Thanks a lot!

标签: sshdebiancross-compilingyocto

解决方案


可悲的是,看起来没有什么要编译的——只提供了二进制文件。如果二进制文件与您的目标架构/操作系统不匹配,它们将无法运行,或者运行时出现模糊错误。Raspbian 与基于 Yocto 的发行版不同。

您可以简单地将 ssh 服务器(都提供 dropbear 或 openssh)添加到目标映像,尽管这不能扩展到 remot3.it 提供的“设备管理解决方案”。


推荐阅读