All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mei Lei <lei.mei@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/2] Add checklicense task to get missing license text
Date: Fri, 13 May 2011 06:59:46 -0000	[thread overview]
Message-ID: <cover.1305269419.git.lei.mei@intel.com> (raw)

From: Mei Lei <lei.mei@intel.com>

Hi Saul,
	For adding the information of missing license text into pkg-report system, I add a new task called checklicense in distrodata.bbclass. This check logic is writen by Beth in license.bbclass, avoid affecting the build time, I rewrite this task in distrodata.bbclass.
	And there are a lot of repeat code in distrodata.bbclass, create a new function to reduce the repeat code.

Thanks
Lei

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: lmei3/licensecheck
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/licensecheck

Thanks,
    Mei Lei <lei.mei@intel.com>
---


Mei Lei (2):
  distro_check.py: Add a new function to reduce the repeat code
  distrodata.bbclass: Add checklicense task

 meta/classes/distrodata.bbclass |   88 ++++++++++++++++++++++++---------------
 meta/lib/oe/distro_check.py     |   15 +++++++
 2 files changed, 69 insertions(+), 34 deletions(-)



             reply	other threads:[~2011-05-13  6:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13  6:59 Mei Lei [this message]
2011-05-13  6:59 ` [PATCH 1/2] distro_check.py: Add a new function to reduce the repeat code Mei Lei
2011-05-13 17:13   ` Joshua Lock
2011-05-13  6:59 ` [PATCH 2/2] distrodata.bbclass: Add checklicense task Mei Lei
2011-05-13 17:13   ` Joshua Lock
2011-05-16 12:30     ` Mei, Lei

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.1305269419.git.lei.mei@intel.com \
    --to=lei.mei@intel.com \
    --cc=poky@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.