diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-08-26 10:34:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-27 12:12:30 +0100 |
commit | a9085bfe8cacd5875ec3a47d9e41d7250246bad8 (patch) | |
tree | f6688da8e4148afc46ec20fd01694ec96630275a /meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb | |
parent | a9b080405e3bffc9be1a912499fc6a1183d96bf9 (diff) | |
download | poky-a9085bfe8cacd5875ec3a47d9e41d7250246bad8.tar.gz |
xorg-drivers: xf86-video-cirrus: add a recipe for the Cirrus Logic X.Org driver
This driver allows X.Org to use the Cirrus Logic family of VGA adapters. Since
QEMU can emulate a Cirrus VGA adapter, this driver will be of use for images
that are expected to run under QEMU, if QEMU's other VGA adapters are
unavailable.
(From OE-Core rev: d407734e3d25b66a0281cc287a3e929945dc52ed)
Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb new file mode 100644 index 0000000000..01cd37e364 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require xorg-driver-video.inc | ||
2 | |||
3 | SUMMARY = "X.Org X server -- cirrus display driver" | ||
4 | DESCRIPTION = "cirrus is an Xorg driver for Cirrus Logic VGA adapters. These \ | ||
5 | devices are not so common in the wild anymore, but QEMU can emulate one, so \ | ||
6 | the driver is still useful." | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ddc7ca860dc5fd014e7f160ea699295" | ||
9 | |||
10 | SRC_URI[md5sum] = "91fd6b677d62027cd3001debb587a6a6" | ||
11 | SRC_URI[sha256sum] = "3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7" | ||
12 | |||
13 | DEPENDS += "libpciaccess" | ||