Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. [geckos@localhost rpi-build]$ bitbake -fc cleanall linux-raspberrypi && bitbake linux-raspberrypi
  2. WARNING: Host distribution "fedora-27" 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.
  3. Loading cache: 100% |#################################################################################################################| Time: 0:00:00
  4. Loaded 2812 entries from dependency cache.
  5. NOTE: Resolving any missing task queue dependencies
  6.  
  7. Build Configuration:
  8. BB_VERSION = "1.37.0"
  9. BUILD_SYS = "x86_64-linux"
  10. NATIVELSBSTRING = "universal"
  11. TARGET_SYS = "aarch64-poky-linux"
  12. MACHINE = "raspberrypi3-64"
  13. DISTRO = "poky"
  14. DISTRO_VERSION = "2.4+snapshot-20171214"
  15. TUNE_FEATURES = "aarch64"
  16. TARGET_FPU = ""
  17. meta
  18. meta-poky
  19. meta-yocto-bsp = "master:bac81646a921e19f8f0c2e3ff130e82d2f80077e"
  20. meta-oe
  21. meta-multimedia
  22. meta-networking
  23. meta-python
  24. meta-python = "master:e08670d4362b57373557fbe6b31cbffffa465acc"
  25. meta-raspberrypi = "master:ea6dc59cd7e5b5a0c16c4696ce5f5dad3b6bfa0b"
  26.  
  27. Initialising tasks: 100% |############################################################################################################| Time: 0:00:00
  28. NOTE: Executing RunQueue Tasks
  29. NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and all succeeded.
  30.  
  31. Summary: There was 1 WARNING message shown.
  32. WARNING: Host distribution "fedora-27" 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.
  33. Loading cache: 100% |#################################################################################################################| Time: 0:00:00
  34. Loaded 2812 entries from dependency cache.
  35. NOTE: Resolving any missing task queue dependencies
  36.  
  37. Build Configuration:
  38. BB_VERSION = "1.37.0"
  39. BUILD_SYS = "x86_64-linux"
  40. NATIVELSBSTRING = "universal"
  41. TARGET_SYS = "aarch64-poky-linux"
  42. MACHINE = "raspberrypi3-64"
  43. DISTRO = "poky"
  44. DISTRO_VERSION = "2.4+snapshot-20171214"
  45. TUNE_FEATURES = "aarch64"
  46. TARGET_FPU = ""
  47. meta
  48. meta-poky
  49. meta-yocto-bsp = "master:bac81646a921e19f8f0c2e3ff130e82d2f80077e"
  50. meta-oe
  51. meta-multimedia
  52. meta-networking
  53. meta-python
  54. meta-python = "master:e08670d4362b57373557fbe6b31cbffffa465acc"
  55. meta-raspberrypi = "master:ea6dc59cd7e5b5a0c16c4696ce5f5dad3b6bfa0b"
  56.  
  57. Initialising tasks: 100% |############################################################################################################| Time: 0:00:00
  58. NOTE: Executing SetScene Tasks
  59. NOTE: Executing RunQueue Tasks
  60. ERROR: linux-raspberrypi-1_4.9.65+gitAUTOINC+5c1521c32f-r0 do_kernel_configme: Could not configure raspberrypi3-64-standard
  61. ERROR: linux-raspberrypi-1_4.9.65+gitAUTOINC+5c1521c32f-r0 do_kernel_configme: Function failed: do_kernel_configme (log file is located at /home/geckos/yocto/rpi-build/tmp/work/raspberrypi3_64-poky-linux/linux-raspberrypi/1_4.9.65+gitAUTOINC+5c1521c32f-r0/temp/log.do_kernel_configme.4444)
  62. ERROR: Logfile of failure stored in: /home/geckos/yocto/rpi-build/tmp/work/raspberrypi3_64-poky-linux/linux-raspberrypi/1_4.9.65+gitAUTOINC+5c1521c32f-r0/temp/log.do_kernel_configme.4444
  63. Log data follows:
  64. | DEBUG: Executing shell function do_kernel_configme
  65. | ERROR: Could not configure raspberrypi3-64-standard
  66. | WARNING: /home/geckos/yocto/rpi-build/tmp/work/raspberrypi3_64-poky-linux/linux-raspberrypi/1_4.9.65+gitAUTOINC+5c1521c32f-r0/temp/run.do_kernel_configme.4444:1 exit 1 from 'exit 1'
  67. | ERROR: Function failed: do_kernel_configme (log file is located at /home/geckos/yocto/rpi-build/tmp/work/raspberrypi3_64-poky-linux/linux-raspberrypi/1_4.9.65+gitAUTOINC+5c1521c32f-r0/temp/log.do_kernel_configme.4444)
  68. ERROR: Task (/home/geckos/yocto/source/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb:do_kernel_configme) failed with exit code '1'
  69. NOTE: Tasks Summary: Attempted 489 tasks of which 479 didn't need to be rerun and 1 failed.
  70.  
  71. Summary: 1 task failed:
  72. /home/geckos/yocto/source/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb:do_kernel_configme
  73. Summary: There was 1 WARNING message shown.
  74. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  75. [geckos@localhost rpi-build]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement