<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-multimedia, branch morty</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2017-03-09T20:33:58+00:00</updated>
<entry>
<title>gstreamer1.0-plugins-imx: add pkgconfig to inherit</title>
<updated>2017-03-09T20:33:58+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2017-03-03T19:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c0942fad3c9d2b024cc6e63e82cff4bef4d03faa'/>
<id>urn:sha1:c0942fad3c9d2b024cc6e63e82cff4bef4d03faa</id>
<content type='text'>
The wscript file uses conf.check_cfg which in turn uses pkg-config.
Fixes configure error triggered now with recipe specific sysroot.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-parser: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:41+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2017-01-25T15:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cc8cbcea8b804847617da5eb966acd33c96e1dcb'/>
<id>urn:sha1:cc8cbcea8b804847617da5eb966acd33c96e1dcb</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-codec: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:41+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2017-01-25T13:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3b738c75229e330451d8b41882a3234f7adde099'/>
<id>urn:sha1:3b738c75229e330451d8b41882a3234f7adde099</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>pulseaudio: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:41+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2017-01-24T13:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3cf7a6da87c8481a42d7ebf8e7f18a351df1fa3f'/>
<id>urn:sha1:3cf7a6da87c8481a42d7ebf8e7f18a351df1fa3f</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>alsa-lib: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:41+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2017-01-24T12:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=e316ea86203bbef34899ced2cfe7802ebef38502'/>
<id>urn:sha1:e316ea86203bbef34899ced2cfe7802ebef38502</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-bad: Add version number into the name of bbappend file</title>
<updated>2016-12-09T11:41:45+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2016-12-08T05:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=085f99ae9ecaf2f88e89a050d36e5231334e33bb'/>
<id>urn:sha1:085f99ae9ecaf2f88e89a050d36e5231334e33bb</id>
<content type='text'>
The bbappend will only work on a specific version, or it may have some conflicts.
Currently, it is for GST 1.8.

And once the release is final, it does not update the Gstreamer version in poky.
So it won't raise the parser error.

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-base: Add version number into the name of bbappend file</title>
<updated>2016-12-09T11:41:45+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2016-12-08T05:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=666fb7f8fef0c2aac4787ac03f10fb7449d30d55'/>
<id>urn:sha1:666fb7f8fef0c2aac4787ac03f10fb7449d30d55</id>
<content type='text'>
The bbappend will only work on a specific version, or it may have some conflicts.
Currently, it is for GST 1.8.

And once the release is final, it does not update the Gstreamer version in poky.
So it won't raise the parser error.

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-imx: Configure for Wayland backend if wayland and x11 are in distro</title>
<updated>2016-11-23T10:09:34+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2016-11-19T01:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d'/>
<id>urn:sha1:d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d</id>
<content type='text'>
By i.MX convention, if wayland and x11 are in the distro features,
the Wayland backend is used.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-bad: Use compiler settings provided by IMX-GPU driver pkg-config</title>
<updated>2016-11-23T10:09:34+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2016-11-19T01:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4b573dd70221d821b75d3253a5222daf6ec877ff'/>
<id>urn:sha1:4b573dd70221d821b75d3253a5222daf6ec877ff</id>
<content type='text'>
The IMX-GPU driver now provides compiler settings through pkg-config,
so don't set them explicitly.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-bad: Add imxgpu2d override to SRC_URI</title>
<updated>2016-11-16T14:02:55+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2016-11-14T19:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9497793b288caa2c26d1f7f9538cbfd281de1134'/>
<id>urn:sha1:9497793b288caa2c26d1f7f9538cbfd281de1134</id>
<content type='text'>
We can't append SRC_URI here without using an override because it add
patches for all machines, including non imx machines, e.g QEMU machines.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
