<?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>Layerscape中的主题 Re: Need help w/ creating initial yocto environment targeting LS1046A</title>
    <link>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1753045#M13609</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's easier with &lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL6.1.22_2.0.0.pdf" target="_self"&gt;Layerscape LDP Users Guide&lt;/A&gt;, which is the document I sent you.&lt;/P&gt;&lt;P&gt;You can redo this by running:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  &amp;gt; ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin
$: mkdir yocto-sdk
$: cd yocto-sdk
$: repo init -u https://github.com/nxp-qoriq/yocto-sdk -b &amp;lt;branch&amp;gt;
$: repo sync --force-sync
$: . ./setup-env -m ls2088ardb
$: bitbake fsl-image-networking&lt;/LI-CODE&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 21:55:16 GMT</pubDate>
    <dc:creator>JosephAtNXP</dc:creator>
    <dc:date>2023-11-06T21:55:16Z</dc:date>
    <item>
      <title>Need help w/ creating initial yocto environment targeting LS1046A</title>
      <link>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1744591#M13521</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;WHAT I'M TRYING TO DO ...&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;Relatively new to yocto, I'm looking for guidance/docs that can walk me through building a basic poky image targeting a LS1046A with basic capability (Serial/Networking) &lt;STRONG&gt;no cloud or fancy gui needed&lt;/STRONG&gt;. I have a custom board i'm targeting but I also have access to a FRWYLS1046A dev board. I'm trying to cook an image to test on FRWYLS1046A and then eventually deploy to my custom board.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;WHAT I'M HAVING TROUBLE WITH ...&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I've found a collection of documents&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKYOCTOUG.pdf" target="_self"&gt;LSDK Yocto User Guide&lt;/A&gt;&amp;nbsp;and some incomplete weird looking doc&amp;nbsp;&lt;A href="https://docs.nxp.com/bundle/GUID-E5527A77-2F97-4244-BF9C-D08F068EFD16/page/GUID-1309777B-41FC-491B-85D5-D3D5D29F73E4.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;. Need someone to straighten me out with the docs I should be referencing and yocto branch versions I should be checking out (dundell, mickledore) for targeting LS1046A.&lt;/P&gt;&lt;P&gt;Lastly, what are the bare minimum meta-layers I need to build a basic poky image with serial port and networking capability? Again, I don't need a GUI. I've curated a rough list below but maybe i'm missing something.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;Meta Layer Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;STRONG&gt;URL Link&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;poky&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://github.com/yoctoproject/poky" target="_blank"&gt;https://github.com/yoctoproject/poky&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;meta-freescale&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Freescale/meta-freescale" target="_blank"&gt;https://github.com/Freescale/meta-freescale&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;meta-openembedded&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://github.com/openembedded/meta-openembedded" target="_blank"&gt;https://github.com/openembedded/meta-openembedded&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;meta-qoriq&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://github.com/nxp-qoriq/meta-qoriq" target="_blank"&gt;https://github.com/nxp-qoriq/meta-qoriq&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;meta-arm&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://github.com/jonmason/meta-arm" target="_blank"&gt;https://github.com/jonmason/meta-arm&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 14:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1744591#M13521</guid>
      <dc:creator>devnull0</dc:creator>
      <dc:date>2023-10-23T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help w/ creating initial yocto environment targeting LS1046A</title>
      <link>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1744708#M13522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;LS1046A boards have been supported every yocto release, you can check individually each manifest's README to see if the board is supported, e.g. latest release &lt;A href="https://github.com/nxp-qoriq/yocto-sdk/tree/mickledore" target="_self"&gt;mickledore&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;And the basic layers can be extracted from fsl-image-mfgtool recipe.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="josephlinares_0-1698083510697.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246440iD690F04EE73CF244/image-size/large?v=v2&amp;amp;px=999" role="button" title="josephlinares_0-1698083510697.png" alt="josephlinares_0-1698083510697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 17:52:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1744708#M13522</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-10-23T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help w/ creating initial yocto environment targeting LS1046A</title>
      <link>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1751365#M13579</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206442"&gt;@JosephAtNXP&lt;/a&gt; ~&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've walked through the LSDK YOCTO User Guide and either your documentation is out of date or there's been updates to various meta layers which is causing a recipe error.&lt;/P&gt;&lt;P&gt;I followed section 3.2 and 4 but wanted to build the fsl-image-mfgtool w/ bitbake. You guys have an include statement in the file "meta-qoriq/recipes-security/optee/optee-os-qoriq.inc" that is saying file "recipes-security/optee/optee-os.inc" is required. There is no such file so I receive this error ...&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;~/yocto/build_ls1046afrwy took 8s &lt;BR /&gt;✦ ❯ bitbake fsl-image-mfgtool&lt;BR /&gt;Loading cache: 100% | | ETA: --:--:--&lt;BR /&gt;Loaded 0 entries from dependency cache.&lt;BR /&gt;ERROR: ParseError at /home/devnull0/yocto/sources/meta-qoriq/recipes-security/optee/optee-os-qoriq.inc:2: Could not include required file recipes-security/optee/optee-os.inc | ETA: 0:00:15&lt;BR /&gt;ERROR: Parsing halted due to errors, see error messages above&lt;BR /&gt;&lt;BR /&gt;Summary: There were 2 ERROR messages, returning a non-zero exit code.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Could you please provide instructions on ...&lt;BR /&gt;1) Why does this file not exist and what is the path forward in fixing it?&lt;BR /&gt;2) How would I disable this optee all together?&lt;BR /&gt;3) You mention section 4.8.5, what document is this from?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 19:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1751365#M13579</guid>
      <dc:creator>devnull0</dc:creator>
      <dc:date>2023-11-02T19:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help w/ creating initial yocto environment targeting LS1046A</title>
      <link>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1753045#M13609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's easier with &lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL6.1.22_2.0.0.pdf" target="_self"&gt;Layerscape LDP Users Guide&lt;/A&gt;, which is the document I sent you.&lt;/P&gt;&lt;P&gt;You can redo this by running:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  &amp;gt; ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin
$: mkdir yocto-sdk
$: cd yocto-sdk
$: repo init -u https://github.com/nxp-qoriq/yocto-sdk -b &amp;lt;branch&amp;gt;
$: repo sync --force-sync
$: . ./setup-env -m ls2088ardb
$: bitbake fsl-image-networking&lt;/LI-CODE&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 21:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Need-help-w-creating-initial-yocto-environment-targeting-LS1046A/m-p/1753045#M13609</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-11-06T21:55:16Z</dc:date>
    </item>
  </channel>
</rss>

