overtane / meta-signalk

Yocto layer for signalk services
0 stars 0 forks source link

Layer and Recipe only for CANBOAT #1

Closed shantanoo-desai closed 6 years ago

shantanoo-desai commented 6 years ago

Hi,

Maybe creating a meta layer only for the CANBOAT would be interesting.

I am looking into it and found out that Yocto does support Makefile Link

I was wondering if you are following the documentation of Yocto or using some tutorials for the creating this meta layer.

This might be helpful for the community who just want canboat as a stand-alone NMEA2K parser in Yocto

overtane commented 6 years ago

Hi! Yocto is useful if you want to assemble your own distro and build everything from scratch. I'm not familiar with CANBOAT, but if it builds from makefiles, it surely can be layered to Yocto. I've found Yocto documentation sometimes too heavy and plentiful. Instead, there are some good text books around like https://www.packtpub.com/virtualization-and-cloud/embedded-linux-development-using-yocto-projects-second-edition, which you may want to grab, if you plan to start digging into subject. Yocto has some tools like recipetool and devtool, which help you to generate the build recipes. I recommend looking into those also.

Is CANBOAT something that can be used in combination with SignalK server?

shantanoo-desai commented 6 years ago

The Repository is for the NMEA2000. I think that the people have written a Javascript library called canboatjs. But I am pretty sure that the it is used in SignalK for storing information from the on-board systems.

shantanoo-desai commented 6 years ago

Just so you know meta-canboat is now the repository to use binaries for Canboat.

Closing the issue and thanks.