Skip to content

Commit 6c9154d

Browse files
authored
Merge pull request #266 from YoeDistro/kraj/master
Layer Updates: sources/meta-freescale sources/meta-openembedded sour…
2 parents 71007ed + 0ba14d6 commit 6c9154d

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

conf/site.conf

+5-3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ IMG_VERSION = "0.0.1"
6666
#####################################################################
6767

6868
#INHERIT += "lto"
69-
PARALLEL_MAKE_append = " \
70-
-l ${@int(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN'])) * 150/100} \
71-
"
69+
# set max loadavg equal to nr of cpus, same at 1.0 on 1 cpu machine
70+
#PARALLEL_MAKE_append = " \
71+
#-l ${@int(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN'])) * 150/100} \
72+
#"
73+
#

sources/openembedded-core

Submodule openembedded-core updated 43 files

0 commit comments

Comments
 (0)