From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 26 Aug 2021 10:49:43 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mJB4x-0001dX-1R for lore@lore.pengutronix.de; Thu, 26 Aug 2021 10:49:43 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mJB4w-0004gG-NA; Thu, 26 Aug 2021 10:49:42 +0200 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 1mJB45-0004Of-4X for ptxdist@pengutronix.de; Thu, 26 Aug 2021 10:48:53 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 638C98A for ; Thu, 26 Aug 2021 10:48:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com 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 tclThmgGf97p for ; Thu, 26 Aug 2021 10:48:48 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id 41F922A1E; Thu, 26 Aug 2021 10:48:48 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mJB3y-0005aI-Hw for ptxdist@pengutronix.de; Thu, 26 Aug 2021 10:48:42 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Thu, 26 Aug 2021 10:48:40 +0200 Message-Id: <20210826084842.21421-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/2] Add u-boot template 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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Hei hei, I crafted this in the last weeks for a DistroKit based generic BSP, which uses U-Boot for half a dozen boards. Maybe someone else finds it useful? I also have another template for at91bootstrap3, but maybe that's a little to special? Greets Alex Alexander Dahl (2): u-boot: Introduce make macro for URL templates: Introduce new u-boot template rules/pre/u-boot.make | 15 ++ rules/templates/template-u-boot-in | 221 +++++++++++++++++++++++++ rules/templates/template-u-boot-make | 233 +++++++++++++++++++++++++++ rules/u-boot.make | 2 +- scripts/lib/ptxd_lib_template.sh | 10 ++ 5 files changed, 480 insertions(+), 1 deletion(-) create mode 100644 rules/pre/u-boot.make create mode 100644 rules/templates/template-u-boot-in create mode 100644 rules/templates/template-u-boot-make base-commit: 76d1f680233955839298435e9faf11f15434b4a4 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de