Yocto1.1-M2-RC3-build
From Yocto Project
Jump to navigationJump to search
Tree | Poky | ||||
Branch | remotes/origin/1.1_M2 | ||||
Commit | fa4bcfdb73167f8159b88e5a4d711c0d37627a70 | ||||
Information | |||||
---|---|---|---|---|---|
commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70
Author: Darren Hart <dvhart@linux.intel.com> Date: Thu Jul 14 14:05:42 2011 -0700 bb-matrix: correct BB and PM number canonicalization The bash string operation ${BB##*0} was greedy and in addition to converting "02" to "2", also converted "20" to "", causing all builds for a BB value ending in 0 to run with BB_NUMBER_THREADS=1. (From OE-Core rev: b975de5ea76c5f8827fb48c0c3c29902872ad3d6) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |