[meta-ti] [PATCH 3/4] jailhouse: Replace tabs with spaces in python code

Khem Raj raj.khem at gmail.com
Tue Jul 16 18:27:06 PDT 2019


Ok, thanks. it works.

On Mon, Jul 15, 2019 at 1:12 PM Denys Dmytriyenko <denys at ti.com> wrote:
>
> I had to do this one differently, all others are now in "next" for testing.
> Thanks.
>
> Denys
>
>
> On Fri, Jul 12, 2019 at 05:43:23PM -0700, Khem Raj wrote:
> > Fixes
> > WARNING: python should use 4 spaces indentation, but found tabs in jailhouse_git.bb, line 85
> >
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> >  recipes-kernel/jailhouse/jailhouse_git.bb | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb
> > index 753664ed..db31bb7d 100644
> > --- a/recipes-kernel/jailhouse/jailhouse_git.bb
> > +++ b/recipes-kernel/jailhouse/jailhouse_git.bb
> > @@ -82,10 +82,10 @@ do_compile() {
> >  }
> >
> >  python __anonymous () {
> > -     d.appendVarFlag('do_install', 'depends', ' virtual/kernel:do_deploy')
> > -     initrd = d.getVar('INITRAMFS_IMAGE', True)
> > -     if initrd:
> > -             d.appendVarFlag('do_install', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete')
> > +        d.appendVarFlag('do_install', 'depends', ' virtual/kernel:do_deploy')
> > +        initrd = d.getVar('INITRAMFS_IMAGE', True)
> > +        if initrd:
> > +                d.appendVarFlag('do_install', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete')
> >  }
> >
> >  do_install() {
> > --
> > 2.22.0
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list