NetworkGradeLinux / mion

Main repository for the mion network operating system
Other
15 stars 0 forks source link

Possible host contamination in ONLPv1 builds #139

Open toganlabs opened 3 years ago

toganlabs commented 3 years ago

We're seeing some issues with ONLPv1 which are most likely caused by host contamination. Running a strings on the resulting binary seems to confirm this. The current thought here is that https://github.com/NetworkGradeLinux/meta-mion-bsp/issues/58 may be caused by this. This also possibly effects dent as well.

My best guess is we need to go through the ONL build system and fix what is broken there. There are questions about how their TOOLCHAIN variable works because this shouldn't be using "gcc-local" and should be using the toolchain tuple but this doesn't seem to be the case. Either way, it's not a release blocker, but we should look at it early for the next release.