<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-extended/odp, 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-17T16:17:52+00:00</updated>
<entry>
<title>odp.inc: Fix patch file location</title>
<updated>2026-07-17T16:17:52+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2026-07-17T16:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1f7f4878f43a7eb5419d946b36c9158bf168253a'/>
<id>urn:sha1:1f7f4878f43a7eb5419d946b36c9158bf168253a</id>
<content type='text'>
Recipes that include odp.inc but are not named odp fail to find the
patch file added by odp.inc.
```
ERROR: /.../meta-freescale/recipes-extended/odp/odp-counters_git.bb: Unable to get checksum for odp-counters SRC_URI entry 0001-Fix-this-build-error.patch: file could not be found
```

Move the patch file from the recipe-specific directory to the shared
files directory to ensure it can be found by all recipes that include
odp.inc, regardless of recipe name.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>odp: Order variables and drop redundant FILESEXTRAPATHS per oelint</title>
<updated>2026-07-14T18:06:58+00:00</updated>
<author>
<name>Luciano Dittgen</name>
<email>luciano.dittgen@ossystems.com.br</email>
</author>
<published>2026-07-14T18:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cc1a9135a38c4d9d472f3c30b3a9c980868fa377'/>
<id>urn:sha1:cc1a9135a38c4d9d472f3c30b3a9c980868fa377</id>
<content type='text'>
In odp.inc, remove the FILESEXTRAPATHS:prepend that added ${THISDIR}/odp:
to the file search path. That directory is ${FILE_DIRNAME}/${BPN}, which
the default FILESPATH already searches, so the entry was redundant and
oelint flags FILESEXTRAPATHS as bbappend-only.

In odp_git.bb, reorder into the canonical oelint variable order:
DEPENDS, PACKAGECONFIG, EXTRA_OECONF, PACKAGE_ARCH, FILES, then RDEPENDS
last. Since odp.inc does not set DEPENDS, the plain assignment is the
canonical definition and is documented with an inline nooelint
suppression for the 'append after include' heuristic.

No functional change; the patch is still found via the default
FILESPATH and variable values are unchanged.

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

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>global: Indent multi-line variable continuations</title>
<updated>2026-07-12T08:14:32+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=2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7'/>
<id>urn:sha1:2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7</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;
</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 recipes: Fix whinlatter updates for source code lacation</title>
<updated>2025-09-15T05:58:41+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2025-09-15T05:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8d6165775d281bd5cf7ef84c125d8997f52d79f2'/>
<id>urn:sha1:8d6165775d281bd5cf7ef84c125d8997f52d79f2</id>
<content type='text'>
Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location</title>
<updated>2025-06-28T16:58:39+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2025-06-28T16:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=b747b01501d19a160612711b0bdc1cee0c24f670'/>
<id>urn:sha1:b747b01501d19a160612711b0bdc1cee0c24f670</id>
<content type='text'>
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.

This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>odp.inc: Set SRCREV_FORMAT variable as multiple SCMs are used</title>
<updated>2023-10-21T14:34:02+00:00</updated>
<author>
<name>Jun Zhu</name>
<email>junzhu@nxp.com</email>
</author>
<published>2023-10-21T19:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d4692c032ab39a571538766341a1aa72f33ad3cb'/>
<id>urn:sha1:d4692c032ab39a571538766341a1aa72f33ad3cb</id>
<content type='text'>
SRCREV_FORMAT variable must be set when multiple SCMs are used.

Signed-off-by: Jun Zhu &lt;junzhu@nxp.com&gt;
</content>
</entry>
<entry>
<title>ls2080ardb: drop as it is unbuildable for too long</title>
<updated>2023-10-12T23:27:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2023-10-12T23:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a8d8dc4601741643542691752a59195da2108705'/>
<id>urn:sha1:a8d8dc4601741643542691752a59195da2108705</id>
<content type='text'>
Fixes: #1498.
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>recipes: Add missing patch tag Upstream-Status</title>
<updated>2023-06-22T01:33:11+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-06-22T01:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f724cfced0602d58d63631e2aacaa54a14fe1d75'/>
<id>urn:sha1:f724cfced0602d58d63631e2aacaa54a14fe1d75</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
