Add boards APIs (#3984)

* Add boards APIs

* Move boards to agent
This commit is contained in:
Mike Degatano
2022-11-04 03:22:24 -04:00
committed by GitHub
parent d59625e5b8
commit 672b220f69
27 changed files with 720 additions and 32 deletions

View File

@@ -362,6 +362,13 @@ class AppArmorInvalidError(AppArmorError):
"""AppArmor profile validate error."""
# util/boards
class BoardInvalidError(DBusObjectError):
"""System does not use the board specified."""
# util/common