the following patch was just integrated into master: commit 3f1abb84e87704eac45570bdc89e786022c06678 Author: Martin Roth martinroth@google.com Date: Mon Mar 7 21:56:24 2016 -0700
SeaBIOS: Update SeaBIOS from repo when using master branch
Previously the SeaBIOS directory would never get updated after the initial clone because the tag would always match. This can be shown by noticing that the text 'Fetching new commits from the SeaBIOS git repo' is never seen.
This change will always try to pull the latest code if 'Master' is selected.
Change-Id: I460e2fb0c6f683a0f85343d164880c2d9e6d95cc Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/13947 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See https://review.coreboot.org/13947 for details.
-gerrit