mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
classes/icecc: fix typos in header comments
Looking at the code, it should be ICECC_USER_PACKAGE_BL and not ICECC_PACKAGE_BL here, and also fix "localy" -> "locally". Thanks to Scott Rifenbark for pointing this out. (From OE-Core rev: b325e46059efe6974abf01131dca3f2094a6bf90) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
baf7765719
commit
da88c5ffec
@@ -20,7 +20,7 @@
|
||||
#(NOTE that this is a modified version of the script need it and *not the one that comes with icecc*
|
||||
#
|
||||
#User can specify if specific packages or packages belonging to class should not use icecc to distribute
|
||||
#compile jobs to remote machines, but handled localy, by defining ICECC_USER_CLASS_BL and ICECC_PACKAGE_BL
|
||||
#compile jobs to remote machines, but handled locally, by defining ICECC_USER_CLASS_BL and ICECC_USER_PACKAGE_BL
|
||||
#with the appropriate values in local.conf. In addition the user can force to enable icecc for packages
|
||||
#which set an empty PARALLEL_MAKE variable by defining ICECC_USER_PACKAGE_WL.
|
||||
#########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user