I would like to include the development libraries in my iMX8mq yocto image.
I thought something like:
IMAGE_INSTALL_append = " gstreamer1-devel"
would install the libs but apparently this is not the right package as yocto complains.
what needs to be specified in local.conf to include the gstreamer development libraries?
 Bio_TICFSL
		
			Bio_TICFSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes, you should try gstreamer1.0-dev
Try gstreamer1.0-dev
