On Mon, 2013-12-23 at 06:41 +0000, [email protected] wrote: > Previously the branch name doesn't need to be defined when a > non-master branch commit is referred in recipe, this has been changed > in latest bitbake. > > Is this an intentional change? May I know the reason of the change if it is > intentional?
It was intentional and was triggered by this change: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=f19546e02d3318ee69fd0c34e21aa97b74c987ec which is a sanity test added to fix certain failure cases where a given revision wasn't on a specified branch. The bug was nasty since the fetcher was hitting the network in cases it shouldn't have been when a branch wasn't specified. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
