mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
scons has been replaced by a standard autotools build system. Beyond that a few things are different: - remove GCC 4.8 workaround, the build system handles this now. - instead of trying to make executing code in a cross-compiled $SYSROOT work just avoid running the test suite for board builds. The tests can still run for the native SDK build. - `make install` now handles at least part of the install process.