Cross compilling .deb package for yocto image?i.e remot3.it [closed]





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















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!










share|improve this question













closed as too broad by tripleee, Nkosi, AdrianHHH, Machavity, Michael Dodd Jan 3 at 14:51


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

























    0















    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!










    share|improve this question













    closed as too broad by tripleee, Nkosi, AdrianHHH, Machavity, Michael Dodd Jan 3 at 14:51


    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





















      0












      0








      0








      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!










      share|improve this question














      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!







      ssh debian cross-compiling yocto






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 3 at 11:02









      Hassan HaroonHassan Haroon

      9511




      9511




      closed as too broad by tripleee, Nkosi, AdrianHHH, Machavity, Michael Dodd Jan 3 at 14:51


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









      closed as too broad by tripleee, Nkosi, AdrianHHH, Machavity, Michael Dodd Jan 3 at 14:51


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


























          1 Answer
          1






          active

          oldest

          votes


















          1














          Sadly it looks like there is nothing to compile - only binaries are provided. And if the binaries do not match your target architecture/OS, they will not run, or run with obscure errors. Raspbian is not the same as Yocto-based distro.



          You can simply add a ssh server (dropbear or openssh are both provided) to your target image, although this does not scale to 'device management solution' that remot3.it provides.






          share|improve this answer
























          • Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

            – Hassan Haroon
            Jan 3 at 15:18


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Sadly it looks like there is nothing to compile - only binaries are provided. And if the binaries do not match your target architecture/OS, they will not run, or run with obscure errors. Raspbian is not the same as Yocto-based distro.



          You can simply add a ssh server (dropbear or openssh are both provided) to your target image, although this does not scale to 'device management solution' that remot3.it provides.






          share|improve this answer
























          • Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

            – Hassan Haroon
            Jan 3 at 15:18
















          1














          Sadly it looks like there is nothing to compile - only binaries are provided. And if the binaries do not match your target architecture/OS, they will not run, or run with obscure errors. Raspbian is not the same as Yocto-based distro.



          You can simply add a ssh server (dropbear or openssh are both provided) to your target image, although this does not scale to 'device management solution' that remot3.it provides.






          share|improve this answer
























          • Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

            – Hassan Haroon
            Jan 3 at 15:18














          1












          1








          1







          Sadly it looks like there is nothing to compile - only binaries are provided. And if the binaries do not match your target architecture/OS, they will not run, or run with obscure errors. Raspbian is not the same as Yocto-based distro.



          You can simply add a ssh server (dropbear or openssh are both provided) to your target image, although this does not scale to 'device management solution' that remot3.it provides.






          share|improve this answer













          Sadly it looks like there is nothing to compile - only binaries are provided. And if the binaries do not match your target architecture/OS, they will not run, or run with obscure errors. Raspbian is not the same as Yocto-based distro.



          You can simply add a ssh server (dropbear or openssh are both provided) to your target image, although this does not scale to 'device management solution' that remot3.it provides.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 3 at 11:43









          Alexander KanavinAlexander Kanavin

          2356




          2356













          • Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

            – Hassan Haroon
            Jan 3 at 15:18



















          • Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

            – Hassan Haroon
            Jan 3 at 15:18

















          Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

          – Hassan Haroon
          Jan 3 at 15:18





          Hi Alexander, thanks for your reply... i dont have a static ip and i need something like remot3.it to ssh my devices over internet but not sure how can i configure openssh server to do that..can i do that through openssh?

          – Hassan Haroon
          Jan 3 at 15:18





          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith