ckmake: add support for kernel ranges
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 7 May 2013 09:07:06 +0000 (02:07 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 May 2013 13:30:43 +0000 (15:30 +0200)
commit845945ee0704810c8a9eb8d59d5cde709889ffca
treef18cc7071db14d02ba816fd172077e36005873ad
parent19b8867768fe9470fa209ed0caddabe5a75ced45
ckmake: add support for kernel ranges

At times you may only want to test with ckmake a specific
kernel range or target kernels. You can do that now. ckmake
will use this list against what it finds on your system.

Examples:

  * ckmake --revs 3.3..3.4
  * ckmake --revs 2.6.24,2.6.30,2.6.32..3.2,3.4

The base kernels revisions is what is expected. The base kernel
revision of say 3.4.5 is 3.4, the base revision of say 2.6.24.2
is 2.6.24.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
devel/ckmake