summaryrefslogtreecommitdiffstats
path: root/classes/fsl-u-boot-localversion.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* fsl-u-boot-localversion.bbclass: Ensure git is run inside ${S}Otavio Salvador2016-08-221-1/+1
| | | | | | | | The tasks does not run inside ${S} by default anymore so we must ensure to run Git inside it. Change-Id: I9bba889ed13cc386d23fa4efdac2af5b46e2d65b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-u-boot-localversion: Easy LOCALVERSION handlingOtavio Salvador2014-09-011-0/+27
This class allow for easy extending of U-Boot recipes to easy the LOCALVERSION handling, allowing to reuse of code between different U-Boot recipes The following options are supported: SCMVERSION Puts the Git hash in U-Boot local version LOCALVERSION Value used in LOCALVERSION (default to '+fslc') This about avoid code duplication among Layerscape and i.MX. Change-Id: Icec618092d1f70606051619b6f6118f50e7f1ba5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>