<?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: Bitabake fail imx.8quadxplus in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557824#M197843</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209059"&gt;@NajiyaNazrin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After installation of the required packages in host machine, One can try to clean the existing yocto build and then re-compile the whole repository. That would be really helpful to resolve all the dependencies.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 12:50:40 GMT</pubDate>
    <dc:creator>Sanket_Parekh</dc:creator>
    <dc:date>2022-11-22T12:50:40Z</dc:date>
    <item>
      <title>Bitabake fail imx.8quadxplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557697#M197834</link>
      <description>&lt;P&gt;I need to display qt creator GUI on i.mx 8quadxplus&lt;/P&gt;&lt;P&gt;i did what exaclty as said in yocto users guide:-&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;1.install Host packages&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;sudo apt-get install build-essential chrpath socat cpio python python3 python3-pip python3-pexpect&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;sudo apt-get install xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;sudo apt-get install pylint3 xterm rsync curl zstd pzstd lz4c lz4 libssl-dev&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case:&lt;/P&gt;&lt;P&gt;E: Unable to locate package pzstd&lt;/P&gt;&lt;P&gt;E: Unable to locate package lz4c&lt;/P&gt;&lt;P&gt;do:&lt;/P&gt;&lt;P&gt;sudo apt update &amp;amp;&amp;amp; apt install -y zstd liblz4-tool&lt;/P&gt;&lt;P&gt;sudo apt install zstd&lt;/P&gt;&lt;P&gt;sudo apt-get install zstd lz4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;2.Setting up the Repo utility&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To install the “repo” utility, perform these steps:&lt;/P&gt;&lt;P&gt;1. Create a bin folder in the home directory.&lt;/P&gt;&lt;P&gt;$ mkdir ~/bin (this step may not be needed if the bin folder already exists)&lt;/P&gt;&lt;P&gt;$ curl &lt;A href="https://storage.googleapis.com/git-repo-downloads/repo" target="_blank"&gt;https://storage.googleapis.com/git-repo-downloads/repo&lt;/A&gt; &amp;gt; ~/bin/repo&lt;/P&gt;&lt;P&gt;$ chmod a+x ~/bin/repo&lt;/P&gt;&lt;P&gt;2. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.&lt;/P&gt;&lt;P&gt;$export PATH=~/bin:$PATH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;3 Yocto Project Setup&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, make sure that Git is set up properly with the commands below:&lt;/P&gt;&lt;P&gt;$ git config --global user.name "Your Name"&lt;/P&gt;&lt;P&gt;$ git config --global user.email "Your Email"&lt;/P&gt;&lt;P&gt;$ git config –list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then,&lt;/P&gt;&lt;P&gt;$ mkdir imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ cd imx-yocto-bsp&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://github.com/nxp-imx/imx-manifest" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt; -b imx-linux-kirkstone -m imx-5.15.52-2.1.0.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;XWayland image on i.MX 8QuadXPlus MEK &lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;$ DISTRO=fsl-imx-xwayland MACHINE=imx8qxpmek source imx-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P&gt;$ bitbake imx-image-full&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But its showing errors&lt;/P&gt;&lt;P&gt;WARNING: libunistring-native-1.0-r0 do_fetch: Failed to fetch URL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.gz" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.gz&lt;/A&gt;, attempting MIRRORS if available&lt;/P&gt;&lt;P&gt;WARNING: libtasn1-native-4.18.0-r0 do_fetch: Failed to fetch URL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.18.0.tar.gz" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.18.0.tar.gz&lt;/A&gt;, attempting MIRRORS if available&lt;/P&gt;&lt;P&gt;ERROR: qtbase-native-6.3.2-r0 do_compile: ExecutionError('/home/inntot/imx-yocto-bsp/build-xwayland/tmp/work/x86_64-linux/qtbase-native/6.3.2-r0/temp/run.do_compile.1072662', 1, None, None)&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/inntot/imx-yocto-bsp/build-xwayland/tmp/work/x86_64-linux/qtbase-native/6.3.2-r0/temp/log.do_compile.1072662&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Task (virtual:native:/home/inntot/imx-yocto-bsp/sources/meta-qt6/recipes-qt/qt6/qtbase_git.bb:do_compile) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 09:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557697#M197834</guid>
      <dc:creator>NajiyaNazrin</dc:creator>
      <dc:date>2022-11-22T09:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bitabake fail imx.8quadxplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557812#M197841</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209059"&gt;@NajiyaNazrin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Can you please share the local.conf file of yocto setup?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 12:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557812#M197841</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-11-22T12:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bitabake fail imx.8quadxplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557824#M197843</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209059"&gt;@NajiyaNazrin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After installation of the required packages in host machine, One can try to clean the existing yocto build and then re-compile the whole repository. That would be really helpful to resolve all the dependencies.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 12:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1557824#M197843</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-11-22T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bitabake fail imx.8quadxplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1558220#M197877</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;MACHINE ??= 'imx8qxpmek'&lt;BR /&gt;DISTRO ?= 'fsl-imx-xwayland'&lt;BR /&gt;PACKAGE_CLASSES ?= 'package_rpm'&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;HALT,${TMPDIR},100M,1K \&lt;BR /&gt;HALT,${DL_DIR},100M,1K \&lt;BR /&gt;HALT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;HALT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG:append:pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "2"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;# Switch to Debian packaging and include package-management in the image&lt;BR /&gt;PACKAGE_CLASSES = "package_deb"&lt;BR /&gt;EXTRA_IMAGE_FEATURES += "package-management"&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2022 06:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitabake-fail-imx-8quadxplus/m-p/1558220#M197877</guid>
      <dc:creator>NajiyaNazrin</dc:creator>
      <dc:date>2022-11-23T06:13:57Z</dc:date>
    </item>
  </channel>
</rss>

