ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition
http://cfw.ftcommunity.de/
GNU General Public License v3.0
46 stars 31 forks source link

update buildroot and decide version rule #237

Open ski7777 opened 1 year ago

hypnotoad commented 1 year ago

I tried the 2023.02 buildroot in https://github.com/ftCommunity/ftcommunity-TXT/compare/br-2023?expand=1, but it does not compile due to some compile problem (afaik it was that QT SIP was updated and does not compile properly).

ski7777 commented 1 year ago

still we need to decide about version rule Every main release? Only LTS? Bugfixes?

hypnotoad commented 1 year ago

2023.02 is actually lts. My own proposal would be to use the most recent lts which works oit of the box.

ski7777 commented 1 year ago

the we should use it with all available bugfixes

hypnotoad commented 11 months ago

I will give 2023.02.3 a try. That would allow tflite https://pypi.org/project/tflite-runtime/2.13.0/ whic requires some numpy which we don't have yet: https://git.busybox.net/buildroot/plain/CHANGES?id=2023.02.3

hypnotoad commented 11 months ago

I fixed the python-sip bug in https://github.com/buildroot/buildroot/pull/131