<?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>i.MX ProcessorsのトピックRe: Fail to complete do_rootfs</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494787#M79528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, like I said, I did re-fresh the whole build set up, including doing a cleansstate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just frustrating when you lose 2 days to a silly issue like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 07:53:25 GMT</pubDate>
    <dc:creator>simonlocke</dc:creator>
    <dc:date>2016-05-25T07:53:25Z</dc:date>
    <item>
      <title>Fail to complete do_rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494784#M79525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can produce an error from bitbake on imx6sx that there does not seem to be an answer for in the community so far. I have done the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;cloned and build imx6 Linux V4.1.15 as a default image to core-image-minimal&lt;/LI&gt;&lt;LI&gt;create a custom meta layer, e.g. called meta-new, and add to BBLAYERs etc&lt;/LI&gt;&lt;LI&gt;copy the distro file, e.g. fsl-imx-x11.conf into the meta-new/conf/distro folder and rename to something else&lt;/LI&gt;&lt;LI&gt;copy the machine config file, e.g. imx6sxsabresd.conf into the meta-new/conf/machine folder and rename to something else&lt;/LI&gt;&lt;LI&gt;point local.conf at these 'new' distro and machine conf files&lt;/LI&gt;&lt;LI&gt;bitbake core-image minimal&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens is that during the do_rootfs you get an error:&lt;/P&gt;&lt;P&gt;ERROR: packagegroup-core-boot not found in the base feeds ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be similar to the issue reported to yocto here: &lt;A href="https://lists.yoctoproject.org/pipermail/yocto/2014-October/022001.html" title="https://lists.yoctoproject.org/pipermail/yocto/2014-October/022001.html"&gt;https://lists.yoctoproject.org/pipermail/yocto/2014-October/022001.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any clues what this might be down to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 15:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494784#M79525</guid>
      <dc:creator>simonlocke</dc:creator>
      <dc:date>2016-05-23T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to complete do_rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494785#M79526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have managed to solve my own issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before, when I had added the new layer and the new distro and machine configs, I had just 'hacked' / modified the bblayers.conf and local.conf files in my build/conf folder. I manually added the meta layer to the BBLAYER variable, and manually modified the MACHINE and DISTRO default values in the local.conf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This apparently is a bad idea; even though it is sort of what the NXP / Freescale Yocto Project User's Guide suggests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have now done is the following:&lt;/P&gt;&lt;P&gt;1. deleted all files in my build/conf folder&lt;/P&gt;&lt;P&gt;2. manually added my Meta layer to the place where it generates the BBLAYERS variable in fsl-setup-release.sh&lt;/P&gt;&lt;P&gt;3. re-ran source fsl-setup-release.sh:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTRO=fsl-imx-customdistro MACHINE=imx6sxcustommachine source fsl-setup-release.sh -b mybuild&lt;/P&gt;&lt;P&gt;4. run bitbake -c cleansstate core-image-minimal&lt;/P&gt;&lt;P&gt;5. run bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to sort out the mess. Clearly it is just a scripting tangle issue that is going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 10:59:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494785#M79526</guid>
      <dc:creator>simonlocke</dc:creator>
      <dc:date>2016-05-24T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to complete do_rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494786#M79527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to clean the machine prior to building:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# bitbake -c clean &amp;lt;IMAGE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 04:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494786#M79527</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2016-05-25T04:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to complete do_rootfs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494787#M79528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, like I said, I did re-fresh the whole build set up, including doing a cleansstate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just frustrating when you lose 2 days to a silly issue like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 07:53:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Fail-to-complete-do-rootfs/m-p/494787#M79528</guid>
      <dc:creator>simonlocke</dc:creator>
      <dc:date>2016-05-25T07:53:25Z</dc:date>
    </item>
  </channel>
</rss>

