<?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: i.MX8M Yocto Project Bitbake Unexpected Termination in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807331#M124580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First,&amp;nbsp; section&amp;nbsp;5 you shared uses the following command to initialize&amp;nbsp;the workspace:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN&gt;repo init -u ssh:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto://git@bitbucket.sw.nxp.com"&gt;//git@bitbucket.sw.nxp.com&lt;/A&gt;&lt;SPAN&gt;/imx/imx-manifest -b linux-*-internal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, the ssh link is not accessible to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as I shared in the bitbake logs, I think I already configured the workspace correctly&amp;nbsp;and my problem happened due to the bitbake executes the tasks in a wrong sequence.&lt;/P&gt;&lt;P&gt;I'm afraid the section 5 does not mention corresponding&amp;nbsp;content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2019 20:03:06 GMT</pubDate>
    <dc:creator>simonwan</dc:creator>
    <dc:date>2019-01-04T20:03:06Z</dc:date>
    <item>
      <title>i.MX8M Yocto Project Bitbake Unexpected Termination</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807329#M124578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just got my i&lt;A href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/evaluation-kit-for-the-i.mx-8m-applications-processor:MCIMX8M-EVK"&gt;.MX 8M Evaluation Kit&lt;/A&gt; and I want&amp;nbsp;to enable the OPTEE OS on the board.&lt;/P&gt;&lt;P&gt;I found &lt;A href="https://www.nxp.com/docs/en/user-guide/i.MX_Yocto_Project_User's_Guide_Linux.pdf"&gt;one tutorial about Yocto Project&lt;/A&gt; that provides such support so I'm trying to build the system according to this guidance.&lt;/P&gt;&lt;P&gt;I build the system on a machine with Ubuntu 16.04 and I followed all instructions in &lt;EM&gt;&lt;STRONG&gt;Section-3&lt;/STRONG&gt;&lt;/EM&gt; to set up my host machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build the Wayland image with OPTEE enabled so the commands are:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment two SDL settings in &lt;EM&gt;&lt;STRONG&gt;local.conf&lt;/STRONG&gt;&lt;/EM&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;#PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/P&gt;&lt;P&gt;#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable OPTEE&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM style="background-color: #f6f6f6;"&gt;&lt;STRONG&gt;local.conf&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;DISTRO_FEATURES_append = " optee"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-qt5-validation-imx&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue happens after the &lt;EM&gt;&lt;STRONG&gt;"bitbake"&lt;/STRONG&gt;&lt;/EM&gt; command, which is the script would suddenly be stopped and the host machine would be suspended and required re-login. The &lt;SPAN&gt;bitbake command&lt;/SPAN&gt; can be continued with &lt;EM&gt;&lt;STRONG&gt;"-k" parameter&lt;/STRONG&gt; &lt;/EM&gt;while the unknown termination and re-login process are really annoying to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By reviewing the bitbake log file &lt;EM&gt;&lt;STRONG&gt;bitbake-cookerdeamon.log&lt;/STRONG&gt;&lt;/EM&gt;, I found that every time before unexpected termination, the bitbake command generates the same logs:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Running command ['getVariable', 'BBINCLUDELOGS']&lt;BR /&gt;Running command ['getVariable', 'BBINCLUDELOGS_LINES']&lt;BR /&gt;Running command ['getSetVariable', 'BB_CONSOLELOG']&lt;BR /&gt;Running command ['getUIHandlerNum']&lt;BR /&gt;Running command ['setEventMask', 1, 20, {}, ['bb.runqueue.runQueueExitWait', 'bb.event.LogExecTTY', 'logging.LogRecord', 'bb.build.TaskFailed', 'bb.build.TaskBase', 'bb.event.ParseStarted', 'bb.event.ParseProgress', 'bb.event.ParseCompleted', 'bb.event.CacheLoadStarted', 'bb.event.CacheLoadProgress', 'bb.event.CacheLoadCompleted', 'bb.command.CommandFailed', 'bb.command.CommandExit', 'bb.command.CommandCompleted', 'bb.cooker.CookerExit', 'bb.event.MultipleProviders', 'bb.event.NoProvider', 'bb.runqueue.sceneQueueTaskStarted', 'bb.runqueue.runQueueTaskStarted', 'bb.runqueue.runQueueTaskFailed', 'bb.runqueue.sceneQueueTaskFailed', 'bb.event.BuildBase', 'bb.build.TaskStarted', 'bb.build.TaskSucceeded', 'bb.build.TaskFailedSilent', 'bb.build.TaskProgress', 'bb.event.ProcessStarted', 'bb.event.ProcessProgress', 'bb.event.ProcessFinished']]&lt;BR /&gt;Running command ['getVariable', 'BB_DEFAULT_TASK']&lt;BR /&gt;Running command ['setConfig', 'cmd', 'build']&lt;BR /&gt;Running command ['buildTargets', ['fsl-image-qt5-validation-imx'], 'build']&lt;BR /&gt;Connecting Client&lt;BR /&gt;Disconnecting Client&lt;BR /&gt;No timeout, exiting.&lt;BR /&gt;Exiting&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;According to my current understanding, the above commands are only supposed to be executed after all tasks have been prepared. However, right now my host machine may invoke these commands during other tasks are still running, and this incorrect sequence leads to my unexpected termination issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if anyone runs to a similar problem or knows the solution of my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is welcomed. Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807329#M124578</guid>
      <dc:creator>simonwan</dc:creator>
      <dc:date>2018-12-17T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M Yocto Project Bitbake Unexpected Termination</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807330#M124579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please use Chapter 5 (Configuring Optee) of "i.MX_BSP_Porting_Guide.pdf"&lt;/P&gt;&lt;P&gt;in L4.14.62 BSP documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.14.62_1.0.0_Beta_LINUX_DOCS&amp;amp;appType=license&amp;amp;location=null" title="https://www.nxp.com/webapp/Download?colCode=L4.14.62_1.0.0_Beta_LINUX_DOCS&amp;amp;appType=license&amp;amp;location=null"&gt;https://www.nxp.com/webapp/Download?colCode=L4.14.62_1.0.0_Beta_LINUX_DOCS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 08:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807330#M124579</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-12-20T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M Yocto Project Bitbake Unexpected Termination</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807331#M124580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First,&amp;nbsp; section&amp;nbsp;5 you shared uses the following command to initialize&amp;nbsp;the workspace:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: none #f6f6f6; border-left: 2px solid #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P&gt;&lt;SPAN&gt;repo init -u ssh:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto://git@bitbucket.sw.nxp.com"&gt;//git@bitbucket.sw.nxp.com&lt;/A&gt;&lt;SPAN&gt;/imx/imx-manifest -b linux-*-internal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, the ssh link is not accessible to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as I shared in the bitbake logs, I think I already configured the workspace correctly&amp;nbsp;and my problem happened due to the bitbake executes the tasks in a wrong sequence.&lt;/P&gt;&lt;P&gt;I'm afraid the section 5 does not mention corresponding&amp;nbsp;content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807331#M124580</guid>
      <dc:creator>simonwan</dc:creator>
      <dc:date>2019-01-04T20:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M Yocto Project Bitbake Unexpected Termination</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807332#M124581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="326762" data-username="simonwan" href="https://community.nxp.com/people/simonwan" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;Shengye Wan&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am experiencing the same problem as you.&lt;/P&gt;&lt;P&gt;If you solved the problem, please share the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 08:56:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Yocto-Project-Bitbake-Unexpected-Termination/m-p/807332#M124581</guid>
      <dc:creator>bskimaaa</dc:creator>
      <dc:date>2020-02-04T08:56:13Z</dc:date>
    </item>
  </channel>
</rss>

