[OE-core] [PATCH 1/3] xorg-drivers: xf86-video-cirrus: add a recipe for the Cirrus Logic X.Org driver

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 11 10:23:28 UTC 2014


On Thu, 2014-08-07 at 13:31 -0700, Max Eliaser wrote:
> 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.
> 
> Signed-off-by: Max Eliaser <max.eliaser at intel.com>
> ---
>  .../recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb
> 
> 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 0000000..f110522
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb
> @@ -0,0 +1,13 @@
> +require xorg-driver-video.inc
> +
> +SUMMARY = "X.Org X server -- cirrus display driver"
> +DESCRIPTION = "cirrus is an Xorg driver for Cirrus Logic VGA adapters. These \
> +devices are not so common in the wild anymore, QEMU can emulate one, so the \
> +driver is still useful."
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=6ddc7ca860dc5fd014e7f160ea699295"
> +
> +SRC_URI[md5sum] = "91fd6b677d62027cd3001debb587a6a6"
> +SRC_URI[sha256sum] = "3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7"
> +
> +DEPENDS_${PN} = "virtual/libx11"

There is no such variable as DEPENDS_${PN} so that line does nothing.

Cheers,

Richard




More information about the Openembedded-core mailing list