From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id C6C6A6AFC2 for ; Wed, 21 Aug 2013 15:00:10 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r7LFBnSX031820; Wed, 21 Aug 2013 16:11:49 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XgbcK9pdgWiv; Wed, 21 Aug 2013 16:11:49 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r7LFBjK2031816 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 21 Aug 2013 16:11:46 +0100 Message-ID: <1377097189.25999.118.camel@ted> From: Richard Purdie To: Laszlo Papp Date: Wed, 21 Aug 2013 15:59:49 +0100 In-Reply-To: References: <520E17F6.4030500@communistcode.co.uk> <52147D02.10106@communistcode.co.uk> <20130821110401.GG522@jama> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: OE-core Subject: Re: Why is "bitbake core-image-minimal" building gtk docs? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 15:00:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2013-08-21 at 12:10 +0100, Laszlo Papp wrote: > On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa > wrote: > On Wed, Aug 21, 2013 at 11:31:53AM +0100, Laszlo Papp wrote: > > That does not mean bitbake cannot generate tarball out of > the git > > repository. In fact, it is relatively simple. ;-) > > It does, all you need to do is enable > BB_GENERATE_MIRROR_TARBALLS > > I am not using mirrors. I am simply pushing the downloads folder, etc > to the git repository "git add". It is as simply as that without an > explicit mirror set up and its maintenance. Regardless of whether you use mirrors or not, if you set BB_GENERATE_MIRROR_TARBALLS it will create tarballs in DL_DIR of the git repositories. You can then stop trying to check in the /git/ and /git2/ subdirectories of DL_DIR and some of your problems will likely go away. The reason this is not enabled by default is for performance reasons. Cheers, Richard