From ae40c7ada368a00b5cea06291db26b89d0b66b61 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Mon, 27 Oct 2025 13:43:34 +0100 Subject: [PATCH] ref-manual/features.rst: add new opencl feature Added by commit 3061d6061e74 ("mesa: add opencl DISTRO_FEATURE") in OE-Core. Reviewed-by: Quentin Schulz (From yocto-docs rev: 202adb84fdad6673ed5b91a6c9642791237cf76b) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/features.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 2c074ab9c7..b295ab44ea 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -180,6 +180,9 @@ metadata, as extra layers can define their own: - *nls:* Include National Language Support (NLS). +- *opencl:* Include support for the :wikipedia:`OpenCL (Open Computing + Language) ` framework. + - *opengl:* Include the Open Graphics Library, which is a cross-language, multi-platform application programming interface used for rendering two and three-dimensional graphics.