summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/prservice.py
Commit message (Expand)AuthorAgeFilesLines
* lib/prservice: Improve lock handling robustnessRichard Purdie2023-12-241-3/+1
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* prservice: remove connection cachingScott Murray2021-08-231-13/+12
* prservice: Use new connect APIPaul Barker2021-05-011-1/+1
* meta: drop _PYTHON_SYSCONFIGDATA_NAME hacksAlexander Kanavin2020-11-161-4/+0
* prservice.py: fix do_package with newer Python in Ubuntu 20.04Martin Jansa2020-04-051-0/+4
* prservice.py: Use "with" to control file handle lifetimePeter Kjellerstedt2020-03-311-33/+32
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+3
* meta: remove True option to getVar callsJoshua Lock2016-12-161-13/+13
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-2/+2
* meta: Update to modern exception syntaxRichard Purdie2016-05-211-1/+1
* image/kernel-module-split/eglibc-ld.inc: Remove has_key() usageRichard Purdie2013-05-091-1/+1
* prservice.py: fix NameError: global name 'host' is not definedMartin Jansa2013-01-251-1/+1
* prserv: change PRSERV_HOST semanticsConstantin Musca2013-01-251-10/+8
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-1/+0
* prservice: Added sanity check for prservice connection.Lianhao Lu2012-03-081-1/+17
* meta/PRService: Added export/import fuctions.Lianhao Lu2012-01-111-0/+113