]> code.ossystems Code Review - openembedded-core.git/commit
distrodata: Remove
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Dec 2018 23:31:07 +0000 (23:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Dec 2018 16:19:30 +0000 (16:19 +0000)
commit6e2a488f01e5e8bc6f06b6fac1d336bf5372a82b
treee5dad7343f5bd0fb3121eee456939e6482cf89f6
parent83d0049bb406e09251b368dba9478be71fe2b0a8
distrodata: Remove

The code in the tasks within this class are old and there are much better
ways to do these things now such as through tinfoil rather than writing csv
files incrementally with start/stop events and lock files.

Existing users of the code (mainly the do_checkpkg task) have been ported
over to tinfoil. Drop the class, any other users should also make use
of the tinfoil functionality.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distrodata.bbclass [deleted file]