Author: stuge
Date: Sun Jan 23 07:47:09 2011
New Revision: 6292
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6292

Log:
Clone a tag rather than SeaBIOS stable branch HEAD

Use a tag (rel-0.6.1.3) for SeaBIOS stable checkouts instead of the
stable branch.  The tag is a little safer because it prevents an
incorrect commit to the stable branch from being immiediately picked
up by coreboot users.

Note - rel-0.6.1.3 (and 0.6.1-stable) now have the CFLAGS build fix
that was causing build failures for coreboot users.

Signed-off-by: Kevin O'Connor <[email protected]>
Acked-by: Peter Stuge <[email protected]>

Modified:
   trunk/payloads/external/SeaBIOS/Makefile.inc

Modified: trunk/payloads/external/SeaBIOS/Makefile.inc
==============================================================================
--- trunk/payloads/external/SeaBIOS/Makefile.inc        Fri Jan 21 14:20:10 
2011        (r6291)
+++ trunk/payloads/external/SeaBIOS/Makefile.inc        Sun Jan 23 07:47:09 
2011        (r6292)
@@ -1,7 +1,7 @@
 
 
 TAG-$(CONFIG_SEABIOS_MASTER)=master
-TAG-$(CONFIG_SEABIOS_STABLE)=0.6.1-stable
+TAG-$(CONFIG_SEABIOS_STABLE)=rel-0.6.1.3
 
 all: seabios
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to