Split cereal into cereal/msgq (#32631)

* squash

* fix doc

* compile device

* compile device

* Update ref

* add msgq to precommit exclusions

* No service ports

* fix compile

* address comments

* More comments

* Delete logger

* Update opendbc

* Linting

* bump msgq
old-commit-hash: e71ec4e8d7
This commit is contained in:
Harald Schäfer
2024-06-06 14:31:56 -07:00
committed by GitHub
parent 254d51ac8d
commit f870a968e9
82 changed files with 6240 additions and 66 deletions

View File

@@ -1,9 +1,9 @@
import os
import json
Import('qt_env', 'arch', 'common', 'messaging', 'visionipc',
'cereal', 'transformations')
'cereal', 'transformations', 'socketmaster')
base_libs = [common, messaging, cereal, visionipc, transformations, 'zmq',
base_libs = [common, socketmaster, messaging, cereal, visionipc, transformations, 'zmq',
'capnp', 'kj', 'm', 'OpenCL', 'ssl', 'crypto', 'pthread'] + qt_env["LIBS"]
if arch == 'larch64':