Hello, This fixes a combo-layer behaviour that I found using this .conf:
[meta-intel] src_uri = git://git.yoctoproject.org/meta-intel local_repo_dir = /home/joaohf/jhf/opensource/meta/meta-intel dest_dir = . branch = daisy last_revision = file_filter = conf common meta-crownbay The first time that I run, everything was Ok. But the second time was a mess. combo-layer took the wrongly last_revision and was trying to use it to compute its revlist. The patch fix the 'git rev-list' command passing file_filter that 'git format-patch' uses. I don't know if my assumptions are correct but 'git rev-list' really needs to take account about file_filter too. João Henrique Ferreira de Freitas (1): combo-layer: fix revlist taking into account file_filter scripts/combo-layer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core