backports: move version file generation to run earlier
authorLuis R. Rodriguez <mcgrof@suse.com>
Thu, 6 Nov 2014 23:55:46 +0000 (15:55 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Nov 2014 21:47:16 +0000 (13:47 -0800)
commit195ea9ab4da97ce91b5890880b0e3f11a823486b
treedbde803a7fc56485ca7ee0c812e4582440c8c2d5
parentadaab2273d586f51a22aa4ee8b84db6d4c316926
backports: move version file generation to run earlier

The version file contains:

  * BACKPORTS_VERSION
  * BACKPORTED_KERNEL_VERSION
  * BACKPORTED_KERNEL_NAME

This file is used by the Makefile to export variable
definitions used to identify the backport. For kernel
integration we'll be using a generated Kconfig file
instead and since these are needed when processing
kconfig logic this will need to be defined earlier.

Just move the generation of the version file for packaging
up early to match where we will generate the Kconfig with
the backports versioning identification.

This change has no real functional change other than the
move of some code running earlier.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
gentree.py