From d42102fd2e9b33318ca75fce38f912e6fceed146 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Tue, 18 Dec 2018 09:13:53 +0100 Subject: [PATCH] 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 --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index a051c86..4463f3b 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -1,7 +1,7 @@ BB_NUMBER_THREADS ?= "4" PARALLEL_MAKE ?= "-j 4" PACKAGE_CLASSES ?= "package_rpm" -USER_CLASSES ?= "buildstats" +USER_CLASSES ?= "buildstats image-mklibs image-prelink" PATCHRESOLVE = "noop" BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \