diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-14 20:03:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-17 11:48:25 +0000 |
commit | 5cb3d1a59cb423cc672720f797236578cac19628 (patch) | |
tree | 4068ee630e37f0281c4edd1e26edea45c1f7dbe3 /scripts/lib/scriptutils.py | |
parent | 9d1b31d2542e50afe8d832588a4858054278e66c (diff) | |
download | poky-5cb3d1a59cb423cc672720f797236578cac19628.tar.gz |
bitbake: parse: Add include_all conf file directive
In some cases it would be helpful to be able to have an include file
in a standard location which is included in all layers that are added
to the system. The intent is for these to provide configuration tweaks
of specific types so that a given file pattern can be adopted more widely
for such configuration.
The code will search for any named configuration file within BBPATH, so
a configuration directive of:
include_all conf/distro/include/myinc.conf
would include the myinc.conf file in that subpath if present in any
directory in BBPATH. Multiple files will be included if present.
(Bitbake rev: d01d5593e7829ac60f37bc23cb87dc6917026471)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions