<?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: yocto real time edge v2.8 build issue in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2252344#M6013</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Build, the issue appears to be related to the inability to fetch the xdp-tools repository with the specific revision 2236e8d286701f275881da77bf1eef43d53370f.&lt;BR /&gt;&lt;BR /&gt;This is likely due to branch naming changes in the repository. Many repositories have transitioned from using "master" as the default branch name to "main" or other naming conventions.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;you can try the following approaches:&lt;BR /&gt;&lt;BR /&gt;1. Clean the state of the problematic package:&lt;BR /&gt;```&lt;BR /&gt;bitbake -c cleansstate libxdp&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;2. Manually download the required source files:&lt;BR /&gt;- Visit the repository at &lt;A href="https://github.com/xdp-project/xdp-tools" target="_blank"&gt;https://github.com/xdp-project/xdp-tools&lt;/A&gt;&lt;BR /&gt;- Check if the specific revision (2236e8d286701f275881da77bf1eef43d53370f) exists in a different branch&lt;BR /&gt;- Download the source code directly and place it in your build's download directory&lt;BR /&gt;&lt;BR /&gt;3. Update the recipe to reference the correct branch name if "master" has been renamed to "main" in the repository.&lt;BR /&gt;&lt;BR /&gt;4. If the revision is no longer available, you might need to update the recipe to use a newer revision that's available in the repository.&lt;BR /&gt;&lt;BR /&gt;This issue affects both v2.8 and v3.0 because they may be referencing an outdated branch name or a specific revision that is no longer accessible in the repository's history.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Dec 2025 14:20:25 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2025-12-01T14:20:25Z</dc:date>
    <item>
      <title>yocto real time edge v2.8 build issue</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250712#M6010</link>
      <description>&lt;P&gt;I encoutered the following problem both on &lt;STRONG&gt;my ubuntu 20.04 vmware virtual machine&lt;/STRONG&gt; and &lt;STRONG&gt;ECS server (located in america ) machine&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: libxdp-1.4.1-r0 do_fetch: Failed to fetch URL git://github.com/xdp-project/xdp-tools.git;branch=master;protocol=https, attempting MIRRORS if available&lt;BR /&gt;ERROR: libxdp-1.4.1-r0 do_fetch: Fetcher failure: Unable to find revision 2236e8d286701f275881da77bf1eef43d53d370f in branch master even from upstream&lt;BR /&gt;ERROR: libxdp-1.4.1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/xdp-project/xdp-tools.git;branch=master;protocol=https')&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/user/linux/yocto-real-time-edge/build-imx93evk/tmp/work/armv8a-poky-linux/libxdp/1.4.1-r0/temp/log.do_fetch.1533761&lt;BR /&gt;ERROR: Task (/home/user/linux/yocto-real-time-edge/sources/meta-real-time-edge/recipes-support/libxdp/libxdp_1.4.1.bb:do_fetch) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the same problem occured when i tried to compile v3.0 yocto project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 02:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250712#M6010</guid>
      <dc:creator>junze_tianjian</dc:creator>
      <dc:date>2025-11-28T02:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: yocto real time edge v2.8 build issue</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250715#M6011</link>
      <description>&lt;P&gt;My steps :&lt;/P&gt;&lt;P&gt;$ mkdir yocto-real-time-edge&lt;/P&gt;&lt;P&gt;$ cd yocto-real-time-edge&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge.git" target="_blank"&gt;https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge.git&lt;/A&gt; -b real-time-edge-mickledore -m real-time-edge-2.8.0.xml&lt;/P&gt;&lt;P&gt;$ repo sync or repo sync --no-clone-bundle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DISTRO=&amp;lt;distro name&amp;gt; MACHINE=&amp;lt;machine name&amp;gt; source real-time-edge-setup-env.sh -b &amp;lt;build dir&amp;gt;&lt;/P&gt;&lt;P&gt;$ DISTRO=nxp-real-time-edge MACHINE=imx93evk source real-time-edge-setup-env.sh -b build-imx93evk&lt;BR /&gt;or&lt;BR /&gt;$ EULA=1 DISTRO=nxp-real-time-edge MACHINE=imx93evk source real-time-edge-setup-env.sh -b build-imx93evk&lt;/P&gt;&lt;P&gt;$ bitbake nxp-image-real-time-edge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 02:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250715#M6011</guid>
      <dc:creator>junze_tianjian</dc:creator>
      <dc:date>2025-11-28T02:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: yocto real time edge v2.8 build issue</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250759#M6012</link>
      <description>&lt;P&gt;build-imx93evk\tmp\work\armv8a-poky-linux\libxdp\1.4.1-r0\temp\log.do_fetch.1239346&amp;nbsp; is uploaded as attachment.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 03:36:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2250759#M6012</guid>
      <dc:creator>junze_tianjian</dc:creator>
      <dc:date>2025-11-28T03:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: yocto real time edge v2.8 build issue</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2252344#M6013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Build, the issue appears to be related to the inability to fetch the xdp-tools repository with the specific revision 2236e8d286701f275881da77bf1eef43d53370f.&lt;BR /&gt;&lt;BR /&gt;This is likely due to branch naming changes in the repository. Many repositories have transitioned from using "master" as the default branch name to "main" or other naming conventions.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;you can try the following approaches:&lt;BR /&gt;&lt;BR /&gt;1. Clean the state of the problematic package:&lt;BR /&gt;```&lt;BR /&gt;bitbake -c cleansstate libxdp&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;2. Manually download the required source files:&lt;BR /&gt;- Visit the repository at &lt;A href="https://github.com/xdp-project/xdp-tools" target="_blank"&gt;https://github.com/xdp-project/xdp-tools&lt;/A&gt;&lt;BR /&gt;- Check if the specific revision (2236e8d286701f275881da77bf1eef43d53370f) exists in a different branch&lt;BR /&gt;- Download the source code directly and place it in your build's download directory&lt;BR /&gt;&lt;BR /&gt;3. Update the recipe to reference the correct branch name if "master" has been renamed to "main" in the repository.&lt;BR /&gt;&lt;BR /&gt;4. If the revision is no longer available, you might need to update the recipe to use a newer revision that's available in the repository.&lt;BR /&gt;&lt;BR /&gt;This issue affects both v2.8 and v3.0 because they may be referencing an outdated branch name or a specific revision that is no longer accessible in the repository's history.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 14:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/yocto-real-time-edge-v2-8-build-issue/m-p/2252344#M6013</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-12-01T14:20:25Z</dc:date>
    </item>
  </channel>
</rss>

