Closed fboudra closed 6 years ago
It's missing sublevel, so you only get 4.15 and not 4.15.9
@koenkooi yes, it's on purpose. Do you think we should add it?
Yes, in case we want to test a linux-stable or aosp kernel
@koenkooi I made the changes and included sublevel. Now, I'm pondering to drop SRCPV and use SRCREV (10 chars) instead of the gitAUTOINC string?
Since PV is parsed upfront by bitbake, we can't set the accurate kernel version (unless, we post process the kernel source outside of OE, which increases the build time). PKGV can be set dynamically to match the kernel version. A python function will parse the Makefile and will set PKGV accordingly.
Signed-off-by: Fathi Boudra fathi.boudra@linaro.org