<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-bsp/isp-imx, 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-14T14:04:10+00:00</updated>
<entry>
<title>basler-camera: Document main-package FILES override per oelint</title>
<updated>2026-08-14T14:04:10+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-08-12T20:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2779af45600ae87e6bc90941dd998c2583fcc6dd'/>
<id>urn:sha1:2779af45600ae87e6bc90941dd998c2583fcc6dd</id>
<content type='text'>
The recipe installs the Basler camera stack into ${libdir} and /opt and packs
it explicitly, so oelint flags the FILES:${PN} as oelint.var.filesoverride.
Accept it with a documented inline # nooelint.

No functional change.

Tested with basler-camera on imx8mp-lpddr4-evk; buildhistory unchanged.

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>isp-imx: Set SUMMARY, HOMEPAGE and SECTION per oelint</title>
<updated>2026-07-13T11:40:17+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=bf2b523b3c9791ef32c6e61aaef87658e880d7e9'/>
<id>urn:sha1:bf2b523b3c9791ef32c6e61aaef87658e880d7e9</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>basler-camera: Set SUMMARY, HOMEPAGE and SECTION per oelint</title>
<updated>2026-07-13T11:40:17+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=7894366ac4a2c34adbb4ce105d86c35d0874130f'/>
<id>urn:sha1:7894366ac4a2c34adbb4ce105d86c35d0874130f</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>basler-camera: Drop double blank line</title>
<updated>2026-07-12T20:09:22+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T20:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7762e21caca35f24e95d1d2103720244e8fd57f0'/>
<id>urn:sha1:7762e21caca35f24e95d1d2103720244e8fd57f0</id>
<content type='text'>
Remove a consecutive blank line (oelint.newline.consecutive). No
functional change.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>isp-imx: Sort DEPENDS entries alphabetically</title>
<updated>2026-07-12T20:09:22+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-07-12T20:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=24a9076b211b1789f1e6ab8cce466b74ee13beb6'/>
<id>urn:sha1:24a9076b211b1789f1e6ab8cce466b74ee13beb6</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: 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>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>Merge pull request #2522 from nxp-upstream/fixup-isp</title>
<updated>2026-05-18T15:52:55+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-05-18T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7b6edc2eb615ac20627ebaa9570873b7c9adfdab'/>
<id>urn:sha1:7b6edc2eb615ac20627ebaa9570873b7c9adfdab</id>
<content type='text'>
isp-imx: don't leave systemd service in failed state</content>
</entry>
<entry>
<title>isp-imx: don't leave systemd service in failed state</title>
<updated>2026-05-18T16:13:14+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2025-07-14T13:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1a3cc4cd2aa6a326ddb01e35baaa85462366beaa'/>
<id>urn:sha1:1a3cc4cd2aa6a326ddb01e35baaa85462366beaa</id>
<content type='text'>
If no camera is configured in the device tree systemd imx8-isp.service
goes to the failed state. Prevent that.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
</feed>
