About OpenCL introduction of ls1028a on yocto poky

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About OpenCL introduction of ls1028a on yocto poky

580 Views
tatsuya_yokoyama
Contributor I

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

0 Kudos
Reply
1 Reply

520 Views
khushbur
NXP TechSupport
NXP TechSupport

Hi @tatsuya_yokoyama

Please try adding IMAGE_INSTALL_append = "imx-gpu-viv" in conf/local.conf

 

Thanks

Khushbu