Advertisement
RobertBerger

rauc-1

Aug 27th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. pokyuser@hp-zbook-15-g4-14:/workdir/build/3rd-party/phytec-regor-fresh/sources/meta-ampliphy/recipes-core/rauc$ bitbake phytec-headless-bundle
  2. Loading cache: 100% |##########################################################################################################################################################| Time: 0:00:01
  3. Loaded 5136 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "2.9.1"
  8. BUILD_SYS = "x86_64-linux"
  9. NATIVELSBSTRING = "universal"
  10. TARGET_SYS = "arm-phytec-linux-gnueabi"
  11. MACHINE = "phyboard-regor-am335x-1"
  12. DISTRO = "ampliphy-rauc"
  13. DISTRO_VERSION = "BSP-Yocto-Ampliphy-AM335x-master-devel"
  14. TUNE_FEATURES = "arm vfp cortexa8 neon thumb callconvention-hard"
  15. TARGET_FPU = "hard"
  16. meta
  17. meta-poky = "master:497c4e87cd361dcf91badf98c892881fd7284d52"
  18. meta-oe
  19. meta-networking
  20. meta-python
  21. meta-multimedia
  22. meta-filesystems
  23. meta-perl = "master:f7fe2415e1317c5bcb791c6c1ca9c36e476b0af8"
  24. meta-ampliphy = "master:7f3276eb7d263119fff9811c4332beebe14d1869"
  25. meta-phytec = "master:76ce2028b8ed3847bb36d4c2f8e817883000e09f"
  26. meta-rauc = "master:ae97b616176f3534dfba19352eea9832fc31cb9a"
  27.  
  28. Sstate summary: Wanted 2 Local 0 Mirrors 0 Missed 2 Current 3420 (0% match, 99% complete)###################################################################### | ETA: 0:00:00
  29. Initialising tasks: 100% |#####################################################################################################################################################| Time: 0:00:07
  30. NOTE: Executing Tasks
  31. ERROR: phytec-headless-bundle-1.0-r0 do_configure: Error executing a python function in exec_func_python() autogenerated:
  32.  
  33. The stack trace of python calls that resulted in this exception/failure was:
  34. File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
  35. 0001:
  36. *** 0002:do_configure(d)
  37. 0003:
  38. File: '/workdir/build/3rd-party/phytec-regor-fresh/sources/poky/../meta-rauc/classes-recipe/bundle.bbclass', lineno: 390, function: do_configure
  39. 0386:do_configure[cleandirs] = "${BUNDLE_DIR}"
  40. 0387:
  41. 0388:BUNDLE_BASENAME ??= "${PN}"
  42. 0389:BUNDLE_BASENAME[doc] = "Specifies desired output base name of generated RAUC bundle."
  43. *** 0390:BUNDLE_NAME ??= "${BUNDLE_BASENAME}-${MACHINE}-${DATETIME}"
  44. 0391:BUNDLE_NAME[doc] = "Specifies desired full output name of generated RAUC bundle."
  45. 0392:# Don't include the DATETIME variable in the sstate package sigantures
  46. 0393:BUNDLE_NAME[vardepsexclude] = "DATETIME"
  47. 0394:BUNDLE_LINK_NAME ??= "${BUNDLE_BASENAME}-${MACHINE}"
  48. Exception: TypeError: symlink: src should be string, bytes or os.PathLike, not NoneType
  49.  
  50. ERROR: Logfile of failure stored in: /workdir/build/3rd-party/phytec-regor-fresh/build/tmp/work/phyboard_regor_am335x_1-phytec-linux-gnueabi/phytec-headless-bundle/1.0/temp/log.do_configure.2863787
  51. ERROR: Task (/workdir/build/3rd-party/phytec-regor-fresh/sources/poky/../meta-ampliphy/recipes-images/bundles/phytec-headless-bundle.bb:do_configure) failed with exit code '1'
  52. NOTE: Tasks Summary: Attempted 6662 tasks of which 6660 didn't need to be rerun and 1 failed.
  53. NOTE: Writing buildhistory
  54. NOTE: Writing buildhistory took: 2 seconds
  55.  
  56. Summary: 1 task failed:
  57. /workdir/build/3rd-party/phytec-regor-fresh/sources/poky/../meta-ampliphy/recipes-images/bundles/phytec-headless-bundle.bb:do_configure
  58. log: /workdir/build/3rd-party/phytec-regor-fresh/build/tmp/work/phyboard_regor_am335x_1-phytec-linux-gnueabi/phytec-headless-bundle/1.0/temp/log.do_configure.2863787
  59. Summary: There was 1 ERROR message, returning a non-zero exit code.
  60. pokyuser@hp-zbook-15-g4-14:/workdir/build/3rd-party/phytec-regor-fresh/sources/meta-ampliphy/recipes-core/rauc$ bitbake phytec-headless-bundle -e | grep BUNDLE_NAME
  61. # $BUNDLE_NAME [3 operations]
  62. BUNDLE_NAME="phytec-headless-bundle-phyboard-regor-am335x-1-20240827142120"
  63. # $CASYNC_BUNDLE_NAME [3 operations]
  64. CASYNC_BUNDLE_NAME="casync-phytec-headless-bundle-phyboard-regor-am335x-1-20240827142120"
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement