On 23 June 2017 at 12:22, Mark Brown broonie@kernel.org wrote:
On Wed, Jun 21, 2017 at 09:48:41PM +0100, Milosz Wasilewski wrote:
On 21 June 2017 at 15:42, Mark Brown broonie@kernel.org wrote:
On Wed, Jun 21, 2017 at 12:03:01PM +0000, Linaro QA wrote:
kernel-describe: 8853995
This looks like it's taken a step backwards?
I'll check but I think this is how it works on this tree.
Really, no. *All* kernels should end up with something based off a tag.
milosz@milosz-tp:~/linaro/oe/hikey-linaro$ git remote -v origin https://android.googlesource.com/kernel/hikey-linaro (fetch) origin https://android.googlesource.com/kernel/hikey-linaro (push) milosz@milosz-tp:~/linaro/oe/hikey-linaro$ git branch * android-hikey-linaro-4.4 android-hikey-linaro-4.9 master milosz@milosz-tp:~/linaro/oe/hikey-linaro$ git describe --always 6b116e0f
and 4.9
milosz@milosz-tp:~/linaro/oe/hikey-linaro$ git branch android-hikey-linaro-4.4 * android-hikey-linaro-4.9 master milosz@milosz-tp:~/linaro/oe/hikey-linaro$ git describe --always db724a5
Anything I'm doing wrong?
Arnd mentioned this as well in the other thread. The idea for a fix is to group the failures by 'failed since'. This would make the lines shorter. The 'version' is currently set to full git sha1. As we agreed in the other thread this will change to git describe (or 12 char commit id if there is no git describe).
If you end up with a kernel without a git describe available something has gone wrong with what you're doing.
I've no idea what is wrong. This is what I'm getting after cloning the repository and checking out the branch.
milosz