From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 24 Apr 2024 16:31:24 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rzdee-00Ez28-1M for lore@lore.pengutronix.de; Wed, 24 Apr 2024 16:31:24 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rzdee-0005GG-5V; Wed, 24 Apr 2024 16:31:24 +0200 Received: from mail.thorsis.com ([2003:a:e28:26e4::10]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rzdeV-0005B6-E8 for ptxdist@pengutronix.de; Wed, 24 Apr 2024 16:31:16 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 164E1148337E; Wed, 24 Apr 2024 16:31:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1713969074; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding; bh=DQZG+XLcvETeBaXB1agIS1iBiEaKaJNxbgQ85lgIhoY=; b=QiAUDTb4YtBIsDrZ0L6N6r32lNxrJjUHf+nymOJLiFXItOFxMhiN2Ufk1KSch8TKuoPpWo ghcJb6kKFi5HK6Vaz+B8QoBHmn/qZ8YbWHciMI5DL5fWygrRZdNQekCAQ44wvN/4GMj43i CdZZR4zwf1VrEdICwhhkZJLJ0KDTQiNjc0Wr5MczCXhkug//7+aJUgFBYY/LMeEdXttY4z uGMYnyf8Oalj1PEkUowfoL1PoQuWZDgdMYj0jKLB1FAbxdhkWnhMMydhV0V9prUXHjHh4W FfZttu9XKjtrF/Puay2jtxb46ebHLd6gVjGBMXCL0OR6n1qdk29Tpunn5AzqJA== From: Alexander Dahl To: ptxdist@pengutronix.de Date: Wed, 24 Apr 2024 16:31:05 +0200 Message-Id: <20240424143109.277373-1-ada@thorsis.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/4] ptxd_make_world_inject: Spring cleanup and optional dest dir X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Michael Riesch Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hello, some spring cleaning and a new feature for the firmware inject mechanism. When trying to re-build U-Boot as an oot build for the Karo QSBASE93 Evalkit (for QS93 Solder-Down System-on-Module) it became apparent U-Boot wants some of those binary blobs in build folder instead of source folder. Supporting this usecase is nice to have, because you won't clutter your source tree, especially when building from external tree after something like `ptxdist local-src u-boot ~/src/u-boot` … Maybe we should add some documentation for this inject mechanism? Follow-up patches for u-boot package are not yet ready for submission. Let me know what you thing of this first. Greets Alex Alexander Dahl (4): ptxd_make_world_inject: Remove useless test ptxd_make_world_inject: Use _DIR directly ptxd_make_world_inject: Escape inject path and files ptxd_make_world_inject: Introduce separate destination directory rules/post/ptxd_make_world_inject.make | 6 +++--- scripts/lib/ptxd_make_world_inject.sh | 25 ++++++++++++++++++++----- 2 files changed, 23 insertions(+), 8 deletions(-) base-commit: 549a207826f541515b26c8f8bdcc1b8df23fe3c5 -- 2.39.2