[yocto] [go] Any meta layers for InfluxDB, Telegraf, Kapacitor

2019-03-11 Thread Shantanoo Desai
Hello, I have been using InfluxDB older version on an Embedded Board through Yocto and was wondering if there is already someone on the list using the above mentioned Stacks: Telegraf, InfluxDB, Kapacitor If not can someone guide me how to actually get them into recipes for them? Not sure

[yocto] Some Guide for CI/CD with Yocto

2019-01-04 Thread Shantanoo Desai
Foundation but I could not find any guide to create some basic CI stuff for Yocto. Any help or suggestions in this direction would be appreciated. Regards Grüße, M.Sc. Shantanoo Desai Wissenschaftlicher Mitarbetier Informations- und kommunikationstechnische Anwendungen in der Produktion BIBA

[yocto] Yocto Development with Windows

2018-12-10 Thread Shantanoo Desai
Hello All, I was looking to get some information about using Windows for Yocto. I have seen some mention of Docker to use Yocto however I am completely unaware if there are already manuals or so available for the same. Particularly, I was looking for Embedded Applications that are

[yocto] [python] install custom python CLI on target

2018-12-02 Thread Shantanoo Desai
() within the recipe in order for the cli to be available for me on my target hardware? Any help would be appreciated. Thanks Grüße, M.Sc. Shantanoo Desai Wissenschaftlicher Mitarbetier Informations- und kommunikationstechnische Anwendungen in der Produktion BIBA- Bremer Institut für Produktion und

[yocto] How to create a golang recipe using devtool

2018-10-29 Thread Shantanoo Desai
How do I create a recipe for golang open-source repositories using devtool? Does it require having Golang installed on the Host machine? I understand that one needs to add `inherit go` within the recipe but I am looking for a more concrete example as a reference. Initial Steps:

Re: [yocto] Installing Python app from source

2018-10-04 Thread Shantanoo Desai
pplication installed. I believe that the "inherit setuptools" will automatically run "python setup.py install", but when then is the source code manually copied over? BZ On Thu, Oct 4, 2018 at 2:13 AM Shantanoo Desai mailto:de...@uni-bremen.de> > wrote: Hi Brian, W

[yocto] [python][Wiki] Creating Custom Python Application Recipe

2018-10-04 Thread Shantanoo Desai
Hello BrianZ and all in the list, I answered the StackExchange Query https://stackoverflow.com/questions/50436413/write-a-recipe-in-yocto-for-a-p ython-application/52643185#52643185 This is just my shot at creating custom python application in Yocto. There is clearly a lack of

Re: [yocto] Installing Python app from source

2018-10-04 Thread Shantanoo Desai
Hi Brian, What you need in the .bb is a runtime-dependency. RDEPENDS_${PN} += “ ${PYTHON_PN}-flask ${PYTHON_PN}-jinja ${PYTHON_PN}-markdown” and so on. This will add these modules in the root-filesystem and will be available on the target. If you need some basic help with a python

[yocto] Strange behavior with python recipe

2018-09-27 Thread Shantanoo Desai
hon3-when-creating-a-recipe-for-yocto-but-datet/52528150#52528150 Github Gists of the recipes: https://gist.github.com/shantanoo-desai/fc00836d399f8592a30efe1ec9c56213 I am not sure why isn't this python3-datetime module available on board even though I have explicitly mentioned