]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe/package-manager: allow including self in create_packages_dir
authorRoss Burton <ross.burton@arm.com>
Tue, 14 May 2024 16:15:19 +0000 (16:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2024 15:36:46 +0000 (16:36 +0100)
commitaada7fda2b118152d82b1ab295d92b8251afe4ac
treefcb7e7d906620434208a305265126ecd4447935a
parent6eca600a402d20ac1905681f344e8f1a70cdb5b9
lib/oe/package-manager: allow including self in create_packages_dir

This function is typically used to construct a limited feed for image
creation, but there are other cases when you might want a limited feed
and include the current recipe's packages in it.

To ensure that existing behaviour is preserved, add a boolean to control
this behaviour and default it to False.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager/__init__.py