Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conf/layer.conf: Remove duplicated BBFILES
The following line doubles BBFILES for all layers in BBFILE_COLLECTIONS: BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" And most of them are invalid, use BBFILES_DYNAMIC is the correct solution. Signed-off-by: Robert Yang <[email protected]>
- Loading branch information