Ok, thanks. it works.

On Mon, Jul 15, 2019 at 1:12 PM Denys Dmytriyenko <[email protected]> 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 <[email protected]>
> > ---
> >  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
> > [email protected]
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to