<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/dynamic-layers/openembedded-layer/recipes-devtools, 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-14T18:01:38+00:00</updated>
<entry>
<title>uuu: Set SECTION and order variables per oelint</title>
<updated>2026-07-14T18:01:38+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-14T18:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d472b916458128d2f68a7d22fb5c4126ce8dcea3'/>
<id>urn:sha1:d472b916458128d2f68a7d22fb5c4126ce8dcea3</id>
<content type='text'>
Add a SECTION and reorder into the canonical oelint variable order:
LICENSE before PV, PV before SRC_URI/SRCREV, and DEPENDS moved above the
inherit so it is no longer flagged as overwriting DEPENDS after an
inherit.

No functional change; pure recipe-metadata cleanup.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>utp-com: Set SUMMARY/SECTION and order variables per oelint</title>
<updated>2026-07-14T14:39:44+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-14T14:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=69b3ac208494ec42320adbddfd5169b5fe7271e5'/>
<id>urn:sha1:69b3ac208494ec42320adbddfd5169b5fe7271e5</id>
<content type='text'>
oelint-adv flagged a missing SUMMARY, a suggested SECTION, and
SRC_URI/PV appearing out of the expected order.

Add SUMMARY and SECTION and reorder the fetch variables to
PV / SRC_URI / SRCREV as oelint expects. Metadata-only change; the
built package is unaffected.

oelint-adv now reports no findings for this recipe.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>uuu: Sort DEPENDS entries alphabetically</title>
<updated>2026-07-12T19:55:34+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T19:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=28af0c3a04f50592ba422bc1e96bf0a25fd615d7'/>
<id>urn:sha1:28af0c3a04f50592ba422bc1e96bf0a25fd615d7</id>
<content type='text'>
Order DEPENDS alphabetically per oelint.vars.dependsordered. No
functional change.

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: Replace tabs with spaces in task bodies</title>
<updated>2026-07-12T08:06:36+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T08:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=97b58d1c9e0f850441ac1f0df8c517729721e8c8'/>
<id>urn:sha1:97b58d1c9e0f850441ac1f0df8c517729721e8c8</id>
<content type='text'>
Convert leading-tab indentation to spaces in shell task bodies across
the layer. Generated mechanically by oelint-adv's auto-fix for a single
rule (oelint.tabs.notabs), isolated to one commit.

Verified safe: every change is leading indentation of shell/BitBake code
(no mid-line tabs, and none of the affected files contain heredocs where
a tab would be significant), so there is no functional change.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Drop needless whitespace in assignments</title>
<updated>2026-07-12T07:54:14+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T07:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=96b4f44279d022af8930f01d4a09c12df0be07e4'/>
<id>urn:sha1:96b4f44279d022af8930f01d4a09c12df0be07e4</id>
<content type='text'>
Remove the stray space between an assignment's opening quote and its
line-continuation backslash, and the space before '%' in inline
${@...} expressions. Generated mechanically by oelint-adv's auto-fix
for a single rule (oelint.vars.notneededspace), isolated to one commit.

The affected values are whitespace-separated lists (leading space is
insignificant) and Python format expressions ("%s"% p is equivalent),
so there is no functional change; a re-run of oelint-adv reports the
rule clean.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>uuu: Move recipe to openembedded-layer dynamic layer</title>
<updated>2026-06-24T17:44:30+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-06-24T14:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=fc6bcc2a4c09c5e638bf364804a3c0f7cb66a648'/>
<id>urn:sha1:fc6bcc2a4c09c5e638bf364804a3c0f7cb66a648</id>
<content type='text'>
uuu depends on libtinyxml2, which is provided by meta-oe. Keep the
recipe available only when openembedded-layer is enabled so a core-only
meta-freescale configuration remains buildable.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>utp-com: Move recipe to openembedded-layer dynamic layer</title>
<updated>2026-06-24T17:44:30+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-06-24T13:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=af82ad97e1be0b61fd8cf43100318a169f0694f3'/>
<id>urn:sha1:af82ad97e1be0b61fd8cf43100318a169f0694f3</id>
<content type='text'>
utp-com depends on sg3-utils, which is provided by meta-oe. Keep the
recipe available only when openembedded-layer is enabled so a core-only
meta-freescale configuration remains buildable.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</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-cst: Remove unused patch</title>
<updated>2024-09-06T18:14:54+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2024-09-06T18:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=601116752155102cf520144e8ef898adf448ce0a'/>
<id>urn:sha1:601116752155102cf520144e8ef898adf448ce0a</id>
<content type='text'>
Since the update to version 3.4.0, the imx-cst patch is no
longer used.

Remove the unused imx-cst patch.

Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
</feed>
