Hi,
I am using the MYD-C8MMX v1.3 board and building Yocto Zeus on Ubuntu 18.04.
I have been trying to include CH341, and CP210X drivers.
I included them by bitbake virtual/kernel -c menuconfig.
And on the board, it is enabled on config but drivers are nowhere. Please refer to the attached images.
Also, I added this line to myd-imx8mm.conf machine file:
And, in myir-image-core.bb image file:
How should I include the kernel drivers?
I'd like to know how to officially do this also.
The project I'm working on has a driver and currently it uses diff/patch to modify the files, but I need to move that into recipes. My gut tells me there must be a bbappend that you can add the modules to which will be installed on the image. Something like yp/layers/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend but I am not sure that is the right place.
Also, those directories can't have commits, and one thing I'm trying to figure out is how one would go about making a local copy that we could make commits to for the meta layers. We have a meta-layer which we include pkgs for Ubuntu that we run on.
I haven't worked with Yocto for a while, but slowly getting back up to speed. There's a lot of layers, it's like a giant onion on steroids.