<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-graphics/imx-g2d, branch master</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2026-07-13T11:31:18+00:00</updated>
<entry>
<title>imx-g2d-samples: Set SECTION and order per oelint</title>
<updated>2026-07-13T11:31:18+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=493ba067595f3168bbc587afde5806aa17c44640'/>
<id>urn:sha1:493ba067595f3168bbc587afde5806aa17c44640</id>
<content type='text'>
Set SECTION and move PACKAGE_ARCH ahead of FILES.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-pxp-g2d: Set SUMMARY and SECTION per oelint</title>
<updated>2026-07-13T11:31:18+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=63a4d09d5d5c13bbc98afdc47453d69ee8ed03e5'/>
<id>urn:sha1:63a4d09d5d5c13bbc98afdc47453d69ee8ed03e5</id>
<content type='text'>
Add the missing mandatory SUMMARY and set SECTION.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gpu-g2d: Set SUMMARY, HOMEPAGE and SECTION per oelint</title>
<updated>2026-07-13T11:31:18+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=48735ce8bf1ed8e221f781a01936e0a679df9680'/>
<id>urn:sha1:48735ce8bf1ed8e221f781a01936e0a679df9680</id>
<content type='text'>
Add the missing mandatory SUMMARY and HOMEPAGE and set SECTION.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-dpu-g2d: Set SUMMARY, HOMEPAGE, SECTION and order per oelint</title>
<updated>2026-07-13T11:31:18+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=740afa40a83af419262bbafcb67185728f55d36f'/>
<id>urn:sha1:740afa40a83af419262bbafcb67185728f55d36f</id>
<content type='text'>
Add the missing mandatory SUMMARY and HOMEPAGE, set SECTION and move
PACKAGE_ARCH ahead of the RDEPENDS block.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Use single space around variable assignments</title>
<updated>2026-07-12T18:55:50+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T18:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2d0bdc93bd8eb274c24d127405e54cecd0a744b6'/>
<id>urn:sha1:2d0bdc93bd8eb274c24d127405e54cecd0a744b6</id>
<content type='text'>
meta-freescale used columnar alignment (multiple spaces padding the
variable name out to a common column) for tables of assignments such as
the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto
Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for
a single space around the assignment operator.

Collapse the padding to a single space on every flagged assignment. The
change is purely whitespace around the operator: variable names, operators
and values (including whitespace inside quoted values) are untouched, as
confirmed by an empty 'git diff -w'.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Set HOMEPAGE from SRC_URI</title>
<updated>2026-07-12T08:53:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T08:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=46253656a9f246877b6dbc540862afc0c2d36a38'/>
<id>urn:sha1:46253656a9f246877b6dbc540862afc0c2d36a38</id>
<content type='text'>
Add the mandatory HOMEPAGE to recipes that were missing it, using each
recipe's own upstream git repository (github.com/gitlab.com) taken from
its SRC_URI. Clears the oelint-adv oelint.var.mandatoryvar.HOMEPAGE
error for these recipes.

Only recipes with a single, unambiguous upstream repo were set
automatically; recipes with multiple repos in SRC_URI (a main source
plus dependency/patch repos) were resolved by hand or left for a
maintainer, to avoid pointing HOMEPAGE at a dependency.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Strip trailing whitespace</title>
<updated>2026-07-12T07:45:09+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T07:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1161bee242e93dd083efdd5f32d16efa67e9946e'/>
<id>urn:sha1:1161bee242e93dd083efdd5f32d16efa67e9946e</id>
<content type='text'>
Remove trailing whitespace across the layer's recipes. Generated
mechanically by oelint-adv's auto-fix for a single rule
(oelint.spaces.lineend), isolated to one commit so the mechanical
change is easy to review and revert.

Pure whitespace removal with no semantic effect; a re-run of
oelint-adv reports the rule clean. No build change expected.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Clean up BitBake list spacing</title>
<updated>2026-07-07T17:40:00+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-07T17:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=717410a38d033a3c18a617145a69f5b50b88f824'/>
<id>urn:sha1:717410a38d033a3c18a617145a69f5b50b88f824</id>
<content type='text'>
Normalize list continuations, append spacing, quote style, and simple
flag values so the metadata follows oelint BitBake syntax expectations.

Tested with: git diff --check.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gpu-g2d: Bump 6.4.11.p3.2 -&gt; 6.4.11.p4.4</title>
<updated>2026-04-28T08:44:12+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-03-29T10:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8e0b087c89f024f7092ca6583b85725ac0a0f863'/>
<id>urn:sha1:8e0b087c89f024f7092ca6583b85725ac0a0f863</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-dpu-g2d: Bump 2.4.0.0 -&gt; 2.5.0.2</title>
<updated>2026-03-30T09:17:55+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-03-29T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f7b84d51799b246d11af57df44c6c1a7047de73f'/>
<id>urn:sha1:f7b84d51799b246d11af57df44c6c1a7047de73f</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
</feed>
