Question
Issue related to adding the kernel modules in yocto build
I am currently working with the Yocto BSP/meta-layer you provide for the Odyssey STM32MP157C board. I am trying to include the following packages in my image:
CORE_IMAGE_EXTRA_INSTALL += "kernel-modules"
CORE_IMAGE_EXTRA_INSTALL += "kernel-devsrc"
CORE_IMAGE_EXTRA_INSTALL += "kernel-dev"
CORE_IMAGE_EXTRA_INSTALL += "kernel-devsrc"
CORE_IMAGE_EXTRA_INSTALL += "kernel-dev"
However, these packages are not being recognized or supported in the meta-layer provided. The build either fails or reports that these packages do not exist. I would like to understand whether these components are intentionally excluded from your BSP or if there is an additional layer, configuration, or package feed that I need to enable to use them.I built the image using the github documentation in this link https://github.com/Seeed-Studio/meta-st-odyssey .
Could you please guide me on how to properly include kernel modules, development sources, and kernel headers/dev packages in the image for this platform?
Any help or documentation reference would be greatly appreciated.
Could you please guide me on how to properly include kernel modules, development sources, and kernel headers/dev packages in the image for this platform?
Any help or documentation reference would be greatly appreciated.
