Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PRService/meta V2 0/3] new PRService features in meta
@ 2011-12-31  3:31 Lianhao Lu
  2011-12-31  3:31 ` [PRService/meta V2 1/3] meta/PRService: Added export/import fuctions Lianhao Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lianhao Lu @ 2011-12-31  3:31 UTC (permalink / raw)
  To: openembedded-core

NOTE: This set of patches added supporting for new features in meta layer.
It should work together with another branch of patches in bitbake.
    git://git.pokylinux.org/poky-contrib llu/PRService_bitbake

It supports the export/import AUTOPR values from/to PRservice to lockdown 
the PR values for release. The typical usage scenario is:

1. UserA enabled the PRService and run buildings. The PRService will 
record the AUTOPR values(which will be included in the finale PKGR) for 
different packages the userA builds.

2. UserA runs "bitbake-prserv-tool export <file>" to export the AUTOPR 
values from the current PRService into an exported inc file.

3. UserB gets the exported inc file and runs the command 
"bitbake -R <exported file> target" to lockdown and reproduce the same AUTOPR 
when generating packages.

4. UserB may run "bitbake-prserv-tool import <file>" to import the exported
AUTOPR values back into his own PRService. The AUTOPR values will be 
incremented from there. 

This set of changes also supports the per-recipe based PRSERV_HOST and 
PRSERV_PORT. 

This set of changes makes the basichash instead of the basic as the default
signature generator.

The following changes since commit 8f348ccad083d6c02c200652ff6295e701e88f0d:
  Saul Wold (1):
        coreutils: ensure --color works so DEPEND on libcap

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/PRService_oecore
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/PRService_oecore

Lianhao Lu (3):
  meta/PRService: Added export/import fuctions.
  package.bbclass: per recipe PRSERV_HOST support
  conf/bitbake.conf: basichash as default signature.

 meta/classes/package.bbclass          |   21 ++++-
 meta/classes/prserv.bbclass           |  163 ++++++++++++++++++++++++++++++---
 meta/conf/bitbake.conf                |    6 +-
 meta/recipes-core/meta/prserv-misc.bb |   67 ++++++++++++++
 scripts/bitbake-prserv-tool           |   53 +++++++++++
 5 files changed, 292 insertions(+), 18 deletions(-)
 create mode 100644 meta/recipes-core/meta/prserv-misc.bb
 create mode 100755 scripts/bitbake-prserv-tool




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-01-06 14:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31  3:31 [PRService/meta V2 0/3] new PRService features in meta Lianhao Lu
2011-12-31  3:31 ` [PRService/meta V2 1/3] meta/PRService: Added export/import fuctions Lianhao Lu
2012-01-06 13:28   ` Richard Purdie
2012-01-06 13:34   ` Richard Purdie
2012-01-06 14:29     ` Richard Purdie
2011-12-31  3:31 ` [PRService/meta V2 2/3] package.bbclass: per recipe PRSERV_HOST support Lianhao Lu
2012-01-06 13:07   ` Richard Purdie
2011-12-31  3:31 ` [PRService/meta V2 3/3] conf/bitbake.conf: basichash as default signature Lianhao Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox