Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-3632

cluster-receiver fails to build on 10.0.0 for rcar

XMLWordPrintable

    • Renesas H3, Renesas H3+KF, Renesas M3, Renesas M3+KF

      I tried to build cluster demo on 10.0.0 for m3ulcb, cluster-receiver got the following error.

      /home/khosokawa/agl/10.0.0_cluster_rcar/build/tmp/work/aarch64-agl-linux/cluster-receiver/1.0+gitAUTOINC+51dcba535c-r0/git/app/main.cpp:49:10: fatal error: gst/wayland/wayland.h: No such file or directory
         49 | #include <gst/wayland/wayland.h>
            |          ^~~~~~~~~~~~~~~~~~~~~~~
      compilation terminated.
      

      The reason is that in my investigation, this patch is not applied.
      https://git.automotivelinux.org/AGL/meta-agl/tree/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad/0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch

      The patch was copied under bsp/meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad and this patch was appied.

      diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend
      index 63df2f4..699ed35 100644
      --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend
      +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend
      @@ -6,3 +6,5 @@ SRCREV = "4459dc7686a2c20ed9097734e11d17631f71105a"
       DEPENDS += "weston" S = "${WORKDIR}/git"
      +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
      +SRC_URI_append += " file://0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch "
      

      I confirmed that the build was successful and it worked on rcar m3 SK.

      Is cluster demo on rcar supported? Does the fix make sense?

        # Subject Branch Project Status CR V

            harunobu.kurokawa Harunobu Kurokawa
            khosokawa Kenji Hosokawa
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: