From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W6Gxr-0006pe-JE for ptxdist@pengutronix.de; Thu, 23 Jan 2014 10:52:47 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.82) (envelope-from ) id 1W6Gxr-000329-Hh for ptxdist@pengutronix.de; Thu, 23 Jan 2014 10:52:47 +0100 From: Juergen Beisert Date: Thu, 23 Jan 2014 10:52:45 +0100 Message-Id: <1390470765-9417-5-git-send-email-jbe@pengutronix.de> In-Reply-To: <1390470765-9417-1-git-send-email-jbe@pengutronix.de> References: <1390470765-9417-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [PATCH 4/4] PTXdist: be more helpful using the pre-build archive feature Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- rules/project-name.in | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/rules/project-name.in b/rules/project-name.in index f546458..ce57364 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 -- 1.8.5.2 -- ptxdist mailing list ptxdist@pengutronix.de