1. My tree:
  2. meta-bebot/
  3. recipes-kernel/
  4. linux/
  5. linux-gumstix-3.5.bbappend
  6. files/
  7. defconfig
  8.  
  9.  
  10. ------------------------------------------------------------------------------------------------------
  11.  
  12. My .bbappend file is :
  13.  
  14. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  15. PRINC := "${@int(PRINC) + 7}"
  16. SRC_URI += "file://defconfig"
  17. do_configure_append() {
  18. cp ${WORKDIR}/defconfig ${S}/.config
  19. }
  20.  
  21. -------------------------------------------------------------------------------------------------------
  22. My defconfig file i changed this(CONFIG_VIDEO_VIVI=y) line:
  23.  
  24. # Miscelaneous helper chips
  25. # CONFIG_VIDEO_THS7303 is not set
  26. # CONFIG_VIDEO_M52790 is not set
  27. #changed on Oct 31 1830hrs
  28. CONFIG_VIDEO_VIVI=y
  29. CONFIG_V4L_USB_DRIVERS=y
  30. # CONFIG_VIDEO_AU0828 is not set