Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. nidhal@linux-l715:~/Workspace/wip/sysware/yocto/poky> bitbake hello
  2. Loading cache: 100% |##################################################################################################################| Time: 0:00:00
  3. Loaded 1277 entries from dependency cache.
  4. Parsing recipes: 100% |################################################################################################################| Time: 0:00:00
  5. Parsing of 820 .bb files complete (819 cached, 1 parsed). 1277 targets, 44 skipped, 0 masked, 0 errors.
  6. NOTE: Resolving any missing task queue dependencies
  7.  
  8. Build Configuration:
  9. BB_VERSION = "1.36.0"
  10. BUILD_SYS = "x86_64-linux"
  11. NATIVELSBSTRING = "universal-4.8"
  12. TARGET_SYS = "i586-poky-linux"
  13. MACHINE = "qemux86"
  14. DISTRO = "poky"
  15. DISTRO_VERSION = "2.4.1"
  16. TUNE_FEATURES = "m32 i586"
  17. TARGET_FPU = ""
  18. meta
  19. meta-poky
  20. meta-yocto-bsp
  21. meta-nda = "rocko:21ba45aa77e4d43a93cd96d859707a4758e8b64b"
  22.  
  23. Initialising tasks: 100% |#############################################################################################################| Time: 0:00:01
  24. NOTE: Executing SetScene Tasks
  25. NOTE: Executing RunQueue Tasks
  26. ERROR: hello-1.0-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/nidhal/Workspace/wip/sysware/yocto/poky/build/tmp/work/i586-poky-linux/hello/1.0-r0/packages-split/hello/usr/bin/helloworld' [ldflags]
  27. ERROR: hello-1.0-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
  28. ERROR: hello-1.0-r0 do_package_qa: Function failed: do_package_qa
  29. ERROR: Logfile of failure stored in: /home/nidhal/Workspace/wip/sysware/yocto/poky/build/tmp/work/i586-poky-linux/hello/1.0-r0/temp/log.do_package_qa.3008
  30. ERROR: Task (/home/nidhal/Workspace/wip/sysware/yocto/poky/meta-nda/recipes-examples/hello/hello.bb:do_package_qa) failed with exit code '1'
  31. NOTE: Tasks Summary: Attempted 453 tasks of which 440 didn't need to be rerun and 1 failed.
  32.  
  33. Summary: 1 task failed:
  34. /home/nidhal/Workspace/wip/sysware/yocto/poky/meta-nda/recipes-examples/hello/hello.bb:do_package_qa
  35. Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement