diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-04 08:40:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 14:46:17 +0100 |
commit | d7805cfac4a58971dbef6eb903149dd6099bcf69 (patch) | |
tree | 545783d89c284cf403ee5492f746f5f40d59ea9e /documentation/dev-manual/dev-manual-model.xml | |
parent | 611f16a8d84ffd4cb221d851000226411c59302f (diff) | |
download | poky-d7805cfac4a58971dbef6eb903149dd6099bcf69.tar.gz |
linux-yocto: check for bad SRCREV before branch checks
do_validate_branches ensures that the desired SRCREV is at
the tip of every branch that contains the revision. To do this,
it looks for containing branches and processes them.
This processing was mistakenly placed before the check for an
invalid SRCREV, hence a git error message is seen in the log
if a bad SRCREV is used, rather than a clear message.
reordering the checks, and fixing a check for master, ensures
that clear messages are generated in all cases.
(From OE-Core rev: 7e4518bf88af53b09536a3bafcd4c392a094023f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
0 files changed, 0 insertions, 0 deletions