backports: keep track of original backported source symbols early on
authorLuis R. Rodriguez <mcgrof@suse.com>
Tue, 11 Nov 2014 07:51:19 +0000 (23:51 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Nov 2014 21:47:15 +0000 (13:47 -0800)
commitf40d37099b9bf60b9e7214f28bd30007d2961d3d
treea7e1950b8ab2ae212fa687aef006c6372147f505
parent6792a6d1ef5ea3dabf3ebf347a8db8b562b59f24
backports: keep track of original backported source symbols early on

We'll later want to do some modifications of symbols we backport
when integrating, but before we do any modification on kconfig
files we should keep track of the original source symbols.

This commit introduces no functional changes right now, it will
become more useful after we start adjusting kconfig entries
for integration.

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