<?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: Debix Yocto fetch fail</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2255335#M242643</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can identify the problem is occurring during the fetch stage of the linux-imx_6.12.bb kernel recipe.&lt;BR /&gt;&lt;BR /&gt;The error message indicates that the build system is unable to find the specified revision (34099a3c1a8c09693a46ea7ba5370115a733996e) in the "lf_6.12.3-debix_model_ab" branch. This typically happens when the repository URL is correct, but the specific commit or branch name is not accessible.&lt;BR /&gt;&lt;BR /&gt;Since you're using the DEBIX meta-layers from the repository you shared (&lt;A href="https://github.com/debix-tech/yocto-nxp-debix" target="_blank"&gt;https://github.com/debix-tech/yocto-nxp-debix&lt;/A&gt;), your suspicion that it's trying to reach a private repository is likely correct.&lt;BR /&gt;&lt;BR /&gt;To resolve this issue, I recommend:&lt;BR /&gt;&lt;BR /&gt;1. Check with DEBIX support about access to their private repositories that contain the specific branch/commit mentioned in the error message.&lt;BR /&gt;&lt;BR /&gt;2. Verify if DEBIX has provided any documentation regarding additional repositories that need to be configured when using their meta-layers.&lt;BR /&gt;&lt;BR /&gt;3. As an alternative approach, you could modify the linux-imx recipe to use a publicly available branch/commit instead, though this may not align with DEBIX's specific customizations for their hardware.&lt;BR /&gt;&lt;BR /&gt;4. Examine the linux-imx_6.12.bb recipe file to confirm which repository URL and branch it's trying to access. The recipe file should be located in your meta-layer directories.&lt;BR /&gt;&lt;BR /&gt;This appears to be a configuration issue specific to the DEBIX customization of the NXP Yocto layers, rather than a problem with the core NXP BSP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 13:42:27 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2025-12-04T13:42:27Z</dc:date>
    <item>
      <title>Debix Yocto fetch fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2254314#M242608</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently building a Yocto image for DEBIX Model A (i.MX8M Plus) using the NXP Yocto 6.12-styhead release and the DEBIX meta-layers.&lt;BR /&gt;However, the build fails during the fetch stage of the kernel recipe linux-imx_6.12.bb.&lt;/P&gt;&lt;P&gt;I'am using this repo : &lt;A href="https://github.com/debix-tech/yocto-nxp-debix" target="_blank"&gt;https://github.com/debix-tech/yocto-nxp-debix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and after cloning and using the .build.sh I get those errors&lt;/P&gt;&lt;P&gt;ERROR: linux-imx-6.12.3+git-r0 do_fetch: Fetcher failure:&lt;BR /&gt;Unable to find revision 34099a3c1a8c09693a46ea7ba5370115a733996e&lt;BR /&gt;in branch lf_6.12.3-debix_model_ab even from upstream&lt;BR /&gt;&lt;BR /&gt;my guess is that it's trying to reach a private repo&lt;/P&gt;&lt;P&gt;here is the build config&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;BB_VERSION = 2.9.1&lt;BR /&gt;BUILD_SYS = x86_64-linux&lt;BR /&gt;NATIVELSBSTRING = ubuntu-24.04&lt;BR /&gt;TARGET_SYS = aarch64-poky-linux&lt;BR /&gt;MACHINE = imx8mp-lpddr4-evk&lt;BR /&gt;DISTRO = fsl-imx-xwayland&lt;BR /&gt;DISTRO_VERSION = 6.12-styhead&lt;BR /&gt;TUNE_FEATURES = aarch64 armv8a crc crypto&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 15:16:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2254314#M242608</guid>
      <dc:creator>SamuelDo</dc:creator>
      <dc:date>2025-12-03T15:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debix Yocto fetch fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2255335#M242643</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can identify the problem is occurring during the fetch stage of the linux-imx_6.12.bb kernel recipe.&lt;BR /&gt;&lt;BR /&gt;The error message indicates that the build system is unable to find the specified revision (34099a3c1a8c09693a46ea7ba5370115a733996e) in the "lf_6.12.3-debix_model_ab" branch. This typically happens when the repository URL is correct, but the specific commit or branch name is not accessible.&lt;BR /&gt;&lt;BR /&gt;Since you're using the DEBIX meta-layers from the repository you shared (&lt;A href="https://github.com/debix-tech/yocto-nxp-debix" target="_blank"&gt;https://github.com/debix-tech/yocto-nxp-debix&lt;/A&gt;), your suspicion that it's trying to reach a private repository is likely correct.&lt;BR /&gt;&lt;BR /&gt;To resolve this issue, I recommend:&lt;BR /&gt;&lt;BR /&gt;1. Check with DEBIX support about access to their private repositories that contain the specific branch/commit mentioned in the error message.&lt;BR /&gt;&lt;BR /&gt;2. Verify if DEBIX has provided any documentation regarding additional repositories that need to be configured when using their meta-layers.&lt;BR /&gt;&lt;BR /&gt;3. As an alternative approach, you could modify the linux-imx recipe to use a publicly available branch/commit instead, though this may not align with DEBIX's specific customizations for their hardware.&lt;BR /&gt;&lt;BR /&gt;4. Examine the linux-imx_6.12.bb recipe file to confirm which repository URL and branch it's trying to access. The recipe file should be located in your meta-layer directories.&lt;BR /&gt;&lt;BR /&gt;This appears to be a configuration issue specific to the DEBIX customization of the NXP Yocto layers, rather than a problem with the core NXP BSP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 13:42:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2255335#M242643</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-12-04T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debix Yocto fetch fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2256425#M242702</link>
      <description>&lt;P&gt;I will look with the debix support, should I turn back with the answer if anyone needs it ? I have an additional question, does NXP has a distro or yocto project for the imx8 ?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 15:37:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debix-Yocto-fetch-fail/m-p/2256425#M242702</guid>
      <dc:creator>SamuelDo</dc:creator>
      <dc:date>2025-12-06T15:37:57Z</dc:date>
    </item>
  </channel>
</rss>

