How do I add OpenCL support to Yocto build process for the imx6qsabresd?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How do I add OpenCL support to Yocto build process for the imx6qsabresd?

ソリューションへジャンプ
5,547件の閲覧回数
tfarnham
Contributor II

I am trying to enable OpenCL support both in the target image as well as the SDK built using populate_sdk.  I am currently using the imx-3.14.28-1.0.0_ga BSP.  I have a "minimal" build working without OpenCL.  I don't have any gui elements included.  I would like to know what I might need to add in the way of layers and/or conf instructions to get OpenCL support using the vivante GPU enabled.  I really don't need wayland, x11, directfb etc....  Just GPU + OpenCL support.  I hope some expert with yocto+imx might have some clues for me....Thanks.

ラベル(2)
0 件の賞賛
返信
1 解決策
3,890件の閲覧回数
tfarnham
Contributor II

I figured out some basics that have helped, but I still had to include directfb in my image.

Changed my conf to have:

DISTRO_FEATURES_remove = "x11 wayland"

DISTRO_FEATURES_append = " directfb"

Added this to my IMAGE_INSTALL:

packagegroup-core-directfb
fsl-gpu-sdk

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
3,891件の閲覧回数
tfarnham
Contributor II

I figured out some basics that have helped, but I still had to include directfb in my image.

Changed my conf to have:

DISTRO_FEATURES_remove = "x11 wayland"

DISTRO_FEATURES_append = " directfb"

Added this to my IMAGE_INSTALL:

packagegroup-core-directfb
fsl-gpu-sdk

0 件の賞賛
返信
3,890件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Terry

Also make sure that you have the graphics recipe and you are able to run those graphics unit test and fsl-gpu-sdk demos.

Also something to take in mind https://community.nxp.com/thread/428397 

regards

0 件の賞賛
返信