@@ -47,7 +47,7 @@
: ${TREE_RUMPUSERXEN_RUMPSRC:=https://github.com/rumpkernel/rumpkernel-netbsd-src}
: ${TREEVCS_RUMPUSERXEN_RUMPSRC:=git}
-: ${TREE_SEABIOS:=git://git.seabios.org/seabios.git}
+: ${TREE_SEABIOS_UPSTREAM:=git://git.seabios.org/seabios.git}
: ${PUSH_TREE_SEABIOS:=$XENBITS:/home/xen/git/osstest/seabios.git}
: ${BASE_TREE_SEABIOS:=git://xenbits.xen.org/osstest/seabios.git}
@@ -87,7 +87,7 @@ rumpuserxen)
;;
seabios)
repo_tree_rev_fetch_git seabios \
- $TREE_SEABIOS master $LOCALREV_SEABIOS
+ $TREE_SEABIOS_UPSTREAM master $LOCALREV_SEABIOS
;;
osstest)
if [ "x$OSSTEST_USE_HEAD" != "xy" ] ; then
@@ -59,7 +59,7 @@ rumpuserxen)
echo $TREE_RUMPUSERXEN
;;
seabios)
- echo $TREE_SEABIOS
+ echo $TREE_SEABIOS_UPSTREAM
;;
osstest)
echo none:;
@@ -138,6 +138,8 @@ if [ "x$REVISION_LINUX_ARM" = x ]; then
fi
if [ "x$REVISION_SEABIOS" = x ]; then
if [ "x$tree" = "xseabios" ]; then
+ TREE_SEABIOS=$TREE_SEABIOS_UPSTREAM
+ export TREE_SEABIOS
determine_version REVISION_SEABIOS seabios
export REVISION_SEABIOS
else