The variable "includes_chroot_dir" is undefined.
This breaks the execution when a "build-flavor" has sth like:
[[includes_chroot]] path = "yyyyy" data = ''' xxxxxx '''
I guess the var content should be
build/config/includes.chroot/
The variable "includes_chroot_dir" is undefined.
This breaks the execution when a "build-flavor" has sth like:
[[includes_chroot]] path = "yyyyy" data = ''' xxxxxx '''
I guess the var content should be
build/config/includes.chroot/
Restricted Diffusion Commit | |
Restricted Diffusion Commit |
Well, after a better code reading, the var should be named chroot_includes_dir instead of includes_chroot_dir.