Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / target / ccsdisk / Config.in
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
10         config CCS_GIT_UPSTREAM
11                 string "Enter source repository to clone" if CCS
12                 default "https://gogs.librecmc.org/librecmc" if !CCS_GIT_TOPDIR
13                 help
14                   The git repository specified here is for the corresponding libreCMC
15                   Buildroot that was used to build and generate firmware images.
16
17         config CCS_GIT_TOPDIR
18                 bool "Use local checkout for sources" if CCS
19                 help
20                   This option will use the current checkout for the libreCMC Buildroot
21                   source. If using this option, make sure that all changes have been
22                   properly checked in.
23
24
25