Skip to content

Commit

Permalink
ni-oe-init-build-env: fixup TEMPLATECONF path
Browse files Browse the repository at this point in the history
Upstream OE now enforces a requirement that the configuration templates
be stored in a path like: ${layer}/conf/templates/${name}. The
meta-nilrt templates have been likewise moved.

Update the initscript to the new location.

Signed-off-by: Alex Stewart <[email protected]>
  • Loading branch information
amstewart committed Nov 30, 2023
1 parent 200e3c5 commit c139b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ni-oe-init-build-env
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit c139b77

Please sign in to comment.