<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git, branch uuu</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=uuu</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=uuu'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2024-09-15T00:23:00+00:00</updated>
<entry>
<title>boot: Fix UUU tagging, extend to fslc</title>
<updated>2024-09-15T00:23:00+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2024-09-11T16:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c3de76272c3db540d1c4e45c3bc908673d81f07e'/>
<id>urn:sha1:c3de76272c3db540d1c4e45c3bc908673d81f07e</id>
<content type='text'>
Using the UUU-tagged bootloader image directly with UUU can cause UUU
to hang. The bootloader image is split on a certain transmit size, and
the hang occurs if the tag does not fit with the final bytes of the
bootloader image and must be split into a new transmit package.

The UUU tag is needed by UUU only in the SD Card image file itself so
that UUU can find the end of the boot partition.

Rework the design so the default bootloader and the default imx-boot
binaries are not tagged.

Also, extend the UUU tagging to fslc so it can gain the same benefit.

Fixes: https://github.com/Freescale/meta-freescale/pull/1762
Fixes: https://github.com/nxp-imx/mfgtools/issues/416
Co-authored-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-boot: Drop un-necessary variable BOOT_NAME</title>
<updated>2024-09-15T00:23:00+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2024-09-11T16:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a154db932b97080cd36abd96c53a407a0624b342'/>
<id>urn:sha1:a154db932b97080cd36abd96c53a407a0624b342</id>
<content type='text'>
The variable suggests the ability to override when there is no reason
to override.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1938 from hiagofranco/fix_imxvideoconvert</title>
<updated>2024-09-14T20:56:10+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2024-09-14T20:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1cbbde1666e8809398a847e33a586f033e57af00'/>
<id>urn:sha1:1cbbde1666e8809398a847e33a586f033e57af00</id>
<content type='text'>
gstreamer1.0-plugins-bad: Add imxvideoconvert_g2d to autovideoconvert</content>
</entry>
<entry>
<title>Merge pull request #1941 from tq-steina/master</title>
<updated>2024-09-14T12:20:47+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2024-09-14T12:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=fc2efb01ae9b58f80a48729c722b4ac636bfac66'/>
<id>urn:sha1:fc2efb01ae9b58f80a48729c722b4ac636bfac66</id>
<content type='text'>
imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`</content>
</entry>
<entry>
<title>Merge pull request #1942 from fabioestevam/cst-remove</title>
<updated>2024-09-14T12:09:34+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2024-09-14T12:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=340b8715c7f6156107890e1ebcd246e2803c63ff'/>
<id>urn:sha1:340b8715c7f6156107890e1ebcd246e2803c63ff</id>
<content type='text'>
imx-cst: Remove it now that it is in meta-oe</content>
</entry>
<entry>
<title>imx-cst: Remove it now that it is in meta-oe</title>
<updated>2024-09-14T01:25:51+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2024-09-14T01:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c8fc8ad467fdcde7879bc9bffa73204ffa9a4afd'/>
<id>urn:sha1:c8fc8ad467fdcde7879bc9bffa73204ffa9a4afd</id>
<content type='text'>
Since meta-oe commit 87579c932e19 ("imx-cst: Add recipe") the imx-cst
recipe is avaiable in meta-oe:

https://github.com/openembedded/meta-openembedded/commit/87579c932e19d9802ce05c692b1d56a56d7762fe

Remove it from meta-freescale in favor of using the meta-oe version.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`</title>
<updated>2024-09-13T13:47:43+00:00</updated>
<author>
<name>Alexander Stein</name>
<email>alexander.stein@ew.tq-group.com</email>
</author>
<published>2024-09-13T13:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=b650de0478c9a8e6545a23dede75036c29b293d9'/>
<id>urn:sha1:b650de0478c9a8e6545a23dede75036c29b293d9</id>
<content type='text'>
The recipe build changes depending on the `OEI_BOARD` value, which is
machine-specific.

Signed-off-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1940 from tq-dosters/tinycompress-http</title>
<updated>2024-09-13T11:41:15+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2024-09-13T11:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0a63c762a843ee05711842fe13e05a8a2d185d0c'/>
<id>urn:sha1:0a63c762a843ee05711842fe13e05a8a2d185d0c</id>
<content type='text'>
tinycompress: use https-protocol to download sources</content>
</entry>
<entry>
<title>tinycompress: use https-protocol to download sources</title>
<updated>2024-09-13T08:55:58+00:00</updated>
<author>
<name>Steffen Doster</name>
<email>Steffen.Doster@tq-group.com</email>
</author>
<published>2024-09-13T08:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=966cc53e761425628d175fa5908f759ee457757a'/>
<id>urn:sha1:966cc53e761425628d175fa5908f759ee457757a</id>
<content type='text'>
In some network-environments download with git-protocol is not possible.
By switching to https the sources are accessable.

Signed-off-by: Steffen Doster &lt;Steffen.Doster@ew.tq-group.com&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-bad: Add imxvideoconvert_g2d to autovideoconvert</title>
<updated>2024-09-12T16:52:21+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2024-09-12T16:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=67d62112dfe3737c00299e0cf6531c4580d81e0d'/>
<id>urn:sha1:67d62112dfe3737c00299e0cf6531c4580d81e0d</id>
<content type='text'>
Add patch to enable imxvideoconvert on autovideoconvert. By default,
imxvideoconvert_g2d is not included as a potential filter, resulting in
poor video playback performance when autovideoconvert is used.

Add imxvideoconvert_g2d to improve performance by utilizing hardware
acceleration.

Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
</entry>
</feed>
