I would like to introduce an OpenCL package to the yocto project.
In LSDK, we were able to introduce OpenCL.
I wanted to introduce OpenCL using the plain yocto project (core-image-minimal), but I couldn't. (displays "Platform ID none")
The reason for making it from plain yocto (core-image-minimal) is that we want to eliminate other packages as much as possible and run OpenCL.
I think I need to load the runtime software for vivante's OpenCL.
Could you tell me how to introduce OpenCL to plain yocto (core-image-minimal)?
Thanks in advance