<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/recipes-graphics, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2026-06-10T03:52:36+00:00</updated>
<entry>
<title>libva-intel-utils: fix mpeg2vldemo build with GCC 16</title>
<updated>2026-06-10T03:52:36+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-06-10T03:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=efa8a9b22ffaeecfdd113673074496d377ca290c'/>
<id>urn:sha1:efa8a9b22ffaeecfdd113673074496d377ca290c</id>
<content type='text'>
GCC 16 defaults to C++20 and rejects the mixed designated/non-designated
clauses in the VAPictureParameterBufferMPEG2 initializer. Backport the
upstream fix (commit 5fcab2d02c5a), adapted to the v2.22 release branch
which uses GNU colon-style designators.

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>xf86-video-ast : upgrade 1.1.6 -&gt; 1.2.1</title>
<updated>2026-01-27T09:24:38+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T09:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=3be9a941afb86d5a49d823e55ec4a7d40a0fff86'/>
<id>urn:sha1:3be9a941afb86d5a49d823e55ec4a7d40a0fff86</id>
<content type='text'>
Release Notes:
https://www.x.org/releases/individual/driver/
xf86-video-ast-1.2.1.tar.gz

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>metrics-discovery : upgrade 1.13.178 -&gt; 1.14.182</title>
<updated>2026-01-27T09:24:38+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T09:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4fca167efc0ab760937c6408ea68bc8f31520fec'/>
<id>urn:sha1:4fca167efc0ab760937c6408ea68bc8f31520fec</id>
<content type='text'>
Release Notes:
https://github.com/intel/metrics-discovery/releases/tag/
metrics-discovery-1.14.182

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib : upgrade 22.7.1 -&gt; 22.9.0</title>
<updated>2026-01-27T09:24:38+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2026-01-27T09:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=92f8ff04aead5e99a979f3992cea1926e396ee22'/>
<id>urn:sha1:92f8ff04aead5e99a979f3992cea1926e396ee22</id>
<content type='text'>
Release Notes:
https://github.com/intel/gmmlib/releases/tag/
intel-gmmlib-22.9.0

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
</content>
</entry>
<entry>
<title>hdcp : drop recipe</title>
<updated>2025-07-25T06:17:17+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2025-07-24T06:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=299e2cff54d7e997a72124da442093181fe9a111'/>
<id>urn:sha1:299e2cff54d7e997a72124da442093181fe9a111</id>
<content type='text'>
hdcp project is no longer maintained so drop the recipe and
other references of hdcp from the layer

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: set a baseline policy version for cmake</title>
<updated>2025-07-09T09:39:02+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2025-07-09T05:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b3670c276574290e9e58f1587b150d7eff76a2cc'/>
<id>urn:sha1:b3670c276574290e9e58f1587b150d7eff76a2cc</id>
<content type='text'>
Cmake upgrade to 4.0+ removes compatibility with versions older than
3.5 [1].

Set a baseline policy version for CMake using
CMAKE_POLICY_VERSION_MINIMUM variable until intel-media-driver
is upgraded to include the fix [2].

[1] https://patchwork.yoctoproject.org/project/oe-core/cover/20250703132720.3378569-1-Moritz.Haase@bmw.de/
[2] https://github.com/intel/gmmlib/commit/af5f033fbe71da454953e04db9804443e2cec74

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update to match S/UNPACKDIR changes</title>
<updated>2025-07-04T09:49:37+00:00</updated>
<author>
<name>Yogesh Tyagi</name>
<email>yogesh.tyagi@intel.com</email>
</author>
<published>2025-07-04T03:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33'/>
<id>urn:sha1:fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33</id>
<content type='text'>
Update to match the recent changes in OE-Core where the unpack layout changed.
[https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/]

Signed-off-by: Yogesh Tyagi &lt;yogesh.tyagi@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: upgrade 22.5.5 -&gt; 22.7.1</title>
<updated>2025-05-06T01:27:14+00:00</updated>
<author>
<name>Lim Siew Hoon</name>
<email>siew.hoon.lim@intel.com</email>
</author>
<published>2025-05-05T08:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=046ad0ede112faf0bd7df5b5e03a21e07c8b8ee1'/>
<id>urn:sha1:046ad0ede112faf0bd7df5b5e03a21e07c8b8ee1</id>
<content type='text'>
Signed-off-by: Lim Siew Hoon &lt;siew.hoon.lim@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: upgrade 22.5.2 -&gt; 22.5.5</title>
<updated>2025-02-13T15:33:59+00:00</updated>
<author>
<name>Lim Siew Hoon</name>
<email>siew.hoon.lim@intel.com</email>
</author>
<published>2025-02-13T01:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c055eca643fb07f71cb8ee89ce525e241fbacb0e'/>
<id>urn:sha1:c055eca643fb07f71cb8ee89ce525e241fbacb0e</id>
<content type='text'>
Signed-off-by: Lim Siew Hoon &lt;siew.hoon.lim@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>gmmlib: upgrade 22.5.1 -&gt; 22.5.2</title>
<updated>2024-11-27T07:27:56+00:00</updated>
<author>
<name>Lim Siew Hoon</name>
<email>siew.hoon.lim@intel.com</email>
</author>
<published>2024-11-27T02:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=31ebf1b3469dd2cf2d45fc8f9eea5e0c449a0b09'/>
<id>urn:sha1:31ebf1b3469dd2cf2d45fc8f9eea5e0c449a0b09</id>
<content type='text'>
Add bug fixed on BMG platform:
 - 0001-Extend-helper-Macros-219.patch

Signed-off-by: Lim Siew Hoon &lt;siew.hoon.lim@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
