Skip to content

config: Don't synchronize user-provided sourcedir

Jean-Philippe Brucker requested to merge jbru/fix-user-sourcedir into main

To reuse an existing repository, the recipes.rst documentation suggests overriding the 'sourcedir' variable. However, this will attempt to synchronize the user source tree from the existing 'repo' configuration, overriding any changes the user made.

Clear the 'repo' configuration when the user provides their own source tree.

Signed-off-by: Jean-Philippe Brucker jean-philippe@linaro.org

Merge request reports