Hello , anyone familiar with the Yocto Project recipe for v4l-utils  ? It looks like it's not deploying v4l2-ctl, v4l2-compliance, etc. it only deploys /usr/lib/libv4l2.so.* and such. Anyone knows how this recipe works to include the tools to the root file system ?
PACKAGECONFIG ??= "media-ctl"
PACKAGECONFIG[media-ctl] = "--enable-v4l-utils,--disable-v4l-utils,,"
I guess this means you need to have the media-ctl package config
but I'm not an expert in yocto stuff
kos_tom: I did... and media-ctl is present in rootfs. but v4l tools are not :(
Eugen_H: I'm not sure this line is still about media-ctl being in the rootfs