<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-graphics/kmscube/kmscube_git.bb, branch 5.0_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=5.0_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=5.0_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2024-01-10T17:01:28+00:00</updated>
<entry>
<title>kmscube: Add package version</title>
<updated>2024-01-10T17:01:28+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2024-01-09T01:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=41eb4934cf8aaf544b0e77331937718cee47064b'/>
<id>urn:sha1:41eb4934cf8aaf544b0e77331937718cee47064b</id>
<content type='text'>
kmscube meson.build passes version : '0.0.1', so add a package
version entry to match.

Suggested-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
(From OE-Core rev: be1b8f2c7f6763f64f7fdfd6e17586403bd63a7e)

Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: Change header file to &lt;GLES3/gl3.h&gt;</title>
<updated>2024-01-10T17:01:28+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2024-01-09T01:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=17404d96e73b8e50339cb3b2fd1153a3e9072f0b'/>
<id>urn:sha1:17404d96e73b8e50339cb3b2fd1153a3e9072f0b</id>
<content type='text'>
Since kmscube commit 96d63eb59e34 ("kmscube: Add gears mode"), kmscube
fails to build on platforms without &lt;GL/gl.h&gt;.

Fix it by changing the header file to &lt;GLES3/gl3.h&gt;.

Reported-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
(From OE-Core rev: f44f79298fc909aea9fcc8ebc848a96e9ff5a647)

Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: Upgrade to latest revision</title>
<updated>2024-01-01T23:11:42+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2023-12-26T12:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c8f08af400acbd4f3e68c02a9b94c6731187566d'/>
<id>urn:sha1:c8f08af400acbd4f3e68c02a9b94c6731187566d</id>
<content type='text'>
Upgrade to the latest kmscube revision.

(From OE-Core rev: 53b85cff9e7d1a7416f905c280aff3ce024fd49f)

Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: upgrade to latest revision</title>
<updated>2023-09-26T09:35:27+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2023-09-22T07:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c948ddec1be28ebe27b28f094f94864f461c7665'/>
<id>urn:sha1:c948ddec1be28ebe27b28f094f94864f461c7665</id>
<content type='text'>
(From OE-Core rev: b64fb135607c2e3660d60d98bbfc1f2551b82c4b)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: bump SRCREV to get offscreen rendering to work</title>
<updated>2023-07-27T20:07:53+00:00</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2023-07-24T12:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9137761c0d4f7f80a5bca6002a32030724379206'/>
<id>urn:sha1:9137761c0d4f7f80a5bca6002a32030724379206</id>
<content type='text'>
Newer kmscube added support for offscreen rendering, using render nodes.
Bump up SRCREV to get this feature supported in oe-core.

(From OE-Core rev: 4e3dcd850d6ec9ba778c891e30827ed819fa3b6b)

Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: upgrade to latest revision</title>
<updated>2023-06-16T14:40:10+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2023-06-14T09:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=18c1e5e976a11edf338c678137a5e5ef39386cd7'/>
<id>urn:sha1:18c1e5e976a11edf338c678137a5e5ef39386cd7</id>
<content type='text'>
(From OE-Core rev: 397765d0b3ad1c017941229dd2f637e52a5d1bdc)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: Correct DEPENDS to avoid overwrite</title>
<updated>2023-05-25T09:29:08+00:00</updated>
<author>
<name>Ranjitsinh Rathod</name>
<email>ranjitsinh.rathod@kpit.com</email>
</author>
<published>2023-05-22T09:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0d424494b3655e7f7a892a0001b2c063105ba652'/>
<id>urn:sha1:0d424494b3655e7f7a892a0001b2c063105ba652</id>
<content type='text'>
As part of the below commit, DEPENDS gets overwrite which is wrong
Link: https://git.yoctoproject.org/poky/commit/?id=bd947d3343dcd96e79fc8157f32a2a087cd710a7

So correct the DEPENDS varibales

(From OE-Core rev: 63f338255000874c62bf01ccc11f2c100014c3d9)

Signed-off-by: Ranjitsinh Rathod &lt;ranjitsinh.rathod@kpit.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: upgrade to latest revision</title>
<updated>2023-01-06T12:03:48+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2023-01-04T11:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8723bbd18b075688bcd6ecb7a0d003f8ccdc8e0e'/>
<id>urn:sha1:8723bbd18b075688bcd6ecb7a0d003f8ccdc8e0e</id>
<content type='text'>
(From OE-Core rev: a65eeef9e068c40c9460c6ee4b85cae64c535109)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: upgrade to latest revision</title>
<updated>2022-09-08T13:59:39+00:00</updated>
<author>
<name>wangmy</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-09-05T09:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=550b0f1766b8ca9edeecede3c2afdc911fa6fe72'/>
<id>urn:sha1:550b0f1766b8ca9edeecede3c2afdc911fa6fe72</id>
<content type='text'>
0001-drm-common.c-do-not-use-invalid-modifier.patch
0001-texturator-Use-correct-GL-extension-header.patch
removed since they're included in new version.

(From OE-Core rev: fa48b8e76eca15f005fd1ac2f8432eb61c070610)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kmscube: address linux 5.19 fails</title>
<updated>2022-08-09T15:37:24+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2022-08-08T18:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8b99059878e9b0d1099dfaaad34d35af91d0b1ee'/>
<id>urn:sha1:8b99059878e9b0d1099dfaaad34d35af91d0b1ee</id>
<content type='text'>
(From OE-Core rev: d169606c547796731f528c4649295c4c1c928ea4)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
