mirror of
				https://github.com/lingble/meta-tegra.git
				synced 2025-10-29 11:32:30 +00:00 
			
		
		
		
	 329c3af945
			
		
	
	329c3af945
	
	
	
		
			
			for use in bbappends where we need to add a check on opengl in DISTRO_FEATURES for just tegra platforms. Signed-off-by: Matt Madison <matt@madison.systems>
		
			
				
	
	
		
			10 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Use this class only when creating a bbappend for
 | |
| # a recipe in another layer to introduce a dependency
 | |
| # on gl/egl/gles/etc. for tegra platforms, when the
 | |
| # base recipe does not already inherit features_check
 | |
| # for other purposes.
 | |
| 
 | |
| inherit features_check
 | |
| 
 | |
| REQUIRED_DISTRO_FEATURES:append = " opengl"
 |