NOTE: Handling BitBake files: / (1076/4066) [26 %]ERROR: Error in compiling:
ERROR: The lines resulting into this error were:
ERROR: 51:IndentationError:' pv = bb.data.getVar("PV",d,1).split('-')'
ERROR: Printing the environment of the function
ERROR: 0047: # The patches list may be empty. This code starts with the base
ERROR: 0048: # kernel version and steps through the patches. Because the rc and
ERROR: 0049: # pre patches actually require the *preceding* kernel version the code
ERROR: 0050: # fixes that up appropriately.
ERROR: 0051: pv = bb.data.getVar("PV",d,1).split('-')
ERROR: 0052: kernel = pv[0].split('.')
ERROR: 0053: base = pv[0]
ERROR: 0054: name = [base]
ERROR: 0055: major = '.'.join(name[0].split('.')[0:2])
make: *** [image] Error 1
no subject