[OE-core] [PATCH] oe-pkgdata-util: improve resiliance of lookup-recipe

2018-08-31 Thread Ross Burton
If we can't find the pkgdata for a package, instead of erroring out just emit a message and continue. This makes it possible to pass long lists of packages to oe-pkgdata-util and process the output. Signed-off-by: Ross Burton --- scripts/oe-pkgdata-util | 13 + 1 file changed, 9

Re: [OE-core] [PATCH] oe-pkgdata-util: improve resiliance of lookup-recipe

2018-08-15 Thread Richard Purdie
On Tue, 2018-08-14 at 17:21 +0100, Ross Burton wrote: > If we can't find the pkgdata for a package, instead of erroring out > just emit a > message and continue. > > This makes it possible to pass long lists of packages to oe-pkgdata- > util and > process the output. > > Signed-off-by: Ross

[OE-core] [PATCH] oe-pkgdata-util: improve resiliance of lookup-recipe

2018-08-14 Thread Ross Burton
If we can't find the pkgdata for a package, instead of erroring out just emit a message and continue. This makes it possible to pass long lists of packages to oe-pkgdata-util and process the output. Signed-off-by: Ross Burton --- scripts/oe-pkgdata-util | 8 1 file changed, 4