]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-fitimage: Replace tabs with spaces in python
authorAlex Kiernan <alex.kiernan@gmail.com>
Wed, 27 Feb 2019 06:57:09 +0000 (06:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2019 17:47:03 +0000 (17:47 +0000)
Fix:

  WARNING: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 33

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass

index 3adb1c94db7775b32fe8fa271b2f275ae4d679d3..2517d757466876bd777a89781826f6567e7076aa 100644 (file)
@@ -30,7 +30,7 @@ python __anonymous () {
         if image:
             d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete')
 
-       #check if there are any dtb providers
+        #check if there are any dtb providers
         providerdtb = d.getVar("PREFERRED_PROVIDER_virtual/dtb")
         if providerdtb:
             d.appendVarFlag('do_assemble_fitimage', 'depends', ' virtual/dtb:do_populate_sysroot')