<?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>Processor Expert Softwareのトピックyocto4.9.88 compile confuse</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto4-9-88-compile-confuse/m-p/790693#M4165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,sir&lt;/P&gt;&lt;P&gt;i am compiling the yocto system,my ubntutu version is 12.04-LTS&lt;/P&gt;&lt;P&gt;my critical command are as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo curl &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fstorage.googleapis.com%2Fgit-repo-downloads%2Frepo" rel="nofollow" target="_blank"&gt;https://storage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;SPAN&gt; &amp;gt; /home/cc/yocto/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;repo init -u &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fimx-manifest" rel="nofollow" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt;&lt;SPAN&gt; -b imx-linux-rocko -m imx-4.9.88-2.0.0_ga.xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;repo sync&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-wayland MACHINE=imx6dlsabresd source fsl-setup-release.sh -b imx6dl-wayland-qt5&lt;/P&gt;&lt;P&gt;bitbake fsl-image-qt5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i encountered the problem below:&lt;/P&gt;&lt;P&gt;"ERROR: pango-1.40.6-r0 do_package: Error executing a python function in exec_python_func() autogenerated:"&lt;/P&gt;&lt;P&gt;i just list the first one,because they both due to the python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i viewed the &lt;SPAN class=""&gt;&lt;EM&gt;Yocto Project Reference Manual&lt;/EM&gt;&lt;/SPAN&gt; and get some messege&lt;/P&gt;&lt;P&gt;"the required python version is Python 3.4.0 or greater"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do the command "python --version" on my ubuntu teminal and get the python version is 2.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i do the things below&lt;/P&gt;&lt;P&gt;sudo ln -s /usr/bin/python3 /usr/bin/python&lt;/P&gt;&lt;P&gt;python --version&lt;/P&gt;&lt;P&gt;and now the python version messeage is 3.4,now it seems meet the yocto requires,but unfortunately,many commands i exec report error,due to the python version changed; for example,if i keep the default python version2.7,and do "sudo apt-get install vim",it works well;if i changed the select python version to 3.4,the command "sudo apt-get install vim" will &lt;/P&gt;&lt;P&gt;report some error;i guess many system command is based on the default python2.7,after i changed it to python3.4;these system commands runs error;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to take an ensure rely from you&lt;/P&gt;&lt;P&gt;1.the ubuntu system already install python2.7 and python3.4,and the default version is python2.7;should i change the default python version to 3.4,and then bitbake the fsl-image-qt5? if i should do like this,how to resolve the system command exec error due to the change of the default python version？&lt;/P&gt;&lt;P&gt;2.if i just keep the default&amp;nbsp; python version as 2.7,and the ubuntu system also installed the python3.4;will the command "bitbake fsl-image-qt5" success,will the yocto project find the python version3.4 and work well?&lt;/P&gt;&lt;P&gt;i beg you rely,thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2018 16:18:42 GMT</pubDate>
    <dc:creator>260701463</dc:creator>
    <dc:date>2018-12-12T16:18:42Z</dc:date>
    <item>
      <title>yocto4.9.88 compile confuse</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto4-9-88-compile-confuse/m-p/790693#M4165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,sir&lt;/P&gt;&lt;P&gt;i am compiling the yocto system,my ubntutu version is 12.04-LTS&lt;/P&gt;&lt;P&gt;my critical command are as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo curl &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fstorage.googleapis.com%2Fgit-repo-downloads%2Frepo" rel="nofollow" target="_blank"&gt;https://storage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;SPAN&gt; &amp;gt; /home/cc/yocto/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;repo init -u &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fimx-manifest" rel="nofollow" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt;&lt;SPAN&gt; -b imx-linux-rocko -m imx-4.9.88-2.0.0_ga.xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;repo sync&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-wayland MACHINE=imx6dlsabresd source fsl-setup-release.sh -b imx6dl-wayland-qt5&lt;/P&gt;&lt;P&gt;bitbake fsl-image-qt5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i encountered the problem below:&lt;/P&gt;&lt;P&gt;"ERROR: pango-1.40.6-r0 do_package: Error executing a python function in exec_python_func() autogenerated:"&lt;/P&gt;&lt;P&gt;i just list the first one,because they both due to the python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i viewed the &lt;SPAN class=""&gt;&lt;EM&gt;Yocto Project Reference Manual&lt;/EM&gt;&lt;/SPAN&gt; and get some messege&lt;/P&gt;&lt;P&gt;"the required python version is Python 3.4.0 or greater"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do the command "python --version" on my ubuntu teminal and get the python version is 2.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i do the things below&lt;/P&gt;&lt;P&gt;sudo ln -s /usr/bin/python3 /usr/bin/python&lt;/P&gt;&lt;P&gt;python --version&lt;/P&gt;&lt;P&gt;and now the python version messeage is 3.4,now it seems meet the yocto requires,but unfortunately,many commands i exec report error,due to the python version changed; for example,if i keep the default python version2.7,and do "sudo apt-get install vim",it works well;if i changed the select python version to 3.4,the command "sudo apt-get install vim" will &lt;/P&gt;&lt;P&gt;report some error;i guess many system command is based on the default python2.7,after i changed it to python3.4;these system commands runs error;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to take an ensure rely from you&lt;/P&gt;&lt;P&gt;1.the ubuntu system already install python2.7 and python3.4,and the default version is python2.7;should i change the default python version to 3.4,and then bitbake the fsl-image-qt5? if i should do like this,how to resolve the system command exec error due to the change of the default python version？&lt;/P&gt;&lt;P&gt;2.if i just keep the default&amp;nbsp; python version as 2.7,and the ubuntu system also installed the python3.4;will the command "bitbake fsl-image-qt5" success,will the yocto project find the python version3.4 and work well?&lt;/P&gt;&lt;P&gt;i beg you rely,thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:18:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/yocto4-9-88-compile-confuse/m-p/790693#M4165</guid>
      <dc:creator>260701463</dc:creator>
      <dc:date>2018-12-12T16:18:42Z</dc:date>
    </item>
  </channel>
</rss>

