Re: [OE-core] [PATCH] package_manager : Add configuration option to select filterbydependencies

2024-11-12 Thread Sreejith Ravi via lists.openembedded.org
Thanks for the detailed explanation. I understand the hesitancy around adding an extra parameter, especially given the cost and maintenance implications for both testing and long-term support. If we decide to incorporate it, I agree that it would be essential to include it in our test matrix to ens

Re: [OE-core] [PATCH] packagedata.py : Fix RDEPENDS Version issue with AUTOINC

2024-11-11 Thread Sreejith Ravi via lists.openembedded.org
org> wrote: > On Thu, 2024-10-24 at 15:48 +0100, Sreejith Ravi via > lists.openembedded.org wrote: > > Currently, RDEPENDS for -staticdev and -dev is set using EXTENDPKGV > > in meta/conf/bitbake.conf: > > -- > > EXTENDPKG

Re: [OE-core] [PATCH] package_manager : Add configuration option to select filterbydependencies

2024-11-11 Thread Sreejith Ravi via lists.openembedded.org
Hi We are not changing the default behavior of Yocto but are instead using our own custom class to handle IPK. Since create_packages_dir is a function in rootfs.py, it would be beneficial to add an option allowing users to select either the deploy directory or oe-rootfs-repo. This would also save