<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-dpaa2, 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-08-07T12:29:58+00:00</updated>
<entry>
<title>spc: Drop the dead class-native EXTRA_OEMAKE override</title>
<updated>2026-08-07T12:29:58+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-08-06T14:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6d03f0aa400d781876a94b9f66d7db0a17b75bc3'/>
<id>urn:sha1:6d03f0aa400d781876a94b9f66d7db0a17b75bc3</id>
<content type='text'>
spc_git.bb sets no BBCLASSEXTEND and does not inherit native, so the
EXTRA_OEMAKE:class-native variant carrying FMCHOSTMODE=1 can never be
selected.

The remedy oelint.vars.inappclassoverride documents -- declaring
BBCLASSEXTEND = "native" -- is not available here either: DEPENDS lists
fmlib, and fmlib_git.bb sets no BBCLASSEXTEND of its own, so there is no
fmlib-native for an spc-native to build against.

Validated with bitbake -e on ls1046ardb before and after. The expanded
OVERRIDES contains class-target and no class-native, and the only
difference between the two captures is the disappearance of the dead
variable itself; the effective EXTRA_OEMAKE is byte-identical. bitbake
-p parses 2222 entries with 0 errors. A layer-wide oelint-adv 9.10.1
rescan clears the finding and introduces none.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2610 from lucianogdittgen/oelint-cleanup-16</title>
<updated>2026-07-27T21:23:35+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-27T21:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=103415ca850264c14cc6f72f96e76bdb2f3d1bce'/>
<id>urn:sha1:103415ca850264c14cc6f72f96e76bdb2f3d1bce</id>
<content type='text'>
oelint: Recipe SECTION/DEPENDS metadata and patch Upstream-Status cleanups</content>
</entry>
<entry>
<title>dce: Use canonical oelint reason in patch Upstream-Status</title>
<updated>2026-07-27T17:34:05+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-27T17:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=87c1ee695de467bed46fe1715da6d1dcee0bcc43'/>
<id>urn:sha1:87c1ee695de467bed46fe1715da6d1dcee0bcc43</id>
<content type='text'>
oelint.file.inappropriatemsg flags the reason token "oe specific"
because it is not one of the recognised spellings. Use the canonical
"oe-specific" form so the finding clears; the patch intent (replace the
hardcoded ./sbin with Yocto base_sbindir) is unchanged.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>management-complex: Order PACKAGE_ARCH before packaging variables</title>
<updated>2026-07-27T12:17:18+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-27T12:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=fc57de94cdf85973b8cb1f144d2834eee1adcd81'/>
<id>urn:sha1:fc57de94cdf85973b8cb1f144d2834eee1adcd81</id>
<content type='text'>
oelint flagged PACKAGE_ARCH placed after FILES. Move it ahead of the
PACKAGES/FILES packaging block per the canonical variable order. Pure
reordering, no functional change.

Signed-off-by: Luciano Dittgen &lt;luciano.dittgen@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>license: convert LICENSE fields to strict SPDX expressions</title>
<updated>2026-07-22T07:23:33+00:00</updated>
<author>
<name>Antoine Gouby</name>
<email>antoine.gouby@toradex.com</email>
</author>
<published>2026-07-21T14:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=35c73febb784d798ea254f051c216701ed44c5ac'/>
<id>urn:sha1:35c73febb784d798ea254f051c216701ed44c5ac</id>
<content type='text'>
OE-core now parses LICENSE as an SPDX expression, so the legacy
"&amp;" and "|" operators and non-SPDX names trigger warnings/errors during
parsing.

- pktgen-dpdk, skmm-ep, kernel-module-ar and skmm-host actually failed
  parsing with a QA error (LicenseRef-BSD has no generic license file
  since it was dropped from oe-core). Add NO_GENERIC_LICENSE[BSD] entries
  pointing at their existing license text file to fix them
- Prefix non-SPDX license names with "LicenseRef-"
- Replace "&amp;" with "AND" and "|" with "OR"

Signed-off-by: Antoine Gouby &lt;antoine.gouby@toradex.com&gt;
</content>
</entry>
<entry>
<title>spc: Set DESCRIPTION and SECTION per oelint</title>
<updated>2026-07-13T16:59:07+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=502ebd287eb2a73fb7c3d8fcbc74679470b4c56c'/>
<id>urn:sha1:502ebd287eb2a73fb7c3d8fcbc74679470b4c56c</id>
<content type='text'>
Add the missing mandatory DESCRIPTION and set SECTION.

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

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

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gpp-aioptool: Set SUMMARY per oelint</title>
<updated>2026-07-13T16:59:07+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a156cce056e4cd0b3a30c2060d6420d9226fdcbc'/>
<id>urn:sha1:a156cce056e4cd0b3a30c2060d6420d9226fdcbc</id>
<content type='text'>
Add the missing mandatory SUMMARY.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>dce: Set SUMMARY per oelint</title>
<updated>2026-07-13T16:59:07+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-13T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=27dd758cb4d0ffea3ff09abfebbe527d691b4b5c'/>
<id>urn:sha1:27dd758cb4d0ffea3ff09abfebbe527d691b4b5c</id>
<content type='text'>
Add the missing mandatory SUMMARY.

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