<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-graphics, branch sumo</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2023-03-31T22:23:48+00:00</updated>
<entry>
<title>Migrate codeaurora repositories to github</title>
<updated>2023-03-31T22:23:48+00:00</updated>
<author>
<name>Logan Grosz</name>
<email>logan.grosz@gmail.com</email>
</author>
<published>2023-03-31T22:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cbe69b170fbdb201ae9bc80889678709e64caa78'/>
<id>urn:sha1:cbe69b170fbdb201ae9bc80889678709e64caa78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>white-space compliante in DEPENDS</title>
<updated>2019-03-21T13:39:05+00:00</updated>
<author>
<name>Walter Bonetti</name>
<email>walter.bonetti@epitech.eu</email>
</author>
<published>2019-03-21T13:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=045c4daac37bc149d6005a817d8ae6eaebff15db'/>
<id>urn:sha1:045c4daac37bc149d6005a817d8ae6eaebff15db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recipes: Limit BSP specific recipes on relevant SOCs</title>
<updated>2018-09-28T20:32:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-28T20:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4f0cbb65a5f7f4794af28785a5011004439d5783'/>
<id>urn:sha1:4f0cbb65a5f7f4794af28785a5011004439d5783</id>
<content type='text'>
This helps in using meta-freescale with other BSP layers in same
projects, which is common usecase

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Cc: Zhenhua Luo &lt;zhenhua.luo@nxp.com&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 16c528880f20c68731e645775d31c7445c95a8db)
</content>
</entry>
<entry>
<title>libsdl2: avoid basehash changes</title>
<updated>2018-09-25T13:44:53+00:00</updated>
<author>
<name>André Draszik</name>
<email>git@andred.net</email>
</author>
<published>2018-09-19T13:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7909951f3a028f869d4e49912d1e74e0be337514'/>
<id>urn:sha1:7909951f3a028f869d4e49912d1e74e0be337514</id>
<content type='text'>
When adding meta-freescale, the sstate basehash of libsdl2 changes
because EXTRA_OECONF_IMX is appended to EXTRA_OECONF unconditionally,
causing EXTRA_OECONF to now depend on EXTRA_OECONF_IMX, invalidating
the sstate.

This is particularly annoying for the native flavour of this
recipe, because qemu-native depends on libsdl2-native, causing a
massive rebuild of a lot of packages for no good reason, preventing
efficient sstate re-use across different machines.

Just drop EXTRA_OECONF_IMX and append to EXTRA_OECONF using
variable overrides directly.

Signed-off-by: André Draszik &lt;git@andred.net&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>xf86-video-armada: Update to latest git</title>
<updated>2018-09-25T13:44:15+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2018-09-06T09:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=85fc83d54a42b20ea70198f5077b88fef3f438bd'/>
<id>urn:sha1:85fc83d54a42b20ea70198f5077b88fef3f438bd</id>
<content type='text'>
Tested on X-server glmark-es2 creates same results.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>xf86-video-imx-vivante: Set linker flags properly</title>
<updated>2018-09-12T20:52:56+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2018-07-30T19:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a4512f2e94ef2ec73d93f241df2ce60f7851e68b'/>
<id>urn:sha1:a4512f2e94ef2ec73d93f241df2ce60f7851e68b</id>
<content type='text'>
Append LDFLAGS to LFLAGS instead of replacing LFLAGS.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 6de2c265e01b2809c8089fc056d23514bc39ec6c)
</content>
</entry>
<entry>
<title>Revert "libdrm: Remove unused patches"</title>
<updated>2018-08-31T01:05:26+00:00</updated>
<author>
<name>Pierluigi Passaro</name>
<email>pierluigi.p@variscite.com</email>
</author>
<published>2018-08-08T07:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f60fce7191e20690e923627085797572c6dcf2d3'/>
<id>urn:sha1:f60fce7191e20690e923627085797572c6dcf2d3</id>
<content type='text'>
This reverts commit dca6c66e5710938a3ea035b09b86ca3d1a6915c6.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 063154a7783aeafd299739c450e9fef754ead7a8)
</content>
</entry>
<entry>
<title>wayland: Remove file provided by imx-gpu-viv</title>
<updated>2018-07-12T20:40:45+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2018-07-12T14:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=50fbef4593f79949ab6c67b2582d8b5c8b24838a'/>
<id>urn:sha1:50fbef4593f79949ab6c67b2582d8b5c8b24838a</id>
<content type='text'>
wayland-egl.pc is installed by imx-gpu-viv and we need to remove
from wayland package for imxgpu machines.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 3be51cd536cfb08e95e852ddfdb180a51798b1f0)
</content>
</entry>
<entry>
<title>imx-gpu-viv: fix vulkan headers issue</title>
<updated>2018-07-11T17:19:08+00:00</updated>
<author>
<name>Gary Bisson</name>
<email>gary.bisson@boundarydevices.com</email>
</author>
<published>2018-07-11T10:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=090cfa565bb80b259b348002022340d2c7fc9933'/>
<id>urn:sha1:090cfa565bb80b259b348002022340d2c7fc9933</id>
<content type='text'>
They need to be removed in favor of the standard ones.
Otherwise GStreamer (or most likely other packages) throws this error:
"ERROR: The file /usr/include/vulkan/vk_sdk_platform.h is installed by
 both vulkan and imx-gpu-viv, aborting"

Signed-off-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
(cherry picked from commit 6b4da0b0a91637fe54f89d2389e43625ba1d753c)
</content>
</entry>
<entry>
<title>imx-gpu-viv: add missing wayland-egl.pc copy</title>
<updated>2018-07-11T17:18:57+00:00</updated>
<author>
<name>Gary Bisson</name>
<email>gary.bisson@boundarydevices.com</email>
</author>
<published>2018-07-11T10:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bfc0781143136335ce98db231aa8577cc7397652'/>
<id>urn:sha1:bfc0781143136335ce98db231aa8577cc7397652</id>
<content type='text'>
Otherwise prevents other packages to build, producing this error:
| No package 'wayland-egl' found

Signed-off-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
(cherry picked from commit ddbc0c5fe55e38ccf020ee2f1d852074f0991cd8)
</content>
</entry>
</feed>
