poky/bitbake/contrib
Daniel Gomez c5f5de1ad5 bitbake: contrib: Add Dockerfile for building PR service
Adds a Dockerfile for building the PR service in a container.

Based on the hash equivalence server container [hashserv].

Use the following environment variables to configure the PR service
container:
- DBFILE: database filename. Default:
  /var/lib/bbprserv/prserv.sqlite3.
- LOGFILE: log filename. Default: /var/lib/bbprserv/prserv.log.
- LOGLEVEL: logging level. Default: DEBUG.
- HOST: ip address to bind. Default: 0.0.0.0.
- PORT: port number. Default: 8585.
- DBMODE: database mode. Default: Empty (RW).
Note: DBMODE in RO: "--read-only".

[hashserv]: contrib/hashserv/Dockerfile

(Bitbake rev: a5497428b539e8598263924f63a9df8fe1ea70f9)

(Bitbake rev: 1d05abd92da56e284fcd904cf32bd12485903f10)

Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-23 12:08:56 +00:00
..
hashserv bitbake: contrib: Fix hash server Dockerfile dependencies 2022-02-17 17:51:03 +00:00
prserv bitbake: contrib: Add Dockerfile for building PR service 2022-03-23 12:08:56 +00:00
vim bitbake: contrib: vim: Add "remove" override highlighting 2021-08-18 17:01:06 +01:00
autobuilderlog.json bitbake: knotty: Update hash equivalence logging 2020-03-13 11:29:23 +00:00
bbdev.sh Initial population 2005-08-31 10:47:56 +00:00
bbparse-torture.py bitbake: bitbake: Add parsing torture test 2020-09-10 13:49:21 +01:00
dump_cache.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
README Initial population 2005-08-31 10:47:56 +00:00

This directory is for additional contributed files which may be useful.