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:
Ramon Moesching 2018-12-18 09:13:53 +01:00
parent ab3b84370b
commit d42102fd2e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \