summaryrefslogtreecommitdiffstats
path: root/rules/project-name.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-01-23 10:46:44 +0100
committerJuergen Beisert <jbe@pengutronix.de>2014-01-23 11:39:54 +0100
commit412a81ae7533cbbd92373ccd60dcb3e3d0d487db (patch)
tree33080c88730362cb7115ec365d9dd66516e70374 /rules/project-name.in
parent7d9d221bdfe7b21baa6012978c40cafc50da3d30 (diff)
downloadptxdist-412a81ae7533cbbd92373ccd60dcb3e3d0d487db.tar.gz
ptxdist-412a81ae7533cbbd92373ccd60dcb3e3d0d487db.tar.xz
PTXdist: be more helpful using the pre-build archive feature
To make use of this helpful PTXdist feature, help a new user to understand how to configure her/his project. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'rules/project-name.in')
-rw-r--r--rules/project-name.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/rules/project-name.in b/rules/project-name.in
index f5464582e..ce57364a6 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -164,20 +164,32 @@ config PROJECT_USE_LOCAL_PLATFORM_NAME
The name of the platform to use. This is the directory name of
the platform in the ptxdist workspace e.g. ``platform-i586''.
+comment "------------------------------------"
+comment "pre-build package handling"
+comment "------------------------------------"
config PROJECT_CREATE_DEVPKGS
bool
- prompt "create dev packages"
+ prompt "create pre-build archives"
+ help
+ Enable the creation of pre-build package archives. Read the
+ "How to become a PTXdist Guru" for further details.
config PROJECT_USE_DEVPKGS
bool
select HOST_CHRPATH
- prompt "use dev packages"
+ prompt "use pre-build archives"
+ help
+ Use pre-build package archives to build or re-build the project if
+ corresponding package archives with the same configuration are found.
config PROJECT_DEVPKGDIR
string
- prompt "dev package dir"
+ prompt "pre-build archive directory"
depends on PROJECT_USE_DEVPKGS
default "/opt/OSELAS.BSP/${PTXCONF_PROJECT_VENDOR}/OSELAS.BSP-${PTXCONF_PROJECT_VENDOR}-${PTXCONF_PROJECT}${PTXCONF_PROJECT_VERSION}"
+ help
+ This entry defines the path to a directory where pre-build archives
+ are expected.
endmenu