Advertisement
RobertBerger

bitbake linux-yocto-custom -c diffconfig

Oct 3rd, 2017
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. bitbake linux-yocto-custom -c diffconfig
  2. NOTE: Started PRServer with DBfile: /tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/build/cache/prserv.sqli
  3. te3, IP: 127.0.0.1, PORT: 39541, PID: 32616
  4. Loading cache: 100% |###########################################################################################################################| Time: 0:00:00
  5. Loaded 1278 entries from dependency cache.
  6. NOTE: Resolving any missing task queue dependencies
  7.  
  8. Build Configuration:
  9. BB_VERSION = "1.35.0"
  10. BUILD_SYS = "x86_64-linux"
  11. NATIVELSBSTRING = "universal"
  12. TARGET_SYS = "arm-poky-linux-gnueabi"
  13. MACHINE = "imx6q-phytec-mira-rdk-nand-bsp"
  14. DISTRO = "poky"
  15. DISTRO_VERSION = "2.4"
  16. TUNE_FEATURES = "arm armv7a vfp neon"
  17. TARGET_FPU = "softfp"
  18. meta
  19. meta-poky
  20. meta-yocto-bsp = "2017-10-02-rocko-2.4-pre-release:e632745c4e7a39f5461a23a99e72036281c56917"
  21. imx6q-phytec-mira-rdk-nand-bsp = "master:0e7bbb3e6e35e0388864e9c8bce1dda22da30872"
  22.  
  23. Initialising tasks: 100% |######################################################################################################################| Time: 0:00:00
  24. NOTE: Executing SetScene Tasks
  25. NOTE: Executing RunQueue Tasks
  26. ERROR: linux-yocto-custom-4.9.44+gitAUTOINC+a97a16f18c-r0 do_diffconfig: Error executing a python function in exec_python_func() autogenerated:
  27.  
  28. The stack trace of python calls that resulted in this exception/failure was:
  29. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  30. 0001:
  31. *** 0002:do_diffconfig(d)
  32. 0003:
  33. File: '/tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/meta/classes/cml1.bbclass', lineno: 66, function: do_diffconfig
  34. 0062: bb.fatal("No config files found. Did you do menuconfig ?\n%s" % e)
  35. 0063:
  36. 0064: if isdiff:
  37. 0065: statement = 'diff --unchanged-line-format= --old-line-format= --new-line-format="%L" ' + configorig + ' ' + config + '>' + fragment
  38. *** 0066: subprocess.check_call(statement, shell=True)
  39. 0067:
  40. 0068: shutil.copy(configorig, config)
  41. 0069:
  42. 0070: bb.plain("Config fragment has been dumped into:\n %s" % fragment)
  43. File: '/usr/lib/python3.5/subprocess.py', lineno: 581, function: check_call
  44. 0577: if retcode:
  45. 0578: cmd = kwargs.get("args")
  46. 0579: if cmd is None:
  47. 0580: cmd = popenargs[0]
  48. *** 0581: raise CalledProcessError(retcode, cmd)
  49. 0582: return 0
  50. 0583:
  51. 0584:
  52. 0585:def check_output(*popenargs, timeout=None, **kwargs):
  53. Exception: subprocess.CalledProcessError: Command 'diff --unchanged-line-format= --old-line-format= --new-line-format="%L" .config.orig .config>/tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/build/tmp/work/imx6q_phytec_mira_rdk_nand_bsp-poky-linux-gnueabi/linux-yocto-custom/4.9.44+gitAUTOINC+a97a16f18c-r0/fragment.cfg' returned non-zero exit status 1
  54.  
  55. ERROR: linux-yocto-custom-4.9.44+gitAUTOINC+a97a16f18c-r0 do_diffconfig: Function failed: do_diffconfig
  56. ERROR: Logfile of failure stored in: /tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/build/tmp/work/imx6q_phytec_mira_rdk_nand_bsp-poky-linux-gnueabi/linux-yocto-custom/4.9.44+gitAUTOINC+a97a16f18c-r0/temp/log.do_diffconfig.32666
  57. ERROR: Task (/tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/imx6q-phytec-mira-rdk-nand-bsp/recipes-kernel/linux/linux-yocto-custom.bb:do_diffconfig) failed with exit code '1'
  58. NOTE: Tasks Summary: Attempted 24 tasks of which 23 didn't need to be rerun and 1 failed.
  59. NOTE: The errors for this build are stored in /tmp/yocto-autobuilder/yocto-autobuilder/yocto-worker/poky-custom-rocko-multi-v7-core-image-minimal/build/tmp/log/error-report/error_report_20171003130344.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement