Re: [OE-core][PATCH] oe-pkgdata-util: ignore SIGPIPE

2021-05-05 Thread Chen Qi
On 04/30/2021 09:34 PM, Richard Purdie wrote: On Tue, 2021-04-20 at 16:37 +0800, Chen Qi wrote: oe-pkgdata-util sometimes outputs a large amount of data. When used with pipe, it's likely to get the following error. BrokenPipeError: [Errno 32] Broken pipe The problem could be reproduced by

Re: [OE-core][PATCH] oe-pkgdata-util: ignore SIGPIPE

2021-05-05 Thread Chen Qi
On 04/30/2021 09:34 PM, Richard Purdie wrote: On Tue, 2021-04-20 at 16:37 +0800, Chen Qi wrote: oe-pkgdata-util sometimes outputs a large amount of data. When used with pipe, it's likely to get the following error. BrokenPipeError: [Errno 32] Broken pipe The problem could be reproduced by

Re: [OE-core][PATCH] oe-pkgdata-util: ignore SIGPIPE

2021-04-30 Thread Richard Purdie
On Tue, 2021-04-20 at 16:37 +0800, Chen Qi wrote: > oe-pkgdata-util sometimes outputs a large amount of data. When used > with pipe, it's likely to get the following error. > >   BrokenPipeError: [Errno 32] Broken pipe > > The problem could be reproduced by running `oe-pkgdata-util list-pkg |

Re: [OE-core][PATCH] oe-pkgdata-util: ignore SIGPIPE

2021-04-26 Thread Chen Qi
ping On 04/20/2021 04:37 PM, Chen Qi wrote: oe-pkgdata-util sometimes outputs a large amount of data. When used with pipe, it's likely to get the following error. BrokenPipeError: [Errno 32] Broken pipe The problem could be reproduced by running `oe-pkgdata-util list-pkg | less'. Type 'q'