From patchwork Sat Dec 17 15:00:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Create a script for SUMMARY audit in recipes Date: Sat, 17 Dec 2011 15:00:13 -0000 From: Shane Wang X-Patchwork-Id: 17185 Message-Id: To: openembedded-core@lists.openembedded.org Here is the script to check which recipe provides SUMMARY and which doesnot. For those which do not, maintainer should add or update to a meaningful summary for HOB to display in description. The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37: documentation/poky-ref-manual/technical-details.xml: edits per Richard Purdie (2011-12-16 16:58:41 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/summary-audit http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/summary-audit Shane Wang (1): Create a script for SUMMARY audit in recipes scripts/contrib/summary-audit.sh | 53 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) create mode 100755 scripts/contrib/summary-audit.sh