summaryrefslogtreecommitdiff
path: root/poky
diff options
context:
space:
mode:
Diffstat (limited to 'poky')
-rwxr-xr-xpoky/oe-init-build-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/oe-init-build-env b/poky/oe-init-build-env
index 8c1bd54e5..5a5213fe3 100755
--- a/poky/oe-init-build-env
+++ b/poky/oe-init-build-env
@@ -14,6 +14,8 @@
# when being sourced. To workaround the shell limitation use "set <builddir>"
# prior to sourcing this script.
#
+
+TEMPLATECONF="${TEMPLATECONF:-meta-openbmc-mods/meta-wolfpass/conf}"
if [ -n "$BASH_SOURCE" ]; then
THIS_SCRIPT=$BASH_SOURCE
elif [ -n "$ZSH_NAME" ]; then