From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWztJ-0000Ww-Le for distrokit@pengutronix.de; Tue, 19 Nov 2019 10:33:46 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 439C53967 for ; Tue, 19 Nov 2019 10:34:54 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sZGhaLnisc7b for ; Tue, 19 Nov 2019 10:34:54 +0100 (CET) From: Alexander Dahl Date: Tue, 19 Nov 2019 10:33:42 +0100 Message-ID: <5050274.MR8Rb9Ot4Y@ada> Subject: [DistroKit] Multiple identical barebox source trees List-Id: DistroKit Mailinglist 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 Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Hei hei, today I had a look at how the different barebox packages are built, after loosely following the Git history on those. Main reason is I want to follow a similar approach for U-Boot. Revision I'm looking at is recent master, aka 2018-02-espressobin-v3-183-ga4f6ef2. There's a rather new package barebox-common and all barebox-* packages share the same version and patch stack. Also: barebox-* packages are built out of tree (OOT). So I somehow expected in platform-v7a/build-target there would be one extracted source tree, all patches applied on top, and each barebox-* package built oot from that one source tree. However that's not the case, I have found the following folders all containing the same (clean) source tree: barebox-am335x-2019.11.0 barebox-am335x-mlo-2019.11.0 barebox-common-2019.11.0 barebox-mx6-2019.11.0 barebox-rpi2-2019.11.0 barebox-vexpress-2019.11.0 Is it possible with ptxdist to also share the source tree? That could save some time for unpacking and patching, right? Greets Alex _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de