<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Weston Application for IMX8 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Weston-Application-for-IMX8/m-p/1395657#M185484</link>
    <description>&lt;P&gt;Hello&amp;nbsp; Vinothkumars,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For weston please use the new bsp 5.10.72 and follow the Yocto project user Guide.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 14:22:12 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2022-01-06T14:22:12Z</dc:date>
    <item>
      <title>Weston Application for IMX8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Weston-Application-for-IMX8/m-p/1394844#M185443</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hardware: IMX8QM-MEK&lt;/P&gt;&lt;P&gt;OS: Embedded Linux (5.10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build weston application but, I got error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="2"&gt; $ git clone https://gitlab.freedesktop.org/wayland/weston.git&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$ cd weston&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$source /opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa72-cortexa53-crypto-poky-linux&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$ export ARCH=arm64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$ meson build/ --prefix=...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$ ninja -C build/ install&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;$ cd ..&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="2"&gt;vinoth@vinoth-VirtualBox:~/vinoth/vinoth-native/weston$ &lt;FONT face="book antiqua,palatino" color="#993300"&gt;&lt;STRONG&gt;meson --prefix="${PWD}/build/install" build/&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;The Meson build system&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Version: 0.57.1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Source dir: /home/vinoth/vinoth/vinoth-native/weston&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Build dir: /home/vinoth/vinoth/vinoth-native/weston/build&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Build type: cross build&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Project name: weston&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Project version: 9.0.91&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;C compiler for the host machine: aarch64-poky-linux-gcc -mcpu=cortex-a72.cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa72-cortexa53-crypto-poky-linux (gcc 10.2.0 "aarch64-poky-linux-gcc (GCC) 10.2.0")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;C linker for the host machine: aarch64-poky-linux-gcc -mcpu=cortex-a72.cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa72-cortexa53-crypto-poky-linux ld.bfd 2.36.1.20210209&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;C compiler for the build machine: cc (gcc 9.3.0 "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;C linker for the build machine: cc ld.bfd 2.34&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Build machine cpu family: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Build machine cpu: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Host machine cpu family: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Host machine cpu: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Target machine cpu family: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Target machine cpu: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Found git repository at /home/vinoth/vinoth/vinoth-native/weston&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wmissing-prototypes: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wno-unused-parameter: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wno-shift-negative-value: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wno-missing-field-initializers: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wno-pedantic: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -Wundef: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Compiler for C supports arguments -fvisibility=hidden: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Header &amp;lt;sys/sysmacros.h&amp;gt; has symbol "major" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Checking for function "mkostemp" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Checking for function "strchrnul" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Checking for function "initgroups" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Checking for function "posix_fallocate" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Checking for function "memfd_create" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Has header "linux/sync_file.h" : YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Message: The default backend is drm&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Found pkg-config: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config (0.29.2)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency xkbcommon found: YES 1.0.3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency wayland-server found: YES 1.19.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency wayland-client found: YES 1.19.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency pixman-1 found: YES 0.40.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency libinput found: YES 1.16.4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency libevdev found: YES 1.11.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Library m found: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Library dl found: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency libdrm found: YES 2.4.107&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Run-time dependency threads found: YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Message: Found libdrm with human format modifier support.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Program python3 found: YES (/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/python3)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Configuring version.h using configuration&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Found pkg-config: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config (0.29.2)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Found CMake: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake (3.19.5)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago" size="2" color="#FF0000"&gt;Build-time dependency wayland-scanner found: NO (tried pkgconfig and cmake)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago" size="2" color="#FF0000"&gt;protocol/meson.build:1:0: ERROR: Dependency "wayland-scanner" not found, tried pkgconfig and cmake&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 13:47:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Weston-Application-for-IMX8/m-p/1394844#M185443</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2022-01-05T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Weston Application for IMX8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Weston-Application-for-IMX8/m-p/1395657#M185484</link>
      <description>&lt;P&gt;Hello&amp;nbsp; Vinothkumars,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For weston please use the new bsp 5.10.72 and follow the Yocto project user Guide.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 14:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Weston-Application-for-IMX8/m-p/1395657#M185484</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2022-01-06T14:22:12Z</dc:date>
    </item>
  </channel>
</rss>

