Re: [OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-03-04 Thread Constantin Musca
On 03/01/2013 09:29 PM, Saul Wold wrote: On 02/27/2013 07:37 AM, Constantin Musca wrote: - create "latest_srcrev" for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca --- meta/classes/buildhistory.bbclas

Re: [OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-03-01 Thread Saul Wold
On 02/27/2013 07:37 AM, Constantin Musca wrote: - create "latest_srcrev" for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca --- meta/classes/buildhistory.bbclass | 23 ++- 1 file ch

[OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-02-27 Thread Constantin Musca
- create "latest_srcrev" for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca --- meta/classes/buildhistory.bbclass | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a