diff options
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/gen-versions.sh | 2 | ||||
-rw-r--r-- | maintainer/kconfig-versions.template | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/maintainer/gen-versions.sh b/maintainer/gen-versions.sh index 325715a2..099cdaea 100755 --- a/maintainer/gen-versions.sh +++ b/maintainer/gen-versions.sh @@ -437,6 +437,8 @@ enter_fork() info[repository]= info[repository_branch]= info[repository_cset]= + info[repository_subdir]= + info[bootstrap]= info[fork]=${fork} info[name]=${fork} info[mirrors]= diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index b3e8a905..c8dfed75 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -131,6 +131,23 @@ config @@pfx@@_DEVEL_REVISION CVS: enter the date in "YYYY/MM/DD HH:MM:SS" format (UTC) to check out certain date. Subversion: enter the revision. +config @@pfx@@_DEVEL_SUBDIR + string "Subdirectory in the repository" + default "@@repository_subdir@@" + help + Some projects produce releases not from the top-level directory in the + repository, but rather from some subdirectory. If it is the case, + specify this subdirectory here. + +config @@pfx@@_DEVEL_BOOTSTRAP + string "Bootstrap command" + default "@@bootstrap@@" + help + Command to run after checking out. Some projects don't store the generated + files like configure script in the repository; building out of a checked out + working copy thus requires some extra steps. Separate multiple shell commands + with &&. + endif config @@pfx@@_SRC_CUSTOM |