summaryrefslogtreecommitdiff
path: root/poky/oe-init-build-env
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-03-13 02:01:39 +0300
committerEd Tanous <ed.tanous@intel.com>2019-03-13 02:01:39 +0300
commita25d24d5c0cf8f27cc8b6e748bae0d232a3c8f30 (patch)
tree9c37688d617dd6447c8040db2f3e67842b613ac6 /poky/oe-init-build-env
parenta7715486507e75e4a7cee843a48067b15595defa (diff)
downloadopenbmc-a25d24d5c0cf8f27cc8b6e748bae0d232a3c8f30.tar.xz
Set wolf pass to default
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'poky/oe-init-build-env')
-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 e813230a9..fe6e4c425 100755
--- a/poky/oe-init-build-env
+++ b/poky/oe-init-build-env
@@ -25,6 +25,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