Open mathzol opened 5 years ago
Oops, never replied... This is related to #96, and as we do not plan to update Go for Quark anymore, it is unlikely to ever work out for this target. Strong recommendation is to move with such workload to the IOT2050.
I'd like to run influxDB on IOT2020 but the prebuilt binary of it said:
So I dig in, and found that I need to rebuild Golang for rebuild indluxDB 😄 . At Siemens official forum I also found that @jan-kiszka uses oe-meta-go package with parameters like in kas.yml:
I tried to build the image with this and I compiled without any error, I used the 2.2.1, but when I booted up the image, realised I missed something because Go wasn't there. So I found out an extra line need to add to:
this:
IMAGE_INSTALL_append = " go"
and tried to rebuild but a got an error and stuck here, because I not really understand how kas works.
@jan-kiszka mentioned that he enabled somehow Go after this build on IOT and managed to ran it:
but it's not clear me how he mean this.
If Golang can run on IOT maybe we can rebuild influxDB, has anyone experience with it? Can someone know how @jan-kiszka mean this enable method?