Config.in 941 B

12345678910111213141516171819202122232425
  1. menuconfig CCS
  2. bool "Build the libreCMC CCS (Complete Corresponding Source) Disk"
  3. depends on !EXTERNAL_TOOLCHAIN
  4. default BUILDBOT
  5. help
  6. This generates a CCS disk for distribution with devices that ship
  7. with libreCMC. Note that this may omit some components, ex. u-boot
  8. for a given target, which should be part of the CCS. Please see /docs/ccs.md
  9. config CCS_GIT_UPSTREAM
  10. string "Enter source repository to clone" if CCS
  11. default "https://gogs.librecmc.org/librecmc/librecmc" if !CCS_GIT_TOPDIR
  12. help
  13. The git repository specified here is for the corresponding libreCMC
  14. Buildroot that was used to build and generate firmware images.
  15. config CCS_GIT_TOPDIR
  16. bool "Use local checkout for sources" if CCS
  17. help
  18. This option will use the current checkout for the libreCMC Buildroot
  19. source. If using this option, make sure that all changes have been
  20. properly checked in.