Config.in 702 B

123456789101112131415161718192021
  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 git repository to clone" if CCS
  11. default "https://gogs.librecmc.org/librecmc" if !CCS_GIT_TOPDIR
  12. config CCS_GIT_TOPDIR
  13. bool "Use local checkout for sources" if CCS
  14. help
  15. If using this option, make sure that all changes have been
  16. properly checked in.