From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RJikg-0005mH-PE for ptxdist@pengutronix.de; Fri, 28 Oct 2011 11:29:26 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1RJikg-0003pT-OK for ptxdist@pengutronix.de; Fri, 28 Oct 2011 11:29:26 +0200 Date: Fri, 28 Oct 2011 11:29:26 +0200 From: Michael Olbrich Message-ID: <20111028092926.GB12223@pengutronix.de> References: <4EAA6602.9040105@erwinrol.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4EAA6602.9040105@erwinrol.com> Subject: Re: [ptxdist] General Ptxdist usecase question Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 On Fri, Oct 28, 2011 at 10:21:22AM +0200, Erwin Rol wrote: > The projects I use Ptxdist for have grown in size over the last few > years, they now include mono, gtkwebkit, boost, clutter, gtk3 and > all the Xorg stuff. That means it now takes more than 2 hours to > compile it from scratch. The machine is not the fastest (only 4 core > 3GHz) but even if it was twice as fast it would still compile over > and hour. > > So I am looking for a way to prevent a full rebuild on every project > release. There seem to be some features in Ptxdist that should allow > this, but I could not really figure out how to use them. > > What I would like to do is this; > > 1) Build an OS with all the Xorg, mono, gtk, etc. stuff and version that. This is stable, right? Fix PTXdist version, no option changes etc.? > 2) build my own applications. > 3) combine the results from step 1 and 2 into an image for flashing > 4) goto 2 > > Is it possible to do this with Ptxdist and if so, how ? Take a look at the PROJECT_CREATE_DEVPKGS/PROJECT_USE_DEVPKGS options. With PROJECT_CREATE_DEVPKGS you get ->version>--dev.tar.gz for most packages. This is the content of _PKGDIR. With PROJECT_USE_DEVPKGS you can specify a folder contain such archives. If a matching archive is found, the stages up to install are skipped and the archive is extracted instead. The hash makes sure the sub-options used to create the archive are the correct ones. Note: You cannot use your own packages dir. That introduces really strange circular dependencies. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de