]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
selftest/classes: add localpkgfeed class
authorRoss Burton <ross.burton@arm.com>
Tue, 14 May 2024 16:15:20 +0000 (16:15 +0000)
committerSteve Sakoman <steve@sakoman.com>
Sun, 19 May 2024 20:50:01 +0000 (13:50 -0700)
commit00e4eb179b6bd4fca2499d997c60889c3d7ff632
treec9fcd44deddf81c77d1bb93c8f114956106dda7a
parent20a6f55328733ad6f0c05b1353e8d525019aeea7
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>
(cherry picked from commit c5486d6ad32457f09c104d5dd31314bd570912d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta-selftest/classes/localpkgfeed.bbclass [new file with mode: 0644]