Advertisement
OGaskellADI

Bitbake on 2.1.0 error

Jun 27th, 2024
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
  2. Loading cache...done.
  3. Loaded 1706 entries from dependency cache.
  4. Parsing recipes...WARNING: /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-bsp/u-boot/u-boot-adi.bb: Exception during build_dependencies for T
  5. WARNING: /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-bsp/u-boot/u-boot-adi.bb: Error during finalise of /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-bsp/u-boot/u-boot-adi.bb
  6. WARNING: /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-kernel/linux/linux-adi_5.4.bb: Exception during build_dependencies for AUTOREV
  7. WARNING: /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-kernel/linux/linux-adi_5.4.bb: Error during finalise of /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-kernel/linux/linux-adi_5.4.bb
  8. ERROR: ExpansionError during parsing /home/oliver/gxp2-2.1.0/sources/meta-adi/meta-adi-adsp-sc5xx/recipes-bsp/u-boot/u-boot-adi.bb
  9. Traceback (most recent call last):
  10. File "/home/oliver/gxp2-2.1.0/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 1172, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x780573c86130>, d=<bb.data_smart.DataSmart object at 0x780573cfc9a0>, name='default'):
  11. if srcrev == "AUTOINC":
  12. > srcrev = ud.method.latest_revision(ud, d, name)
  13.  
  14. File "/home/oliver/gxp2-2.1.0/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 1587, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x780573c86130>, d=<bb.data_smart.DataSmart object at 0x780573cfc9a0>, name='default'):
  15. except KeyError:
  16. > revs[key] = rev = self._latest_revision(ud, d, name)
  17. return rev
  18. File "/home/oliver/gxp2-2.1.0/sources/poky/bitbake/lib/bb/fetch2/git.py", line 679, in Git._latest_revision(ud=<bb.fetch2.FetchData object at 0x780573c86130>, d=<bb.data_smart.DataSmart object at 0x780573cfc9a0>, name='default'):
  19. """
  20. > output = self._lsremote(ud, d, "")
  21. # Tags of the form ^{} may not work, need to fallback to other form
  22. File "/home/oliver/gxp2-2.1.0/sources/poky/bitbake/lib/bb/fetch2/git.py", line 668, in Git._lsremote(ud=<bb.fetch2.FetchData object at 0x780573c86130>, d=<bb.data_smart.DataSmart object at 0x780573cfc9a0>, search=''):
  23. bb.fetch2.check_network_access(d, cmd, repourl)
  24. > output = runfetchcmd(cmd, d, True)
  25. if not output:
  26. File "/home/oliver/gxp2-2.1.0/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 889, in runfetchcmd(cmd='export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/python3-native:/home/oliver/gxp2-2.1.0/sources/poky/scripts:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/oliver/gxp2-2.1.0/sources/poky/bitbake/bin:/home/oliver/gxp2-2.1.0/build/tmp/hosttools"; export HOME="/home/oliver"; git -c core.fsyncobjectfiles=0 ls-remote "https://github.com/analogdevicesinc/lnxdsp-u-boot.git" ', d=<bb.data_smart.DataSmart object at 0x780573cfc940>, quiet=True, cleanup=[], log=None, workdir=None):
  27.  
  28. > raise FetchError(error_message)
  29.  
  30. bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/python3-native:/home/oliver/gxp2-2.1.0/sources/poky/scripts:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot/usr/bin/crossscripts:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/sbin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/usr/bin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/sbin:/home/oliver/gxp2-2.1.0/build/tmp/work/adsp_sc573_ezkit-poky-linux-gnueabi/u-boot-adi/fetcheravoidrecurse-fetcheravoidrecurse/recipe-sysroot-native/bin:/home/oliver/gxp2-2.1.0/sources/poky/bitbake/bin:/home/oliver/gxp2-2.1.0/build/tmp/hosttools"; export HOME="/home/oliver"; git -c core.fsyncobjectfiles=0 ls-remote "https://github.com/analogdevicesinc/lnxdsp-u-boot.git" failed with exit code 1, output:
  31. Traceback (most recent call last):
  32. File "/home/oliver/gxp2-2.1.0/build/tmp/hosttools/git", line 26, in <module>
  33. os.execv(real_git, sys.argv)
  34. TypeError: execv: path should be string, bytes or os.PathLike, not NoneType
  35.  
  36.  
  37.  
  38. Summary: There were 5 WARNING messages shown.
  39. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement