Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-102197

Boot2Qt: Missing SocketCAN libraries

XMLWordPrintable

    • 0f598c3c14 (yocto/meta-qt6/dev) 72fa838aaa (yocto/meta-qt6/6.2) d6108f0e6e (yocto/meta-qt6/6.3) 72fa838aaa (yocto/meta-qt6/lts-6.2) d6108f0e6e (yocto/meta-qt6/6.3.1) 72fa838aaa (yocto/meta-qt6/lts-6.2.5) d6108f0e6e (yocto/meta-qt6/6.3.2)

      Currently, our pre-built QBSPs do not ship with libsocketcan, therefore /usr/lib/plugins/canbus/libqtsocketcanbus.so cannot run.

      Qt SerialBus uses QLibrary to load libsocketcan so there is no visible build-time dependency. It needs to be explicitly added to the Yocto recipe.

       

      Workaround

      Users can add this to the local.conf file and build the image as per https://doc.qt.io/QtForDeviceCreation-5.15/qtee-custom-embedded-linux-image.html:

          IMAGE_INSTALL_append = " can-utils-dev"

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            sapiippo Samuli Piippo
            skoh-qt Sze Howe Koh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes