<?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 Issue Encountered while building yocto images in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1779245#M13780</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I was trying to build a yocto image for the LX2160ARDB Board. I am using yocto mickledore for this. I have followed the below procedure.&lt;/P&gt;&lt;P&gt;I have cloned all the yocto layers seperately from the respective github repositories.&lt;/P&gt;&lt;P&gt;After that I copied the setup env file from meta-qoriq/tools in to the working directory and ran the following command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;. setup-env -m lx2160ardb-rev2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now when I try to make any image for example fsl-image-networking using the below command&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;bitbake fsl-image-networking&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: No recipes in default available for:&lt;BR /&gt;/home/cdot/Desktop/NXP_CM/yocto-sdk/sources/meta-qoriq/recipes-fsl/images/fsl-image-multimedia-full.bbappend&lt;BR /&gt;/home/cdot/Desktop/NXP_CM/yocto-sdk/sources/meta-qoriq/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bbappend&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Both the files are present in the respective paths.&lt;/P&gt;&lt;P&gt;Kindly help me debug the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 11:50:39 GMT</pubDate>
    <dc:creator>pvsnsubhash</dc:creator>
    <dc:date>2023-12-22T11:50:39Z</dc:date>
    <item>
      <title>Issue Encountered while building yocto images</title>
      <link>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1779245#M13780</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I was trying to build a yocto image for the LX2160ARDB Board. I am using yocto mickledore for this. I have followed the below procedure.&lt;/P&gt;&lt;P&gt;I have cloned all the yocto layers seperately from the respective github repositories.&lt;/P&gt;&lt;P&gt;After that I copied the setup env file from meta-qoriq/tools in to the working directory and ran the following command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;. setup-env -m lx2160ardb-rev2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now when I try to make any image for example fsl-image-networking using the below command&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;bitbake fsl-image-networking&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: No recipes in default available for:&lt;BR /&gt;/home/cdot/Desktop/NXP_CM/yocto-sdk/sources/meta-qoriq/recipes-fsl/images/fsl-image-multimedia-full.bbappend&lt;BR /&gt;/home/cdot/Desktop/NXP_CM/yocto-sdk/sources/meta-qoriq/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bbappend&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Both the files are present in the respective paths.&lt;/P&gt;&lt;P&gt;Kindly help me debug the issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 11:50:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1779245#M13780</guid>
      <dc:creator>pvsnsubhash</dc:creator>
      <dc:date>2023-12-22T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Encountered while building yocto images</title>
      <link>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1784987#M13832</link>
      <description>&lt;P&gt;Please refer to the following procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$: mkdir ~/bin&lt;/P&gt;
&lt;P&gt;$: curl &lt;A href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" rel="nofollow" target="_blank"&gt;http://commondatastorage.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;$: PATH=${PATH}:~/bin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$: mkdir yocto-sdk&lt;/P&gt;
&lt;P&gt;$: cd yocto-sdk&lt;/P&gt;
&lt;P&gt;$: repo init -u &lt;A href="https://github.com/nxp-qoriq/yocto-sdk" target="_blank"&gt;https://github.com/nxp-qoriq/yocto-sdk&lt;/A&gt; -b&amp;nbsp;mickledore&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$: repo sync --force-sync&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$: . ./setup-env -m &lt;STRONG&gt;&lt;EM&gt;lx2160ardb-rev2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;$: bitbake fsl-image-networking&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$: bitbake fsl-image-networking-full&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 07:41:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1784987#M13832</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-01-09T07:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Encountered while building yocto images</title>
      <link>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1829268#M14093</link>
      <description>&lt;P&gt;Thanks for the reply. Its working fine now&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 09:27:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Issue-Encountered-while-building-yocto-images/m-p/1829268#M14093</guid>
      <dc:creator>pvsnsubhash</dc:creator>
      <dc:date>2024-03-15T09:27:14Z</dc:date>
    </item>
  </channel>
</rss>

