mirror of
git://git.yoctoproject.org/poky
synced 2026-05-21 21:44:02 +00:00
Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
47 lines
2.4 KiB
HTML
47 lines
2.4 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>3.6.1. Support</title>
|
||
<link rel="stylesheet" type="text/css" href="../book.css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||
<link rel="home" href="index.html" title="Getting Started With Yocto Project">
|
||
<link rel="up" href="wayland.html" title="3.6. Wayland">
|
||
<link rel="prev" href="wayland.html" title="3.6. Wayland">
|
||
<link rel="next" href="enabling-wayland-in-an-image.html" title="3.6.2. Enabling Wayland in an Image">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="3.6.1. Support">
|
||
<div class="titlepage"><div><div><h3 class="title">
|
||
<a name="wayland-support"></a>3.6.1. Support</h3></div></div></div>
|
||
<p>
|
||
The Wayland protocol libraries and the reference Weston
|
||
compositor ship as integrated packages in the
|
||
<code class="filename">meta</code> layer of the
|
||
<a class="link" href="../ref-manual/source-directory.html" target="_self">Source Directory</a>.
|
||
Specifically, you can find the recipes that build both Wayland
|
||
and Weston at
|
||
<code class="filename">meta/recipes-graphics/wayland</code>.
|
||
</p>
|
||
<p>
|
||
You can build both the Wayland and Weston packages for use only
|
||
with targets that accept the
|
||
<a class="ulink" href="https://en.wikipedia.org/wiki/Mesa_(computer_graphics)" target="_self">Mesa 3D and Direct Rendering Infrastructure</a>,
|
||
which is also known as Mesa DRI.
|
||
This implies that you cannot build and use the packages if your
|
||
target uses, for example, the
|
||
<span class="trademark">Intel</span>® Embedded Media
|
||
and Graphics Driver
|
||
(<span class="trademark">Intel</span>® EMGD) that
|
||
overrides Mesa DRI.
|
||
</p>
|
||
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||
<h3 class="title">Note</h3>
|
||
Due to lack of EGL support, Weston 1.0.3 will not run
|
||
directly on the emulated QEMU hardware.
|
||
However, this version of Weston will run under X emulation
|
||
without issues.
|
||
</div>
|
||
<p>
|
||
</p>
|
||
</div></body>
|
||
</html>
|