diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-24 15:15:59 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:09 +0000 |
commit | 5c850643ed99047963e55ccf686dd59af16c03e6 (patch) | |
tree | 242cb6d30636ee90d748711555a1c5a7a7057320 /meta/recipes-kernel | |
parent | cda749d2b85e4361a9d0cdcf70cb62659a4206aa (diff) | |
download | poky-5c850643ed99047963e55ccf686dd59af16c03e6.tar.gz |
recipes-kernel: Update SUMMARY and DESCRIPTION
Add missing SUMMARY and updated DESCRIPTION fields if necessary
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-control_0.88.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_0.8.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/module-init-tools/module-init-tools.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/modutils/modutils_2.4.27.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_cvs.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_1.13.bb | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 35cb3f0551..e068df3c73 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Device Tree Compiler" | ||
1 | DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." | 2 | DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." |
2 | SECTION = "bootloader" | 3 | SECTION = "bootloader" |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 70c9efc778..bbe510714e 100644 --- a/meta/recipes-kernel/kexec/kexec-tools.inc +++ b/meta/recipes-kernel/kexec/kexec-tools.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Kexec fast reboot tools" | ||
1 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" | 2 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" |
2 | AUTHOR = "Eric Biederman" | 3 | AUTHOR = "Eric Biederman" |
3 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" | 4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" |
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb index 502064f186..535be2dbde 100644 --- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb +++ b/meta/recipes-kernel/lttng/lttng-control_0.88.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SECTION = "devel" | 1 | SECTION = "devel" |
2 | SUMMARY = "Linux Trace Toolkit Control" | ||
2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | 3 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ |
3 | extract program execution details from the Linux operating system and \ | 4 | extract program execution details from the Linux operating system and \ |
4 | interpret them." | 5 | interpret them." |
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb index 7d88b1638d..507ee501e3 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Linux Trace Toolkit Userspace Tracer" | ||
1 | DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code" | 2 | DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code" |
2 | HOMEPAGE = "http://lttng.org/ust" | 3 | HOMEPAGE = "http://lttng.org/ust" |
3 | BUGTRACKER = "n/a" | 4 | BUGTRACKER = "n/a" |
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb index 550d8f5184..94c615502f 100644 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Linux Trace Toolkit Viewer" | ||
1 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | 2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ |
2 | extract program execution details from the Linux operating system and \ | 3 | extract program execution details from the Linux operating system and \ |
3 | interpret them." | 4 | interpret them." |
diff --git a/meta/recipes-kernel/module-init-tools/module-init-tools.inc b/meta/recipes-kernel/module-init-tools/module-init-tools.inc index f1319ad90d..49522c7599 100644 --- a/meta/recipes-kernel/module-init-tools/module-init-tools.inc +++ b/meta/recipes-kernel/module-init-tools/module-init-tools.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Kernel Module Utilities" | ||
1 | DESCRIPTION = "This package contains a set of programs for loading, inserting, and removing kernel modules for Linux (versions 2.5.48 and above). It serves the same function that the modutils package serves for Linux 2.4" | 2 | DESCRIPTION = "This package contains a set of programs for loading, inserting, and removing kernel modules for Linux (versions 2.5.48 and above). It serves the same function that the modutils package serves for Linux 2.4" |
2 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
diff --git a/meta/recipes-kernel/modutils/modutils_2.4.27.bb b/meta/recipes-kernel/modutils/modutils_2.4.27.bb index 0174f83973..54e3a73d41 100644 --- a/meta/recipes-kernel/modutils/modutils_2.4.27.bb +++ b/meta/recipes-kernel/modutils/modutils_2.4.27.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | SUMMARY = "Kernel module utilities" | ||
2 | DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ | 3 | DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ |
3 | manageable for all users, administrators and distribution maintainers." | 4 | manageable for all users, administrators and distribution maintainers." |
4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb index 894bb9a931..85e065f999 100644 --- a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb +++ b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "System-Wide Profiler" | ||
1 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 2 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
2 | of profiling all running code at low overhead." | 3 | of profiling all running code at low overhead." |
3 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" | 4 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" |
diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb index dd8dd58863..f2ff5adfc2 100644 --- a/meta/recipes-kernel/oprofile/oprofile_cvs.bb +++ b/meta/recipes-kernel/oprofile/oprofile_cvs.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | PV = "0.9.4+cvs${SRCDATE}" | 1 | PV = "0.9.4+cvs${SRCDATE}" |
2 | PR = "r0" | 2 | PR = "r0" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | SUMMARY = "System-Wide Profiler" | ||
4 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 5 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
5 | of profiling all running code at low overhead." | 6 | of profiling all running code at low overhead." |
6 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index 22b56a584f..731e037681 100644 --- a/meta/recipes-kernel/oprofile/oprofileui.inc +++ b/meta/recipes-kernel/oprofile/oprofileui.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "User Interface for the System-Wide Profiler" | ||
1 | DESCRIPTION = "User interface for the OProfile tool" | 2 | DESCRIPTION = "User interface for the OProfile tool" |
2 | HOMEPAGE = "http://labs.o-hand.com/oprofileui/" | 3 | HOMEPAGE = "http://labs.o-hand.com/oprofileui/" |
3 | BUGTRACKER = "http://bugzilla.o-hand.com/" | 4 | BUGTRACKER = "http://bugzilla.o-hand.com/" |
diff --git a/meta/recipes-kernel/powertop/powertop_1.13.bb b/meta/recipes-kernel/powertop/powertop_1.13.bb index 39884063d6..dff4fcd27e 100644 --- a/meta/recipes-kernel/powertop/powertop_1.13.bb +++ b/meta/recipes-kernel/powertop/powertop_1.13.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Power usage tool" | ||
1 | DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." | 2 | DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." |
2 | HOMEPAGE = "http://www.lesswatts.org/" | 3 | HOMEPAGE = "http://www.lesswatts.org/" |
3 | BUGTRACKER = "http://bugzilla.lesswatts.org/" | 4 | BUGTRACKER = "http://bugzilla.lesswatts.org/" |