Skip to main content
Hsn
Associate II
July 23, 2020
Solved

How to change the build directory of openstlinux Distribution package?

  • July 23, 2020
  • 1 reply
  • 1681 views

Hi everyone, i am trying to run Distribution package from the STM on UBUNTU. It works fine with normal source command and make a build directory just by the folder of 'layers'. but how can i add my own build directory e.g. /mybuild/build_folder? I have tried the BUILD_DIR="dir" but it doesnt work and gives an error of ..

[source layers/openembedded-core/oe-init-build-env][from nothing]

Error: TEMPLATECONF value points to nonexistent directory '../../../layers/meta-st/meta-st-openstlinux/conf/template'

This topic has been closed for replies.
Best answer by Hsn

I got it from the env setup that the folder name prefix needed to be ' build', and also need to change the layer paths in bblayers.

1 reply

Hsn
HsnAuthorBest answer
Associate II
July 23, 2020

I got it from the env setup that the folder name prefix needed to be ' build', and also need to change the layer paths in bblayers.