Compare commits

..

2 Commits

Author SHA1 Message Date
ludiazv
443a20ffbd
Merge e36dd0b4458b71b923c998d06cf18db0d850820b into c475a1851a877bf700d6d9748be7336b2eadd3b2 2024-04-25 08:56:50 +02:00
Marek Belisko
c475a1851a linux-mainline: Added LINUX_VERSION variable
Fixes:

File "/home/retpolanne/Dev/orange-pi-one-plus-image/poky/scripts/lib/devtool/standard.py", line 839, in modify
if (os.path.exists(srcdir) and os.listdir(srcdir)) and (kernelVersion in staging_kerVer and staging_kbranch == kbranch):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'in ' requires string as left operand, not NoneType

While running devtool modify virtual/kernel.


Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
2024-04-25 08:52:15 +02:00

View File

@ -7,6 +7,8 @@ inherit kernel
require linux.inc require linux.inc
LINUX_VERSION = "${PV}"
KERNEL_DTB_PREFIX = "0" KERNEL_DTB_PREFIX = "0"
python() { python() {