Advertisement
RobertBerger

rauc-3

Aug 28th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. pokyuser@hp-zbook-15-g4-14:/workdir/build/3rd-party/phytec-regor/build$ bitbake phytec-headless-bundle
  2. Loading cache: 100% |##########################################################################################################################################################| Time: 0:00:00
  3. Loaded 4325 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "2.0.0"
  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-PD23.1.0"
  14. TUNE_FEATURES = "arm vfp cortexa8 neon thumb callconvention-hard"
  15. TARGET_FPU = "hard"
  16. meta
  17. meta-poky = "HEAD:6bd3969d32730538608e680653e032e66958fe84"
  18. meta-oe
  19. meta-networking
  20. meta-python
  21. meta-multimedia
  22. meta-filesystems
  23. meta-perl = "HEAD:6ff0748a4741517519a281985fc3cd95dadb633e"
  24. meta-qt5 = "HEAD:aec1934cb2708236c033f2d205d5c3fbbebf7555"
  25. meta-ampliphy = "HEAD:ade18e078e7bfdeba838ca8351d1960bfce13ac1"
  26. meta-qt5-phytec = "HEAD:d555103e8e39c1a26c2e66fd2346141031e72b9b"
  27. meta-phytec = "HEAD:cdcb64e71f87fd335f4df6e6c66d9299cc1b70a9"
  28. meta-rauc = "kirkstone:2eb0d2af94c63f4bc5b52e5f7c5a36000bfd7016"
  29.  
  30. Initialising tasks: 100% |#####################################################################################################################################################| Time: 0:00:03
  31. Sstate summary: Wanted 16 Local 16 Mirrors 0 Missed 0 Current 1924 (100% match, 100% complete)
  32. NOTE: Executing Tasks
  33. NOTE: Tasks Summary: Attempted 4508 tasks of which 4508 didn't need to be rerun and all succeeded.
  34. NOTE: Writing buildhistory
  35. NOTE: Writing buildhistory took: 2 seconds
  36. pokyuser@hp-zbook-15-g4-14:/workdir/build/3rd-party/phytec-regor/build$ bitbake phytec-headless-bundle
  37. Loading cache: 100% |##########################################################################################################################################################| Time: 0:00:00
  38. Loaded 4329 entries from dependency cache.
  39. Parsing recipes: 100% |########################################################################################################################################################| Time: 0:00:00
  40. Parsing of 2831 .bb files complete (2827 cached, 4 parsed). 4325 targets, 398 skipped, 0 masked, 0 errors.
  41. NOTE: Resolving any missing task queue dependencies
  42.  
  43. Build Configuration:
  44. BB_VERSION = "2.0.0"
  45. BUILD_SYS = "x86_64-linux"
  46. NATIVELSBSTRING = "universal"
  47. TARGET_SYS = "arm-phytec-linux-gnueabi"
  48. MACHINE = "phyboard-regor-am335x-1"
  49. DISTRO = "ampliphy-rauc"
  50. DISTRO_VERSION = "BSP-Yocto-Ampliphy-AM335x-PD23.1.0"
  51. TUNE_FEATURES = "arm vfp cortexa8 neon thumb callconvention-hard"
  52. TARGET_FPU = "hard"
  53. meta
  54. meta-poky = "HEAD:6bd3969d32730538608e680653e032e66958fe84"
  55. meta-oe
  56. meta-networking
  57. meta-python
  58. meta-multimedia
  59. meta-filesystems
  60. meta-perl = "HEAD:6ff0748a4741517519a281985fc3cd95dadb633e"
  61. meta-qt5 = "HEAD:aec1934cb2708236c033f2d205d5c3fbbebf7555"
  62. meta-ampliphy = "HEAD:ade18e078e7bfdeba838ca8351d1960bfce13ac1"
  63. meta-qt5-phytec = "HEAD:d555103e8e39c1a26c2e66fd2346141031e72b9b"
  64. meta-phytec = "HEAD:cdcb64e71f87fd335f4df6e6c66d9299cc1b70a9"
  65. meta-rauc = "kirkstone:2eb0d2af94c63f4bc5b52e5f7c5a36000bfd7016"
  66.  
  67. Initialising tasks: 100% |#####################################################################################################################################################| Time: 0:00:03
  68. Sstate summary: Wanted 17 Local 16 Mirrors 0 Missed 1 Current 1923 (94% match, 99% complete)
  69. Removing 1 stale sstate objects for arch phyboard_regor_am335x_1: 100% |#######################################################################################################| Time: 0:00:00
  70. NOTE: Executing Tasks
  71. WARNING: phytec-headless-bundle-1.0-r0 do_configure: You might want to define BAREBOX_BINARY in your machine conf
  72. ERROR: phytec-headless-bundle-1.0-r0 do_configure: Error executing a python function in exec_func_python() autogenerated:
  73.  
  74. The stack trace of python calls that resulted in this exception/failure was:
  75. File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
  76. 0001:
  77. *** 0002:do_configure(d)
  78. 0003:
  79. File: '/workdir/build/3rd-party/phytec-regor/sources/poky/../meta-rauc/classes/bundle.bbclass', lineno: 398, function: do_configure
  80. 0394:# Don't include the DATETIME variable in the sstate package sigantures
  81. 0395:BUNDLE_NAME[vardepsexclude] = "DATETIME"
  82. 0396:BUNDLE_LINK_NAME ??= "${BUNDLE_BASENAME}-${MACHINE}"
  83. 0397:BUNDLE_EXTENSION ??= ".raucb"
  84. *** 0398:BUNDLE_EXTENSION[doc] = "Specifies desired custom filename extension of generated RAUC bundle."
  85. 0399:
  86. 0400:CASYNC_BUNDLE_BASENAME ??= "casync-${BUNDLE_BASENAME}"
  87. 0401:CASYNC_BUNDLE_BASENAME[doc] = "Specifies desired output base name of generated RAUC casync bundle."
  88. 0402:CASYNC_BUNDLE_NAME ??= "${CASYNC_BUNDLE_BASENAME}-${MACHINE}-${DATETIME}"
  89. Exception: TypeError: symlink: src should be string, bytes or os.PathLike, not NoneType
  90.  
  91. ERROR: Logfile of failure stored in: /workdir/build/3rd-party/phytec-regor/build/tmp/work/phyboard_regor_am335x_1-phytec-linux-gnueabi/phytec-headless-bundle/1.0-r0/temp/log.do_configure.663
  92. ERROR: Task (/workdir/build/3rd-party/phytec-regor/sources/poky/../meta-ampliphy/recipes-images/bundles/phytec-headless-bundle.bb:do_configure) failed with exit code '1'
  93. NOTE: Tasks Summary: Attempted 4505 tasks of which 4504 didn't need to be rerun and 1 failed.
  94. NOTE: Writing buildhistory
  95. NOTE: Writing buildhistory took: 2 seconds
  96.  
  97. Summary: 1 task failed:
  98. /workdir/build/3rd-party/phytec-regor/sources/poky/../meta-ampliphy/recipes-images/bundles/phytec-headless-bundle.bb:do_configure
  99. Summary: There was 1 WARNING message.
  100. Summary: There was 1 ERROR message, returning a non-zero exit code.
  101. pokyuser@hp-zbook-15-g4-14:/workdir/build/3rd-party/phytec-regor/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement