diff options
author | Ross Burton <ross@burtonini.com> | 2021-06-01 17:23:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-05 09:38:27 +0100 |
commit | ae7595a603f3fea1750f3f170e0e7c8098a352c7 (patch) | |
tree | 179bb0fea2e26d2f99d279a34877fce28e3393f5 /documentation | |
parent | ef13ab1c222222f1a6a3c636f0aef5de0f2c2ac6 (diff) | |
download | poky-ae7595a603f3fea1750f3f170e0e7c8098a352c7.tar.gz |
Remove Clutter references
The clutter class and image have been moved to meta-gnome before it
is finally obsoleted for good, so remove mentions from the documentation.
(From yocto-docs rev: adab5d0047354b5a1b11c2ece48abd8f295f69b0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 15 | ||||
-rw-r--r-- | documentation/ref-manual/images.rst | 4 |
2 files changed, 0 insertions, 19 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 6dd0cbbd41..2314added7 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -289,21 +289,6 @@ is used during the build process for ``nativesdk``, ``cross``, and | |||
289 | ``cross-canadian`` recipes to change ``RPATH`` records within binaries | 289 | ``cross-canadian`` recipes to change ``RPATH`` records within binaries |
290 | in order to make them relocatable. | 290 | in order to make them relocatable. |
291 | 291 | ||
292 | .. _ref-classes-clutter: | ||
293 | |||
294 | ``clutter.bbclass`` | ||
295 | =================== | ||
296 | |||
297 | The ``clutter`` class consolidates the major and minor version naming | ||
298 | and other common items used by Clutter and related recipes. | ||
299 | |||
300 | .. note:: | ||
301 | |||
302 | Unlike some other classes related to specific libraries, recipes | ||
303 | building other software that uses Clutter do not need to inherit this | ||
304 | class unless they use the same recipe versioning scheme that the | ||
305 | Clutter and related recipes do. | ||
306 | |||
307 | .. _ref-classes-cmake: | 292 | .. _ref-classes-cmake: |
308 | 293 | ||
309 | ``cmake.bbclass`` | 294 | ``cmake.bbclass`` |
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index b2db1a7734..c6a7239c7e 100644 --- a/documentation/ref-manual/images.rst +++ b/documentation/ref-manual/images.rst | |||
@@ -46,10 +46,6 @@ Following is a list of supported recipes: | |||
46 | - ``core-image-base``: A console-only image that fully supports the | 46 | - ``core-image-base``: A console-only image that fully supports the |
47 | target device hardware. | 47 | target device hardware. |
48 | 48 | ||
49 | - ``core-image-clutter``: An image with support for the Open GL-based | ||
50 | toolkit Clutter, which enables development of rich and animated | ||
51 | graphical user interfaces. | ||
52 | |||
53 | - ``core-image-full-cmdline``: A console-only image with more | 49 | - ``core-image-full-cmdline``: A console-only image with more |
54 | full-featured Linux system functionality installed. | 50 | full-featured Linux system functionality installed. |
55 | 51 | ||