]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Set vardepvalue for PARALLEL_MAKEINST
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Oct 2021 08:49:44 +0000 (09:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Oct 2021 12:55:43 +0000 (13:55 +0100)
commit0a20d7f462b42800a8420dbb57e6ac8b84770b39
tree4e0107de68e91a664bd8c70ececd11010e8ce6de
parentb0573f240525df561ddef6e47cb285b217d38487
bitbake.conf: Set vardepvalue for PARALLEL_MAKEINST

If you leave PARALLEL_MAKEINST at its default from PARALLEL_MAKE,
sstate checksums are fine and don't change as the number of cores do.
If you override it to a specific value, this does the cause the sstate
checksums to change. We don't want the checksums to change if the
value of this variable differs.

Therefore set a vardepvalue so a specific value is used for checksum
purposes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf