Base Directory
The base directory for a recipe is the top-level directory in which the recipe is executed. Each recipe is executed in its own, specifically created directory, known as the base. The first step in the execution of a recipe is bootstrapping the project from the SCM. A working copy is checked out from the SCM into the base directory. All paths specified when configuring a build are relative to the base directory by default.