<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-core, branch backport-2584-to-wrynose</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=backport-2584-to-wrynose</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=backport-2584-to-wrynose'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2026-07-22T19:20:07+00:00</updated>
<entry>
<title>udev-rules-qoriq: Add version to filename per oelint</title>
<updated>2026-07-22T19:20:07+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-22T12:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1bc98621bd30eaeb39bb45b7c3c75baab5d957f0'/>
<id>urn:sha1:1bc98621bd30eaeb39bb45b7c3c75baab5d957f0</id>
<content type='text'>
Rename udev-rules-qoriq.bb to udev-rules-qoriq_1.0.bb so the recipe
filename carries an explicit version (file.underscores). PV was already
the default "1.0", so this is no functional change.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
(cherry picked from commit b831e7487bbc14a675c4e54171e960c55b2babef)
</content>
</entry>
<entry>
<title>udev-rules-imx: Add version to filename per oelint</title>
<updated>2026-07-22T19:20:07+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-22T12:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8fc22268f627bbe476be48d4acbd61a27f18cd65'/>
<id>urn:sha1:8fc22268f627bbe476be48d4acbd61a27f18cd65</id>
<content type='text'>
Rename udev-rules-imx.bb to udev-rules-imx_1.0.bb so the recipe
filename carries an explicit version (file.underscores). PV was already
the default "1.0", so this is no functional change.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
(cherry picked from commit 08658115430d95d22930b4b4e8f40d6942d70a4c)
</content>
</entry>
<entry>
<title>udev-rules-qoriq: Set SUMMARY, HOMEPAGE and SECTION per oelint</title>
<updated>2026-07-14T12:53:32+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=adbfeb94c9a8ec2150657e253fa95a764d7ce8b4'/>
<id>urn:sha1:adbfeb94c9a8ec2150657e253fa95a764d7ce8b4</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;
(cherry picked from commit 0b3f5805f12b121c412bcedd56e9c0d33f97c51b)
</content>
</entry>
<entry>
<title>udev-rules-imx: Set SUMMARY and SECTION per oelint</title>
<updated>2026-07-14T12:53:32+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T11:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=852eafe42f1fe9ebb6e0156997fd04190e143f41'/>
<id>urn:sha1:852eafe42f1fe9ebb6e0156997fd04190e143f41</id>
<content type='text'>
Add the missing mandatory SUMMARY and set SECTION.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 640f0819fe9bb5d4efd42ae66b734d965b06260f)
</content>
</entry>
<entry>
<title>global: Indent multi-line variable continuations</title>
<updated>2026-07-13T18:55:06+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T08:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4ba04af454f99986ba67bf75a233b530e389b19a'/>
<id>urn:sha1:4ba04af454f99986ba67bf75a233b530e389b19a</id>
<content type='text'>
Align the continuation lines of multi-line variable assignments, as
suggested by oelint-adv's auto-fix for a single rule
(oelint.vars.multilineident), isolated to one commit.

The auto-fix strips the leading space from a value's first line, which
for a ':append' is a required separator; those five recipes had their
leading space restored by hand, so ':append'/':prepend' concatenation
is unchanged. A few multi-line values (e.g. DESCRIPTION) gain internal
whitespace, which is cosmetic and collapses on display.

Build-tested: parsing all 2948 recipes for an i.MX machine reports
0 errors. A residual set (the restored ':append' recipes, whose
separator space oelint cannot reconcile with its indent preference,
plus opencv/dpdk where oelint's own fix does not satisfy its checker)
is left for per-recipe handling.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
(cherry picked from commit 2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7)
</content>
</entry>
<entry>
<title>global: Drop needless whitespace in assignments</title>
<updated>2026-07-13T18:55:06+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=63fa5e7763ae44c5f60e1bd39258fb942ef2ee05'/>
<id>urn:sha1:63fa5e7763ae44c5f60e1bd39258fb942ef2ee05</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;
(cherry picked from commit 96b4f44279d022af8930f01d4a09c12df0be07e4)
</content>
</entry>
<entry>
<title>global: Clean up BitBake list spacing</title>
<updated>2026-07-09T13:11:38+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=2af7d2e685f5f75afa49238574dcc5b63ed4de34'/>
<id>urn:sha1:2af7d2e685f5f75afa49238574dcc5b63ed4de34</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;
(cherry picked from commit 717410a38d033a3c18a617145a69f5b50b88f824)
</content>
</entry>
<entry>
<title>udev-rules-qoriq: Fix S setting</title>
<updated>2026-04-01T05:43:54+00:00</updated>
<author>
<name>Alexander Stein</name>
<email>alexander.stein@ew.tq-group.com</email>
</author>
<published>2026-04-01T05:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=54fa4abfbc49bc057e2fed93652b33a42df419fa'/>
<id>urn:sha1:54fa4abfbc49bc057e2fed93652b33a42df419fa</id>
<content type='text'>
Fixes the warning:
WARNING: udev-rules-qoriq-1.0-r0 do_unpack: udev-rules-qoriq:
 the directory pointed to by the S variable doesn't exist - please set S
 within the recipe to point to where the source has been unpacked to

Signed-off-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;
</content>
</entry>
<entry>
<title>udev-rules-imx: Add HOMEPAGE variable</title>
<updated>2026-01-23T07:31:29+00:00</updated>
<author>
<name>Weisser, Pascal</name>
<email>pascal.weisser.ext@karlstorz.com</email>
</author>
<published>2026-01-22T20:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2523aeebecf4261ab75b6bca1f1340349213726d'/>
<id>urn:sha1:2523aeebecf4261ab75b6bca1f1340349213726d</id>
<content type='text'>
Add HOMEPAGE variable to udev-rules-imx recipe.

Signed-off-by: Weisser, Pascal &lt;pascal.weisser.ext@karlstorz.com&gt;
</content>
</entry>
<entry>
<title>udev-rules-qoriq: Update rules from LF6.12.20-2.0.0</title>
<updated>2025-08-31T08:42:09+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2025-08-29T07:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5bf49ad508e344ea9beb6a9f665de60c4b5f56ce'/>
<id>urn:sha1:5bf49ad508e344ea9beb6a9f665de60c4b5f56ce</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
</feed>
