]> code.ossystems Code Review - meta-freescale.git/commit
fsl-kernel-localversion: Easy LOCALVERSION handling
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 1 Sep 2014 14:20:30 +0000 (11:20 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 1 Sep 2014 15:18:36 +0000 (12:18 -0300)
commita83d032731e12da9297b696a6d08c014d81640db
tree8cc43d82e1e154ba290e85da22e0f43d57154e98
parentb8a961217769ccbd0bab3e6c65c1f8dadb12c55f
fsl-kernel-localversion: Easy LOCALVERSION handling

This class allow for easy extending of kernel recipes to easy the
LOCALVERSION handling, allowing to reuse of code between different
kernel recipes

The following options are supported:

 SCMVERSION        Puts the Git hash in kernel local version
 LOCALVERSION      Value used in LOCALVERSION (default to '+fslc')

This about avoid code duplication among Layerscape and i.MX.

Change-Id: I3999dbdc2cb761063fe5f83dea65ddb14adec80c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/classes/fsl-kernel-localversion.bbclass [new file with mode: 0644]