IM8QM core-image-minimal building for imx-gpu-sdk

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

IM8QM core-image-minimal building for imx-gpu-sdk

Jump to solution
2,537 Views
rahulM
Contributor IV

Hi,

I am new to NXP SOC and Yocto. I build code for core-image-minimal and i need to add graphics sdk from source meta-freescale-distro/recipes-graphics/imx_gpu_sdk

 

I made following changes in build_wayland/conf/local.conf 

 

added IMAGE_INSTALL_append = " imx_gpu_sdk"

 

bitbake imx-gpu-sdk

I got following errors please find attachment

 

Please let me know how to solve this issue.

Thanks and Regards

Subramanya N M

0 Kudos
Reply
1 Solution
2,501 Views
joanxie
NXP TechSupport
NXP TechSupport

ok, depends on what bsp version you use, just refer to the yocto user guide , the command I sent to you is for old bsp

View solution in original post

0 Kudos
Reply
11 Replies
2,521 Views
rahulM
Contributor IV

yes build for wayland...let me know procedure how to include imx-gpu-sdk in core-image-minimal

0 Kudos
Reply
2,519 Views
joanxie
NXP TechSupport
NXP TechSupport

core-image-minimal is A small image that only allows a device to boot. so if you need to enable gpu sdk, you must install the wayland images

0 Kudos
Reply
2,516 Views
rahulM
Contributor IV

yes i agree.. The procedure for building sdk i don't know...please let me know procedure...

Thanks

 

Tags (1)
0 Kudos
Reply
2,514 Views
joanxie
NXP TechSupport
NXP TechSupport

try to use the command like:

# DISTRO=fsl-imx-wayland MACHINE=imx8qmmek source fsl-setup-release.sh -b build-wayland

# bitbake imx-gpu-sdk

then you should find imx-gpu-sdk under /opt

0 Kudos
Reply
2,512 Views
rahulM
Contributor IV

Thanks...ok sure i will see

 

0 Kudos
Reply
2,511 Views
rahulM
Contributor IV

DISTRO=fsl-imx-wayland MACHINE=imx8qmmek source fsl-setup-release.sh -b build-wayland

Error:
bash: fsl-setup-release.sh: No such file or directory

0 Kudos
Reply
2,509 Views
rahulM
Contributor IV

changed to 

DISTRO=fsl-imx-wayland MACHINE=imx8qmmek source imx-setup-release.sh -b build-wayland

0 Kudos
Reply
2,502 Views
joanxie
NXP TechSupport
NXP TechSupport

ok, depends on what bsp version you use, just refer to the yocto user guide , the command I sent to you is for old bsp

0 Kudos
Reply
2,491 Views
rahulM
Contributor IV

now i want to add qt5-module similar steps shall i need to follow

 

0 Kudos
Reply
2,488 Views
joanxie
NXP TechSupport
NXP TechSupport

for new questions, pls recreate a new case for it, thanks

0 Kudos
Reply
2,526 Views
joanxie
NXP TechSupport
NXP TechSupport

try to build wayland or xwanland as backend

0 Kudos
Reply