Yocto adding a driver

Hello,

I am having problem for adding a driver in yocto.
The driver i need is Sensoray 1012. It is basicly TW686X;
https://cateee.net/lkddb/web-lkddb/VIDEO_TW686X.html

In old fasion way i would do :

make menuconfig

and i enable CONFIG_PCI, CONFIG_VIDEO_DEV, CONFIG_VIDEO_V4L2, CONFIG_SND

So after i search from yocto manuel it recomends:

bitbake -c menuconfig tdx-reference-multimedia-image 

but it gives this error:

  ERROR: Task do_menuconfig does not exist for target tdx-reference-multimedia-image (/home/stg/oe-core/build/../layers/meta-toradex-demos/recipes-images/images/tdx-reference-multimedia-image.bb:do_menuconfig). Close matches:
      do_configure
    ERROR: Command execution failed: 1

İs there any other way of doing that with explonation or why my menuconfig at bitbake doesnt return this error can anyone help.

Dear @Engineering_AV,

can you try to follow the steps here and tell us about the progress?

Toradex Community

Best Regards
Kevin

Hello,

bitbake virtual/kernel -c menuconfig

was solution thank you for assistance.

Hi @Engineering_AV

glad that it worked.

Best Regards
Kevin