Browse Source

external-common.bbclass: add msg on kernel version failure

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Christopher Larson 3 years ago
parent
commit
fa97c0babd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      classes/external-common.bbclass

+ 1 - 0
classes/external-common.bbclass

@@ -109,4 +109,5 @@ def external_get_kernel_version(p):
                 b = (code >> 8) & 0xFF
                 return '%d.%d' % (a, b)
 
+    bb.debug(1, 'external-common.bbclass: failed to find kernel version header in {}'.format(p))
     return ''