forgefirm-image: add v4l-utils for camera bring-up

v4l2-ctl (alongside the already-present media-ctl) configures the
imx-media pipeline and grabs raw frames from /dev/video4 while the
gfhardware capture path is ported off the factory NXP V4L2 model.
This commit is contained in:
ScottW514
2026-06-19 16:39:30 -04:00
parent 43707b4aca
commit 527660c2f5
@@ -8,3 +8,8 @@ DESCRIPTION = "OpenGlow/ForgeFIRM image for Glowforge"
# see kas/README.md backlog #5). Removing it here (override only; the shared
# glowforge-image base is untouched) also sidesteps its do_package failure.
IMAGE_INSTALL:remove = "gfui-client"
# Camera bring-up tooling: v4l-utils provides v4l2-ctl (the media-ctl binary is
# already pulled in) for configuring the imx-media pipeline and grabbing frames
# while the gfhardware capture path is ported off the factory NXP V4L2 model.
IMAGE_INSTALL:append = " v4l-utils"