From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1 V3] insane.bbclass: add QA check: file-rdeps
Date: Fri, 15 Aug 2014 04:08:09 -0700 [thread overview]
Message-ID: <cover.1408100754.git.liezhi.yang@windriver.com> (raw)
* 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
next reply other threads:[~2014-08-15 11:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-15 11:08 Robert Yang [this message]
2014-08-15 11:08 ` [PATCH 1/1] insane.bbclass: add QA check: file-rdeps Robert Yang
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=cover.1408100754.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.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