setup opendbc dependency properly (#2202)

* rm that

* bump

* lil more

* update

* fix libpanda

* update

* fix misra

* python3?

* update ref

* fix mutation
This commit is contained in:
Adeeb Shihadeh
2025-05-17 19:15:19 -07:00
committed by GitHub
parent db50523a45
commit 8bd83750c2
9 changed files with 11 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
import os
import opendbc
import subprocess
PREFIX = "arm-none-eabi-"
BUILDER = "DEV"
@@ -84,7 +84,7 @@ def build_project(project_name, project, extra_flags):
'..',
panda_root,
f"{panda_root}/board/",
f"{panda_root}/../opendbc/safety/",
opendbc.INCLUDE_PATH,
]
env = Environment(