]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Prevent git from detecting parent repo in recipe
authorJoshua Watt <JPEWhacker@gmail.com>
Tue, 5 May 2020 16:39:10 +0000 (11:39 -0500)
committerSteve Sakoman <steve@sakoman.com>
Mon, 11 May 2020 16:15:24 +0000 (06:15 -1000)
commit02ecf3e2a98a614805f6f2574c2bf14162192d01
treec190c43afb0a7421a93efceb27c68fc2e063dfbd
parent5733811eeba9fd88f4a621c705a2de61b197c3d7
bitbake.conf: Prevent git from detecting parent repo in recipe

Prevents git commands run in a recipe from moving up past ${WORKDIR}
when searching for a .git directory, and thus prevents them from
detecting the parent OE-core .git directory. Fixes several
reproducibility issues where recipes would use the OE-core version as
the recipe version due to git walking up the tree.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/bitbake.conf