summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/sqlite.py
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: hashserv: Abstract databaseJoshua Watt2023-11-091-0/+259
Abstracts the way the database backend is accessed by the hash equivalence server to make it possible to use other backends (Bitbake rev: 04b53deacf857488408bc82b9890b1e19874b5f1) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>