local.conf.sample: add image-mklibs and image-prelink to USER_CLASSES
The mklibs process optimizes the size of the libraries, while the prelink process optimizes the dynamic linking of shared libraries to reduce start up time of executables. Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
		
							parent
							
								
									ab3b84370b
								
							
						
					
					
						commit
						d42102fd2e
					
				|  | @ -1,7 +1,7 @@ | ||||||
| BB_NUMBER_THREADS ?= "4" | BB_NUMBER_THREADS ?= "4" | ||||||
| PARALLEL_MAKE ?= "-j 4" | PARALLEL_MAKE ?= "-j 4" | ||||||
| PACKAGE_CLASSES ?= "package_rpm" | PACKAGE_CLASSES ?= "package_rpm" | ||||||
| USER_CLASSES ?= "buildstats" | USER_CLASSES ?= "buildstats image-mklibs image-prelink" | ||||||
| PATCHRESOLVE = "noop" | PATCHRESOLVE = "noop" | ||||||
| BB_DISKMON_DIRS = "\ | BB_DISKMON_DIRS = "\ | ||||||
|     STOPTASKS,${TMPDIR},1G,100K \ |     STOPTASKS,${TMPDIR},1G,100K \ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue