Start irq_affinity and run starterd as root
irq_affinity needs to run as root, but all our software needs to run as
the pi. Setup starter to run as root, and then have it start everything
as the pi user.
Change-Id: I2d09c33345f125ba47bf8d89b921ef5b45aa2826
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/BUILD b/y2023/BUILD
index c90f0e6..60764ce 100644
--- a/y2023/BUILD
+++ b/y2023/BUILD
@@ -21,6 +21,7 @@
"//aos/network:message_bridge_client",
"//aos/network:message_bridge_server",
"//aos/network:web_proxy_main",
+ "//aos/starter:irq_affinity",
"//y2023/vision:camera_reader",
],
target_compatible_with = ["//tools/platforms/hardware:raspberry_pi"],