]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
selftest/classes: add localpkgfeed class
authorRoss Burton <ross.burton@arm.com>
Tue, 14 May 2024 16:15:20 +0000 (16:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2024 15:36:46 +0000 (16:36 +0100)
commitc5486d6ad32457f09c104d5dd31314bd570912d3
tree607375d03ffefc9906ec61bbef212d4bc86456f4
parentaada7fda2b118152d82b1ab295d92b8251afe4ac
selftest/classes: add localpkgfeed class

This class can be used to construct a subset of a deployed package feed
for use in tests which iterate the deploy directory, and as such a huge
feed of 30K+ packages can result in very slow tests.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/classes/localpkgfeed.bbclass [new file with mode: 0644]