Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Peter A. Bigot" <pab@pabigot.com>
To: OE-core <openembedded-core@lists.openembedded.org>
Subject: Unexpected behavior from PR server
Date: Sat, 07 Sep 2013 15:23:44 -0500	[thread overview]
Message-ID: <522B8B50.6080508@pabigot.com> (raw)

I'm apparently a little shaky on exactly how the PR service is supposed 
to work.  I noticed an anomaly that adding a patch to SRC_URI for u-boot 
did not result in a new package revision as I expected.  I'm using 
PRSERV_HOST="localhost:0" and have bulidhistory enabled.

I just tried this with a toy recipe named "hello" with a constant PR=r1 
which does nothing but install a file from SRC_URI into ${datadir} with 
this:

PR = "r1"

SRC_URI = " \
     file://file1 \
"

S = "${WORKDIR}"

do_install () {
   install -d ${D}/${datadir}/files
   install file* ${D}/${datadir}/files
}

FILES_${PN} = "${datadir}/files/*"

I started with one file in SRC_URI, and "bitbake hello" produced 
hello-1.0-r1.0.armv7a_vfp_neon.rpm as I expected.

I then added a second file to SRC_URI and re-ran "bitbake hello". The 
recipe stages were re-executed, the new file was fetched and installed, 
and I now have a hello-1.0-r1.0.armv7a_vfp_neon.rpm (same name) with 
different contents.  Build history confirms the differences in the 
package FILELIST but no change to PKGR, as does dumping the rpm contents.

It is true that changing SRC_URI had no effect on the run.* task script 
contents for the package, so it makes sense that the PR server doesn't 
detect that the package is different from the last time it was built if 
signatures from those scripts are the only way recipe changes are 
detected.  But it very much surprises me that changing the sources does 
not result in a PR bump.  In the normal work flow, adding a new patch to 
SRC_URI is certainly something that I would expect to produce a new 
package revision.

Is this how it's supposed to work?

Peter


             reply	other threads:[~2013-09-07 20:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-07 20:23 Peter A. Bigot [this message]
2013-09-08  8:40 ` Unexpected behavior from PR server Richard Purdie
2013-09-08 11:04   ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=522B8B50.6080508@pabigot.com \
    --to=pab@pabigot.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox