aboutsummaryrefslogtreecommitdiffstats
path: root/turff
AgeCommit message (Collapse)Author
2023-10-19crops: Archive crops repositoryHEADmasterEilís Ní Fhlannagáin
This repository is depreciated and is no longer maintained so we should archive it and make note that development for crops is currently at https://github.com/crops Signed-off-by: Eilís Ní Fhlannagáin <pidge@baylibre.com>
2016-02-23turff_launcher: source toolchain environment config script only if it existsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-02-19ceed: support ceed cross compilation for Windows with mingw on LinuxTodor Minchev
The following package provides the required headers and mingw cross compiler: mingw-w64 CEED can be cross compiled for Windows by executing the command below from within the ceed directory: CC=x86_64-w64-mingw32-gcc make Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-02-01fix asprintf compiler warningsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-27ceed: use different default ip for CODI on Linux, Windows and Mac OSTodor Minchev
By default CEED will try to connect to CODI on 127.0.0.1 (Linux) or 192.168.99.100 (Windows/Mac OS) Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-01update year in copyright headersTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-18codi: add a socket listener threadTodor Minchev
The socket listener is split into a separate thread to be able to handle toolchain registrations when a new container is started. Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-08turff: read TURFF container ID from env variable TURFFIDTodor Minchev
The value of the environment variable TURFFID is registered in the CODI database and used as a container identifier by the dispatcher. Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-07turff_launcher: monitor turff and relaunch if it exitsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-11-30fix static analyzer warningsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-11-13codi: store container registrations in sqlite3 dbTodor Minchev
Previously container registrations were stored only in a linked list in memory. This approach was not feasible because when CODI was stopped all registrations were lost. This commit stores the container registrations in a sqlite3 database and reads the container data into the linked list on request. Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-10-22initial commitTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>