diff --git a/ni-oe-init-build-env b/ni-oe-init-build-env index 4a219b78030..922e052c990 100644 --- a/ni-oe-init-build-env +++ b/ni-oe-init-build-env @@ -106,7 +106,7 @@ echo "BB_NUMBER_THREADS=${BB_NUMBER_THREADS}" # define the location of bitbake configuration files, which will be copied # into the build workspace, if one needs to be created. -export TEMPLATECONF=${TEMPLATECONF:-${NILRT_ROOT}/sources/meta-nilrt/conf} +export TEMPLATECONF=${TEMPLATECONF:-${NILRT_ROOT}/sources/meta-nilrt/conf/templates/default} export SSTATE_MIRRORS="${SSTATE_MIRRORS:-} ${sstate_mirrors[@]/%/ \\n}"