From 9ee3c77f4e23081e8fa30f66afec4330b8d07562 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 2 Feb 2011 08:43:42 -0600 Subject: recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONS Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle --- meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb | 12 +++++++++++- .../xorg-driver/xf86-input-keyboard_1.5.0.bb | 7 ++++++- meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | 7 ++++++- meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb | 8 +++++++- meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | 8 +++++++- .../xorg-driver/xf86-input-synaptics_1.3.0.bb | 8 +++++++- .../recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 8 +++++++- meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb | 7 ++++++- meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 8 +++++++- meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 6 +++++- meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | 8 +++++++- .../recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb | 4 +++- 12 files changed, 79 insertions(+), 12 deletions(-) (limited to 'meta/recipes-graphics/xorg-driver') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb index 79e5f18c7e..a37be179a1 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb @@ -1,6 +1,16 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- evdev input driver" +SUMMARY = "X.Org X server -- event devices (evdev) input driver" + +DESCRIPTION = "evdev is an Xorg input driver for Linux's generic event \ +devices. It therefore supports all input devices that the kernel knows \ +about, including most mice and keyboards. \ +\ +The evdev driver can serve as both a pointer and a keyboard input \ +device, and may be used as both the core keyboard and the core pointer. \ +Multiple input devices are supported by multiple instances of this \ +driver, with one Load directive for evdev in the Module section of your \ +xorg.conf for each input device that will use this driver. " LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb index d3b58b3e38..aa8be67445 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb @@ -1,6 +1,11 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- keyboard input driver" +SUMMARY = "X.Org X server -- keyboard input driver" + +DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ +driver supports the standard OS-provided keyboard interface. The driver \ +functions as a keyboard input device, and may be used as the X server's \ +core keyboard." LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb index a6744bda64..57c601c12d 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb @@ -1,6 +1,11 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- keyboard input driver" +SUMMARY = "X.Org X server -- keyboard input driver" + +DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ +driver supports the standard OS-provided keyboard interface. The driver \ +functions as a keyboard input device, and may be used as the X server's \ +core keyboard." PV = "1.3.2+git${SRCPV}" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb index d0914cff0a..61d73e191b 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb @@ -1,6 +1,12 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- mouse input driver" +SUMMARY = "X.Org X server -- mouse input driver" + +DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ +supports most available mouse types and interfaces. The mouse driver \ +functions as a pointer input device, and may be used as the X server's \ +core pointer. Multiple mice are supported by multiple instances of this \ +driver." LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb index 94dedf104d..bdf61c1155 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb @@ -1,6 +1,12 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- mouse input driver" +SUMMARY = "X.Org X server -- mouse input driver" + +DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ +supports most available mouse types and interfaces. The mouse driver \ +functions as a pointer input device, and may be used as the X server's \ +core pointer. Multiple mice are supported by multiple instances of this \ +driver." PV = "1.3.0+git${SRCPV}" PR = "r2" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb index 8c2999fd51..b0953bbe93 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb @@ -1,6 +1,12 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- keyboard input driver" +SUMMARY = "X.Org X server -- synaptics touchpad input driver" + +DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ +Synaptics Incorporated. Even though these touchpads (by default, \ +operating in a compatibility mode emulating a standard mouse) can be \ +handled by the normal evdev or mouse drivers, this driver allows more \ +advanced features of the touchpad to become available." LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index f7dc3b731c..70478d5202 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb @@ -1,6 +1,12 @@ require xf86-input-common.inc -DESCRIPTION = "X.Org X server -- keyboard input driver" +SUMMARY = "X.Org X server -- synaptics touchpad input driver" + +DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ +Synaptics Incorporated. Even though these touchpads (by default, \ +operating in a compatibility mode emulating a standard mouse) can be \ +handled by the normal evdev or mouse drivers, this driver allows more \ +advanced features of the touchpad to become available." PV = "0.15.2+git${SRCPV}" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb index 54dc11b55f..017a2e0a28 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb @@ -1,6 +1,11 @@ require xf86-video-common.inc -DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver" +SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" + +DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ +chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ +the driver supports hardware accelerated 3D via the Direct Rendering \ +Infrastructure (DRI)." LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 30791b2247..4aac8039f6 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb @@ -1,6 +1,12 @@ require xf86-video-common.inc -DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver" +SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" + +DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ +chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ +the driver supports hardware accelerated 3D via the Direct Rendering \ +Infrastructure (DRI)." + DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ virtual/libgl xineramaproto libpciaccess" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 054b96ab47..2714786acd 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb @@ -1,6 +1,10 @@ require xf86-driver-common.inc -DESCRIPTION = "X.Org X server -- OMAP display driver" +SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" + +DESCRIPTION = "omapfb driver supports the basic Texas Instruments OMAP \ +framebuffer." + LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" DEPENDS += "virtual/libx11" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 75274131a4..474c77950a 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb @@ -4,7 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" EXTRA_OECONF += "--disable-xvmc" -DESCRIPTION = "X.Org X server -- Generic Vesa display driver" +SUMMARY = "X.Org X server -- Generic Vesa video driver" + +DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ +can drive most VESA-compatible video cards, but only makes use of the \ +basic standard VESA core that is common to these cards. The driver \ +supports depths 8, 15 16 and 24." + DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ virtual/libgl xineramaproto xf86driproto libpciaccess" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb index c76248f6d1..a0f6041392 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb @@ -1,6 +1,8 @@ require xf86-video-common.inc -DESCRIPTION = "X.Org X server -- VMware SVGA II display driver" +SUMMARY = "X.Org X server -- VMware SVGA display driver" + +DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" -- cgit v1.2.3-54-g00ecf