bitbake.conf stored in the wrong place

Issue #17 invalid
Former user created an issue

Hi,

the bitbake.conf is stored in the meta-tutorial layer instead of the build/conf/.

See:

https://stackoverflow.com/questions/54768055/exception-while-running-bitbake/

Comments (3)

  1. Harald Achitz repo owner

    the file is on the right location, the build dir contains a bblayer.con pointing to the layers and setting the BBPATH variable.

    you define for you one layer, that includes in its conf directory the should be the bitbake.conf file. in case of yocto, this layer is called meta, for the examples it is meta-tutorial

    if there is any problem finding the bitbake.conf file, please check your setup in build/config/bblayers.conf and control if the environment is set correctly

    please see also: https://www.yoctoproject.org/docs/2.6.1/bitbake-user-manual/bitbake-user-manual.html#parsing-the-base-configuration-metadata

  2. Log in to comment