r174 - buildrom-devel/packages/coreboot-v2
Author: myles Date: 2008-04-30 23:38:00 +0200 (Wed, 30 Apr 2008) New Revision: 174 Modified: buildrom-devel/packages/coreboot-v2/coreboot.inc Log: This simple patch allows v2 to use the custom rev specified by the user. It is nearly identical to the same patch for v3, but wasn't possible until we consolidated the v2 .mk files. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Ward Vandewega <ward@gnu.org> Modified: buildrom-devel/packages/coreboot-v2/coreboot.inc =================================================================== --- buildrom-devel/packages/coreboot-v2/coreboot.inc 2008-04-30 18:51:33 UTC (rev 173) +++ buildrom-devel/packages/coreboot-v2/coreboot.inc 2008-04-30 21:38:00 UTC (rev 174) @@ -1,5 +1,10 @@ # This is the common code included by all the targets +ifeq ($(CONFIG_CB_CUSTOM_REV),y) +$(warning Using custom rev $(CONFIG_CB_REVISION)) +CBV2_TAG=$(CONFIG_CB_REVISION) +endif + CBV2_BASE_DIR=svn CBV2_URL=svn://coreboot.org/repos/trunk/coreboot-v2 CBV2_TARBALL=coreboot-svn-$(CBV2_TAG).tar.gz
participants (1)
-
svn@coreboot.org