No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

raspi_defconfig 989B

1234567891011121314151617181920212223242526272829303132333435
  1. BR2_arm=y
  2. BR2_arm1176jzf_s=y
  3. BR2_ARM_EABIHF=y
  4. BR2_DL_DIR="$(HOME)/.buildroot-dl"
  5. BR2_CCACHE=y
  6. BR2_TARGET_GENERIC_HOSTNAME="raspberrypi"
  7. BR2_TARGET_GENERIC_ISSUE="Welcome to the CamCorder"
  8. BR2_TARGET_GENERIC_ROOT_PASSWD="camcorder"
  9. BR2_TARGET_GENERIC_GETTY_PORT="tty1"
  10. # Linux headers same as kernel, a 4.1 series
  11. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
  12. BR2_TOOLCHAIN_BUILDROOT_CXX=y
  13. BR2_LINUX_KERNEL=y
  14. BR2_LINUX_KERNEL_CUSTOM_GIT=y
  15. BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
  16. BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a"
  17. BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
  18. BR2_LINUX_KERNEL_ZIMAGE=y
  19. # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
  20. BR2_LINUX_KERNEL_DTS_SUPPORT=y
  21. BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
  22. BR2_PACKAGE_RPI_FIRMWARE=y
  23. # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
  24. BR2_PACKAGE_FFMPEG=y
  25. BR2_PACKAGE_FFMPEG_SWSCALE=y