Message ID | 20251016-release-note-5-3-second-hunk-v1-2-20f21db1f93c@bootlin.com |
---|---|
State | New |
Headers | show |
Series | Updates for 5.3 | expand |
On Thu, 2025-10-16 at 10:53 +0200, Antonin Godard wrote: > Added by commit 3061d6061e74 ("mesa: add opencl DISTRO_FEATURE") in > OE-Core. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > 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 2c074ab9c..0d2f2ab0d 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:`Open Machine Language (OpenCL) > + <OpenCL>` framework. > + I think "OpenCL (Open Computing Language)" would be better here. Thanks,
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 2c074ab9c..0d2f2ab0d 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:`Open Machine Language (OpenCL) + <OpenCL>` 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.
Added by commit 3061d6061e74 ("mesa: add opencl DISTRO_FEATURE") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/features.rst | 3 +++ 1 file changed, 3 insertions(+)