Hi,
attached patch improves flexibility on coreboot version strings in the final binary. See attachment for details.
Am Dienstag, den 08.03.2011, 11:05 +0100 schrieb Georgi, Patrick:
attached patch improves flexibility on coreboot version strings in the final binary. See attachment for details.
ping? (http://patchwork.coreboot.org/patch/2754/)
* Georgi, Patrick Patrick.Georgi@secunet.com [110308 11:05]:
Hi,
attached patch improves flexibility on coreboot version strings in the final binary. See attachment for details. -- Patrick Georgi SINA-Development - High Security secunet Security Networks AG - Mergenthalerallee 77 - 65760 Eschborn, Germany Phone +49 201 54 54-3610 - Fax +49 201 54 54-1325 - www.secunet.com
Sitz: Kronprinzenstraße 30, 45128 Essen / Amtsgericht Essen HRB 13615 Vorstand: Dr. Rainer Baumgart (Vors.), Thomas Koelzer, Thomas Pleines Aufsichtsratsvorsitzender: Dr. Karsten Ottenberg
commit 5d8fbe10ad1fb834874148a3e6adb01515362e35 Author: Patrick Georgi Patrick.Georgi@secunet.com Date: Tue Mar 8 10:56:34 2011 +0100
More complete control over KERNELVERSION variable Allow using revision information (from svn or git) even if the version number is changed on the command line (eg. make KERNELVERSION='11.03$(REV)') or dropping it entirely if having that information in the coreboot binary is not desired. Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Stefan Reinauer stefan.reinauer@coreboot.org