yocto - Unable to use automatic PR service -


i've been trying use bitbake pr service. i've followed instructions in https://wiki.yoctoproject.org/wiki/pr_service , added these lines local.conf file:

prserv_host = "localhost:0" inherit += "buildhistory" buildhistory_commit = "1" 

i expected pr values of recipies incrementing automatically after each change, still same

setting prserv_host need, , works me. turns pr=r1 r1.1, r1.2, r1.3 on each build. if isn't working, version of oe-core using?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -