Advertisement
Guest User

Untitled

a guest
Oct 10th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat log.do_kernel_configcheck
  2. DEBUG: Executing python function do_kernel_configcheck
  3. NOTE: validating kernel config, see log.do_kernel_configcheck for details
  4. DEBUG: The following new/unknown Kconfig files were found:
  5. drivers/net/can/xilinx/Kconfig
  6.  
  7. [non-hardware (5)]: .meta/cfg/standard/common-pc/specified_non_hdw.cfg
  8. This BSP sets config options that are possibly non-hardware related.
  9.  
  10. [invalid (1)]: .meta/cfg/standard/common-pc/invalid.cfg
  11. This BSP sets config options that are not offered anywhere within this kernel
  12.  
  13. [errors (1): .meta/cfg/standard/common-pc/fragment_errors.txt
  14. There are errors withing the config fragments.
  15.  
  16. [required redefined (5)]: .meta/cfg/standard/common-pc/required_redefinition.txt
  17. required kernel config options were redefined (and changed)
  18. during processing this BSP. This means that required values are
  19. are changed from their initial value.
  20.  
  21. [mismatch (4)]: .meta/cfg/standard/common-pc/mismatch.cfg
  22. There were hardware options requested that do not
  23. have a corresponding value present in the final ".config" file.
  24. This probably means you aren't getting the config you wanted.
  25.  
  26. [required (5)]: .meta/cfg/standard/common-pc/missing_required.cfg
  27. There were required options requested that do not
  28. have a corresponding value present in the final ".config" file.
  29. This is a violation of the policy defined by the higher level config
  30. DEBUG: Python function do_kernel_configcheck finished
  31. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat ../linux/.meta/cfg/standard/common-pc/specified_non_hdw.cfg
  32. CONFIG_NET
  33. CONFIG_NETDEVICES
  34. CONFIG_RFKILL
  35. CONFIG_WIRELESS
  36. CONFIG_WIRELESS_EXT
  37. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat ../linux/.meta/cfg/standard/common-pc/invalid.cfg
  38. CONFIG_GENERIC_GPIO
  39. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat ../linux/.meta/cfg/standard/common-pc/required_redefinition.txt
  40. Value of CONFIG_BT is redefined by fragment .meta/cfg/files/cc-can.cfg.sanitized:
  41. Previous value: # CONFIG_BT is not set
  42. New value: CONFIG_BT=m
  43. Value of CONFIG_USB_OHCI_HCD is redefined by fragment .meta/cfg/files/cc-misc.cfg.sanitized:
  44. Previous value: CONFIG_USB_OHCI_HCD=y
  45. New value: CONFIG_USB_OHCI_HCD=m
  46. Value of CONFIG_USB_SERIAL is redefined by fragment .meta/cfg/files/cc-misc.cfg.sanitized:
  47. Previous value: CONFIG_USB_SERIAL=y
  48. New value: CONFIG_USB_SERIAL=m
  49. Value of CONFIG_USB_SERIAL_FTDI_SIO is redefined by fragment .meta/cfg/files/cc-misc.cfg.sanitized:
  50. Previous value: CONFIG_USB_SERIAL_FTDI_SIO=y
  51. New value: CONFIG_USB_SERIAL_FTDI_SIO=m
  52. Value of CONFIG_USB_XHCI_HCD is redefined by fragment .meta/cfg/files/cc-misc.cfg.sanitized:
  53. Previous value: CONFIG_USB_XHCI_HCD=y
  54. New value: CONFIG_USB_XHCI_HCD=m
  55. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat ../linux/.meta/cfg/standard/common-pc/mismatch.cfg
  56. Value requested for CONFIG_BRCMFMAC_SDIO not in final ".config"
  57. Requested value: "CONFIG_BRCMFMAC_SDIO=y"
  58. Actual value set: ""
  59.  
  60. Value requested for CONFIG_BRCMSMAC not in final ".config"
  61. Requested value: "CONFIG_BRCMSMAC=m"
  62. Actual value set: ""
  63.  
  64. Value requested for CONFIG_USB_SERIAL_CONSOLE not in final ".config"
  65. Requested value: "CONFIG_USB_SERIAL_CONSOLE=y"
  66. Actual value set: ""
  67.  
  68. Value requested for CONFIG_USB_SERIAL_PL2303 not in final ".config"
  69. Requested value: "CONFIG_USB_SERIAL_PL2303=y"
  70. Actual value set: "CONFIG_USB_SERIAL_PL2303=m"
  71.  
  72. bobbuilder@OBM-Ubuntu-4:~/svn/yocto/platform/xl4/build/tmp/work/xl4-poky-linux/linux-yocto/3.10.17+gitAUTOINC+452f0679ea_10f8245e0d-r0.14/temp$ cat ../linux/.meta/cfg/standard/common-pc/missing_required.cfg
  73. Required value for CONFIG_GENERIC_GPIO not in final ".config"
  74. Requested value: "CONFIG_GENERIC_GPIO=y"
  75. Actual value set: ""
  76.  
  77. Required value for CONFIG_LIBERTAS_SDIO not in final ".config"
  78. Requested value: "CONFIG_LIBERTAS_SDIO=m"
  79. Actual value set: ""
  80.  
  81. Required value for CONFIG_PHYLIB not in final ".config"
  82. Requested value: "CONFIG_PHYLIB=m"
  83. Actual value set: "CONFIG_PHYLIB=y"
  84.  
  85. Required value for CONFIG_REGMAP not in final ".config"
  86. Requested value: "CONFIG_REGMAP=y"
  87. Actual value set: ""
  88.  
  89. Required value for CONFIG_REGMAP_I2C not in final ".config"
  90. Requested value: "CONFIG_REGMAP_I2C=y"
  91. Actual value set: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement