<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-bsp, 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-06-03T11:35:36+00:00</updated>
<entry>
<title>imx-mkimage: imx-boot: Specify build dependencies in DEPENDS</title>
<updated>2026-06-03T11:35:36+00:00</updated>
<author>
<name>Leonardo Costa</name>
<email>leonardo.costa@toradex.com</email>
</author>
<published>2026-06-02T12:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bd93178ff7e7001ccd0467c7048dc68a68165c5c'/>
<id>urn:sha1:bd93178ff7e7001ccd0467c7048dc68a68165c5c</id>
<content type='text'>
Dependencies listed via do_compile[depends] are invisible to the SBOM script
from OpenEmbedded.

List the build-time dependencies for imx-boot in the DEPENDS variable instead,
while preserving the required task order, allowing these components to be
automatically included in the imx-boot SBOM.

Signed-off-by: Leonardo Costa &lt;leonardo.costa@toradex.com&gt;
</content>
</entry>
<entry>
<title>imx-atf: Fix build failure with GCC 16.1.0</title>
<updated>2026-05-29T09:39:02+00:00</updated>
<author>
<name>Franz Schnyder</name>
<email>franz.schnyder@toradex.com</email>
</author>
<published>2026-05-29T09:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c147d1ee25d10ffbfabcb96faf7cc94adf41f834'/>
<id>urn:sha1:c147d1ee25d10ffbfabcb96faf7cc94adf41f834</id>
<content type='text'>
The scmi_imx9 source declares a tmp pointer that is never read.
The newer GCC version 16.1.0 treats the unused pointer as
-Wunused-but-set-variable. With -Werror, this breaks the build.

Add a patch to remove the unused tmp pointer.

Signed-off-by: Franz Schnyder &lt;franz.schnyder@toradex.com&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>
<entry>
<title>Merge pull request #2515 from nxp-upstream/fix-imx-boot</title>
<updated>2026-05-05T11:00:58+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-05-05T11:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3bba380c466f29443bc7788a2d720262af26fe70'/>
<id>urn:sha1:3bba380c466f29443bc7788a2d720262af26fe70</id>
<content type='text'>
imx-boot_1.0.bb: Drop mcore image in imx-boot image</content>
</entry>
<entry>
<title>isp-imx: fix jsoncpp runtime dependency</title>
<updated>2026-05-01T16:13:02+00:00</updated>
<author>
<name>Ernest Van Hoecke</name>
<email>ernest.vanhoecke@toradex.com</email>
</author>
<published>2026-05-01T14:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=82d44b0762cec2fba3000406d5c8dc4b1b5d4ebd'/>
<id>urn:sha1:82d44b0762cec2fba3000406d5c8dc4b1b5d4ebd</id>
<content type='text'>
The prebuilt ISP media server binaries were linked against jsoncpp
1.9.6 and still require libjsoncpp.so.26. meta-openembedded now uses
jsoncpp 1.9.7 which leads to libjsoncpp.so.27, but the runtime linker
and OE shlib QA still match the exact SONAME from DT_NEEDED.

Patch the installed binaries to require libjsoncpp.so.27 so file-rdeps
can resolve the dependency to the distro jsoncpp package.

Signed-off-by: Ernest Van Hoecke &lt;ernest.vanhoecke@toradex.com&gt;
</content>
</entry>
<entry>
<title>imx-boot_1.0.bb: Drop mcore image in imx-boot image</title>
<updated>2026-04-29T03:09:24+00:00</updated>
<author>
<name>Zelan Zou</name>
<email>zelan.zou@nxp.com</email>
</author>
<published>2026-04-29T02:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=598f047ef112a0c88f699714cd10dc87c8460c5a'/>
<id>urn:sha1:598f047ef112a0c88f699714cd10dc87c8460c5a</id>
<content type='text'>
As Mcore image only applied for i.MX socs
fixup coommit:6cdff9f7

Signed-off-by: Zelan Zou &lt;zelan.zou@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2487 from nxp-upstream/mkimage-upgrade-to-6.18.2</title>
<updated>2026-04-27T16:05:20+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-04-27T16:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ea5055db4246df04738e6ed0517febc1e25cdea4'/>
<id>urn:sha1:ea5055db4246df04738e6ed0517febc1e25cdea4</id>
<content type='text'>
mkimage: Update to lf-6.18.2-1.0.0</content>
</entry>
<entry>
<title>Merge pull request #2488 from nxp-upstream/BSP-upgrade-to-6.18.2</title>
<updated>2026-04-27T16:05:02+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2026-04-27T16:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=2ecb8e0a7407d9b8f59887774bcf22105f81d10b'/>
<id>urn:sha1:2ecb8e0a7407d9b8f59887774bcf22105f81d10b</id>
<content type='text'>
Bsp: upgrade to 6.18.2</content>
</entry>
<entry>
<title>mxsldr_git: update git repository URL</title>
<updated>2026-04-21T12:12:42+00:00</updated>
<author>
<name>Alexander Stein</name>
<email>alexander.stein@ew.tq-group.com</email>
</author>
<published>2026-04-21T12:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=713a71919a70e876e26b6392acecb9d3bec1a6bd'/>
<id>urn:sha1:713a71919a70e876e26b6392acecb9d3bec1a6bd</id>
<content type='text'>
git.denx.de is just a forward. Switch to the real URL. While at it,
add https protocol explicitly.

Signed-off-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;
</content>
</entry>
</feed>
