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
Solved! Go to Solution.
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
yes build for wayland...let me know procedure how to include imx-gpu-sdk in core-image-minimal
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
yes i agree.. The procedure for building sdk i don't know...please let me know procedure...
Thanks
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
Thanks...ok sure i will see
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
changed to
DISTRO=fsl-imx-wayland MACHINE=imx8qmmek source imx-setup-release.sh -b build-wayland
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
now i want to add qt5-module similar steps shall i need to follow
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		for new questions, pls recreate a new case for it, thanks
 joanxie
		
			joanxie
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try to build wayland or xwanland as backend
