[bitbake-devel] [PATCH v2 0/9] BitBake Vim indentation plugin

Richard Purdie richard.purdie at linuxfoundation.org
Thu Nov 7 19:45:21 UTC 2019


On Thu, 2019-11-07 at 14:41 +0000, chris.laplante--- via bitbake-devel
wrote:
> > This patchset adds Vim indentation support for the BitBake
> > language.
> > 
> > It supports indenting variable assignments, Python and shell
> > tasks/functions.
> > To accomplish Python indentation, it uses a hacked-up version of
> > the Python indenter
> > from Vim upstream. The upstream shell indenter is used directly,
> > without
> > modification, however in the future it will be necessary to modify
> > the shell
> > indenter to properly support "fakeroot" shell tasks.
> 
> Heads up, it seems only the first two commits in this patch series
> were committed to Poky. Could someone please commit the remaining 7?

Fixed, the rename in patch 3 broke the tooling but I sorted it out
manually.

Cheers,

Richard



More information about the bitbake-devel mailing list