From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1U33ac-0004B9-Je for ptxdist@pengutronix.de; Wed, 06 Feb 2013 12:54:59 +0100 From: Alexander Dahl Date: Wed, 6 Feb 2013 12:54:16 +0100 Message-Id: <1360151656-3094-1-git-send-email-post@lespocky.de> In-Reply-To: <1357208620-28044-1-git-send-email-alexander.stein@systec-electronic.com> References: <1357208620-28044-1-git-send-email-alexander.stein@systec-electronic.com> Subject: [ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4) Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List 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 Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de In dac31c4 U_BOOT_SERIES was removed with the explanation it would not be used in ptxdist anymore. This is not true. In ./scripts/lib/ptxd_make_world_patchin.sh and ./rules/post/ptxd_make_world_patchin.make there's a mechanism which automatically uses an option PACKAGENAME_SERIES if present. This can be used to have different series file in one patches directory for a given package. Removing U_BOOT_SERIES broke our BSP using this mechanism. Signed-off-by: Alexander Dahl --- platforms/at91bootstrap.in | 9 +++++++++ platforms/u-boot.in | 9 +++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in index da54849..c7ce1d3 100644 --- a/platforms/at91bootstrap.in +++ b/platforms/at91bootstrap.in @@ -44,6 +44,15 @@ config AT91BOOTSTRAP_MD5 prompt "AT91 Bootstrap source md5sum" string +config AT91BOOTSTRAP_SERIES + prompt "patch series file" + string + default "series" + help + This entry specifies a patch series file which has to live in + the u-boot patches directory. This way you can set a different + series file than the default. + config AT91BOOTSTRAP_CONFIG string prompt "AT91 Bootstrap config target" diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 244bee3..d318923 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -18,6 +18,15 @@ config U_BOOT_MD5 string prompt "U-Boot source md5" +config U_BOOT_SERIES + prompt "patch series file" + string + default "series" + help + This entry specifies a patch series file which has to live in + the u-boot patches directory. This way you can set a different + series file than the default. + config U_BOOT_CONFIG string prompt "U-Boot config target" -- 1.7.2.5 -- ptxdist mailing list ptxdist@pengutronix.de