summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst15
-rw-r--r--documentation/ref-manual/images.rst4
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
290in order to make them relocatable. 290in order to make them relocatable.
291 291
292.. _ref-classes-clutter:
293
294``clutter.bbclass``
295===================
296
297The ``clutter`` class consolidates the major and minor version naming
298and 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