[yocto] Unable to use Automatic PR Service (Yocto Daisy)

Akash Bhatnagar actiononmail at gmail.com
Thu Aug 7 06:27:34 PDT 2014


HI,

I am new on Yocto Project and trying to use it in our company. I am able to
generate custom images using Yocto Daisy Version.

Now, I am stuck with getting worked with the Automatic PR service. Using
the wiki page https://wiki.yoctoproject.org/wiki/PR_Service I am able to
set the PR Server and local.conf.

Now  I am testing whether my package (in Debian format) able to get new
Revision ,each time a git commit happens.The commands I ran are as follows:-

A) Starting the Prserver "bitbake-prserv --host=ip --port=5656"

1) git commit my file to change the commit ID
2) bitbake my_package -c cleanall
3) bitbake my_package
4) Verify the package name :-my_package_1.0-r0.0.deb <--This name remains
as it is

In the Build History I verified whether Yocto is taking the new changes :-

cat latest:
PV = 1.0
PR = r0
PKGR = r0.0
RPROVIDES =

git log -p :
@@ -1,2 +1,2 @@
# SRCREV = "${AUTOREV}"
-SRCREV = "be0e7a60527259451b4600b441113608b8c5ca90"
+SRCREV = "4fedd520432d1856b6573786f6fdfb2d54af1753"

Still PR is not bumping up.Please throw some light over it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140807/01bb6e57/attachment.html>


More information about the yocto mailing list