Re: [OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-09-01 Thread Richard Purdie
On Fri, 2017-09-01 at 16:04 +0300, Alexander Kanavin wrote: > On 08/31/2017 09:46 PM, Haris Okanovic wrote: > > > > Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist > > on > > `bitbake package-index`, which is index of files provided by each > > IPK package in the feed. It's usef

Re: [OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-09-01 Thread Alexander Kanavin
On 08/31/2017 09:46 PM, Haris Okanovic wrote: Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist on `bitbake package-index`, which is index of files provided by each IPK package in the feed. It's useful for figuring out which package provides a particular file/program/library/etc.

[OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-08-31 Thread Haris Okanovic
Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist on `bitbake package-index`, which is index of files provided by each IPK package in the feed. It's useful for figuring out which package provides a particular file/program/library/etc. Disabled by default since generating a filelis

Re: [OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-05-19 Thread Haris Okanovic
Why not use files-in-package.txt reports in buildhistory? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5870 Practical reason: files-in-package.txt is an OE-ism. Our opkg-based distribution provides software feeds built outside of OE. We use opkg-utils to generate feed metadata like OE, so

Re: [OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-05-19 Thread Martin Jansa
On Fri, May 19, 2017 at 10:01:21AM -0500, Haris Okanovic wrote: > Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist on > `bitbake package-index`, which is index of files provided by each > IPK package in the feed. It's useful for figuring out which package > provides a particular f

[OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-05-19 Thread Haris Okanovic
Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist on `bitbake package-index`, which is index of files provided by each IPK package in the feed. It's useful for figuring out which package provides a particular file/program/library/etc. Disabled by default since generating a filelis