mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 17:02:35 +02:00
external-common.bbclass: add msg on kernel version failure
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user