[OE-core] [PATCH 0/1 V3] insane.bbclass: add QA check: file-rdeps

Robert Yang liezhi.yang at windriver.com
Fri Aug 15 11:08:09 UTC 2014


* V3: 
  - Check all the rdeps on the chain (A -> B -> C ...) as RP suggested.
  - Skip checking '/bin/bash' and '/usr/bin/perl' for nativesdk.
  - More commit messages:
    + Benefits:
      -> Help to fix file rdepends issues for ipk and deb 
      -> Help to fix abnormal rdepends.
      -> Help to check whether the rdepends is OK or not after build each
         recipe (don't have to install to the image), for example, a recipe may 
         generate 10 binary packages, only a part of them will be installed to
         the image by default, we can know whether the rdepends are OK or
         not for the ones which are installed, but can't know the ones which
         are not installed, this patch can help check all the 10 binary
         packages' rdepends.

* V2: 
  Refer build-deps to check all the files' rdepends rather than only
  check bash, perl and python as RP suggested.

* V1: 
  Initial version

// Robert

The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39:

  SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/file-rdeps
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/file-rdeps

Robert Yang (1):
  insane.bbclass: add QA check: file-rdeps

 meta/classes/insane.bbclass |   72 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 71 insertions(+), 1 deletion(-)

-- 
1.7.9.5




More information about the Openembedded-core mailing list