<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git, branch topic/fix-multilib-support</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2022-01-25T12:55:52+00:00</updated>
<entry>
<title>fsl-vivante-kernel-driver-handler.bbclass: Fix multilib support</title>
<updated>2022-01-25T12:55:52+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-01-25T12:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=baf0596c63b816e70174c5d464e0c25196d0f7f8'/>
<id>urn:sha1:baf0596c63b816e70174c5d464e0c25196d0f7f8</id>
<content type='text'>
Building core-image-weston with multilib support and builtin graphics
fails:

```
ERROR: Nothing PROVIDES 'virtual/arm-oelmllib32-linux-gnueabi-binutils'. Close matches:
  virtual/lib32-arm-oelmllib32-linux-gnueabi-binutils
  virtual/lib32-arm-oelmllib32-linux-gnueabi-go-runtime
  virtual/lib32-arm-oelmllib32-linux-gnueabi-rust
ERROR: Nothing PROVIDES 'virtual/arm-oelmllib32-linux-gnueabi-gcc'. Close matches:
  virtual/lib32-arm-oelmllib32-linux-gnueabi-g++
  virtual/lib32-arm-oelmllib32-linux-gnueabi-gcc
  virtual/lib32-arm-oelmllib32-linux-gnueabi-rust
```

This is the configuration added in local.conf:

```
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"
IMAGE_INSTALL:append = " lib32-glibc lib32-libgcc lib32-libstdc++"
MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE = "0"
```

This commit fixes the provides so BitBake can properly handle the
dependencies.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Merge pull request #957 from MaxKrummenacher/master</title>
<updated>2022-01-22T23:02:12+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-01-22T23:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ee9e4c6a74fa31333d8424ec2c016cf7b8c01acb'/>
<id>urn:sha1:ee9e4c6a74fa31333d8424ec2c016cf7b8c01acb</id>
<content type='text'>
opencv: imx. prevent warnings</content>
</entry>
<entry>
<title>opencv: imx: stop fetching tiny-dnn</title>
<updated>2022-01-22T11:40:02+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2022-01-21T19:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4dda991038ad6d609933509b698d395e06df59a2'/>
<id>urn:sha1:4dda991038ad6d609933509b698d395e06df59a2</id>
<content type='text'>
With commit f7ca9ef27 ("cleanup: drop dnn_modern") [1] tiny-dnn is no
longer used by any module. There is no need to prefetch it.
This was part of OpenCV 3.4.2.

Prevents:
| WARNING: opencv-4.5.2.imx-r0 do_unpack: QA Issue: opencv: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad]

[1] https://github.com/opencv/opencv_contrib/commit/f7ca9ef279bbb9d7bbb791548725d91e46725550

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>opencv: imx: prevent warning about distutils</title>
<updated>2022-01-22T11:07:46+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2022-01-21T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8bcfaa71e035b6a1f89d5da5eb3c27850eb5ae45'/>
<id>urn:sha1:8bcfaa71e035b6a1f89d5da5eb3c27850eb5ae45</id>
<content type='text'>
Merge latest opencv recipe in meta-openembedded. Prevents:
| WARNING: distutils-common-base.bbclass is deprecated, please use setuptools3-base.bbclass instead

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #955 from YoeDistro/yoe/mut</title>
<updated>2022-01-20T20:58:14+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-01-20T20:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3239cd1604d957cb5d300e40f9ff41c6d2343c0d'/>
<id>urn:sha1:3239cd1604d957cb5d300e40f9ff41c6d2343c0d</id>
<content type='text'>
gstreamer: Lockin the versions for imx machines</content>
</entry>
<entry>
<title>gstreamer: Lockin the versions for imx machines</title>
<updated>2022-01-20T20:44:15+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-01-20T20:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7b3d2a3bb21e711b3d7b8d8f7a45be6e0551f5da'/>
<id>urn:sha1:7b3d2a3bb21e711b3d7b8d8f7a45be6e0551f5da</id>
<content type='text'>
Having open recipes in a high priority layer means they will override
always even when its not building for machines not coming from this
layer

Pin them to imx

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #954 from thochstein/recipes-bsp</title>
<updated>2022-01-19T22:29:24+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-01-19T22:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=63073229b904c0c662cb75116a8c4dfaf03da1f4'/>
<id>urn:sha1:63073229b904c0c662cb75116a8c4dfaf03da1f4</id>
<content type='text'>
u-boot-imx and recipes-bsp for 5.10.72-2.2.0</content>
</entry>
<entry>
<title>basler-camera: Upgrade to 4.2.2.16.0</title>
<updated>2022-01-19T21:50:12+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-01-18T22:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9fa3004dab003fd616fea89c5a0baf6c48ce5a72'/>
<id>urn:sha1:9fa3004dab003fd616fea89c5a0baf6c48ce5a72</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>isp-imx: Upgrade to 4.2.2.16.0</title>
<updated>2022-01-19T21:50:12+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-01-18T22:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8b46c3c6ea8a623f8cd9819ddf5e4c7cbe9d5bc9'/>
<id>urn:sha1:8b46c3c6ea8a623f8cd9819ddf5e4c7cbe9d5bc9</id>
<content type='text'>
Drop the upstream patch: 0001-isp-imx-drop-use-of-__TIME__-__DATE__.patch.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-vpu-hantro-vc: Upgrade to 1.6.0</title>
<updated>2022-01-19T21:50:12+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-01-18T21:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=abd318457243df640eaca38507c799825cfb6421'/>
<id>urn:sha1:abd318457243df640eaca38507c799825cfb6421</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
</feed>
