diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-06-27 17:33:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:14 +0100 |
commit | 158575af9d0ab08a45eb307254bacc147e1e28ab (patch) | |
tree | 1c26db86495b40a656189de536dad8180b7b73e0 /documentation/dev-manual | |
parent | 4c75c1e832609314d4323980792110675f707cf9 (diff) | |
download | poky-158575af9d0ab08a45eb307254bacc147e1e28ab.tar.gz |
yocto-compat-layer.py: avoid adding layers more than once
add_layer_dependencies() might get called more than once, or one of
the layer dependencies might already be present. The function should
not add layers again because doing so can cause warnings like:
WARNING: Duplicate inclusion for .../meta-openembedded/meta-oe/conf/distro/include/meta_oe_security_flags.inc in .../meta-openembedded/meta-oe/conf/layer.conf
(From OE-Core rev: 4afb7c3c505a4d21906f07f88c966b794a968cbc)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
0 files changed, 0 insertions, 0 deletions