[bitbake-devel] [PATCH] bitbake : Paginate 'bitbake -e' using less.

Burton, Ross ross.burton at intel.com
Tue Jun 20 10:05:31 UTC 2017


On 20 June 2017 at 05:54, Diana Thayer <garbados at gmail.com> wrote:

> +        pager = subprocess.Popen(['less', '-F', '-R', '-S', '-X', '-K'],
> +                                 stdin=subprocess.PIPE,
> +                                 stdout=sys.stdout,
> +                                 universal_newlines=True)
>

What if I'm piping bitbake -e though grep or into a file already?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20170620/1613c5e8/attachment-0002.html>


More information about the bitbake-devel mailing list