Yocto error 502 on 5.4.24-2.1.0 i.MX8M BSP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto error 502 on 5.4.24-2.1.0 i.MX8M BSP

1,749 Views
sergeiposelenov
Contributor I

Hello, we are observing intermittent Yocto build errors when building NXP i.MX BSP 5.4.24-2.1.0 for i.MX 8M Nano target. The error shows up when fetching AUTOREV of the nxp-demo-experience recipe, which we didn't modify or use in our builds.

The error is below:

ERROR: ExpansionError during parsing /home/local/NEATO/bors.builder/jenkins/workspace/yocto_lego_johnny5/sources/meta-nxp-demo-experience/recipes-nxp-demo-experience/nxp-demo-experience/nxp-demo-experience_1.0.bb Traceback (most recent call last): File "/home/local/NEATO/bors.builder/jenkins/workspace/yocto_lego_johnny5/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 1167, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7f93612778d0>, d=<bb.data_smart.DataSmart object at 0x7f93612064e0>, name='nxp-demo-experience'): if srcrev == "AUTOINC": > srcrev = ud.method.latest_revision(ud, d, name)
...
git -c core.fsyncobjectfiles=0 ls-remote https://source.codeaurora.org/external/imxsupport/nxp-demo-experience failed with exit code 128, output: fatal: unable to access 'https://source.codeaurora.org/external/imxsupport/nxp-demo-experience/': The requested URL returned error: 502

The error usually happens during the nighlty (US time) builds. When restarted in the morning, the error just goes away.

We didn't use "nxp-demo-experience" in our project or modify it in any ways. Perhaps source.codeaurora.org is having connectivity issues?

Does anyone is having similar problems and solved them somehow? Thanks!

0 Kudos
1 Reply

1,687 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hello @sergeiposelenov 

There will be no such meta-nxp-demo-experience/ with i.MX BSP 5.4.24-2.1.0. as shown below.  Could you please double check if you built the release 5.4.24-2.1.0?

<manifest>

  <default sync-j="2"/>

  <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
  <remote fetch="git://github.com/Freescale" name="community"/>
  <remote fetch="git://github.com/openembedded" name="oe"/>
  <remote fetch="git://github.com/OSSystems" name="OSSystems"/>
  <remote fetch="git://github.com/meta-qt5"  name="QT5"/>
  <remote fetch="git://github.com/TimesysGit"  name="Timesys"/>
  <remote fetch="git://github.com/meta-rust"  name="rust"/>
  <remote fetch="git://git.openembedded.org"  name="python2"/>
  <remote fetch="https://source.codeaurora.org/external/imx" name="CAF"/>

  <project name="fsl-community-bsp-base" path="sources/base" remote="community" revision="01488a237cdf45b3087420e169c9f67b84fd7373">
    <linkfile dest="README" src="README"/>
    <linkfile dest="setup-environment" src="setup-environment"/>
  </project>

  <project name="meta-browser" path="sources/meta-browser" remote="OSSystems" revision="5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"/>

  <project name="meta-freescale" path="sources/meta-freescale" remote="community" revision="c2a0d924f6200eea1fb1d1b61e7420ea5da2f8fb"/>
  <project name="meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty" remote="community" revision="dbcc686f52c3c84db8cb86aa8973a4e373651b98"/>
  <project name="meta-freescale-distro" path="sources/meta-freescale-distro" remote="community" revision="ca27d12e4964d1336e662bcc60184bbff526c857"/>

  <project name="meta-imx" path="sources/meta-imx" remote="CAF" revision="c4fe39a37226029044c4a0c2d01b1cb77a9b8d8e" upstream="zeus-5.4.24-2.1.0">
    <linkfile dest="imx-setup-release.sh" src="tools/imx-setup-release.sh"/>
    <linkfile dest="README-IMXBSP" src="README"/>
  </project>

  <project name="meta-openembedded" path="sources/meta-openembedded" remote="oe" revision="9e60d30669a2ad0598e9abf0cd15ee06b523986b"/>
  <project name="meta-python2" path="sources/meta-python2" remote="python2" revision="231c3d74cfcf734c3415e86ea8dd97f73ddced9d"/>
  <project name="meta-qt5" path="sources/meta-qt5" remote="QT5" revision="b8bcf8cb576d072f435a0177375e54424f67d1c9"/>
  <project name="meta-rust" path="sources/meta-rust" remote="rust" revision="a012a1027defe28495f06ed522a7a82bdd59a610"/>

  <project name="meta-timesys" path="sources/meta-timesys" remote="Timesys" revision="e97b31ca34018393544f82f68855bf5f82a32da4"/>

  <project name="poky" path="sources/poky" remote="yocto" revision="cba967414370e195d109353e51510bd829aa86c3"/>

</manifest>

 

Best regards

Harvey

0 Kudos