DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH v2 5/9] v7a: bareboxes: use config diffs with the common reference config
Date: Wed, 5 Jun 2019 23:48:02 +0200	[thread overview]
Message-ID: <20190605214802.asw6xvvljfmdt6tv@pengutronix.de> (raw)
In-Reply-To: <20190605185213.26698-5-rhi@pengutronix.de>

On Wed, Jun 05, 2019 at 08:52:09PM +0200, Roland Hieber wrote:
> Make it easier to maintain a common set of features and also review the
> device-specific changes between all the barebox variants by using the
> config diff mechanism which has been available since PTXdist 2019.01.0.
> 
> No barebox config was harmed in the making of this patch, only their
> difference to the common reference config was computed.
> 
> Also add a helper script to regenerate the config diffs after the common
> config was changed.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> 
> Notes:
>     Changes in v1 -> v2:
>     - config diffs were calculated based on the wrong commit. redo all of
>       them. this also includes changes due to removal of
>       barebox-am335x.config and disabling CMD_CMP in the previous patch.
> 
>  .../platform-v7a/barebox-am335x.config.diff   | 156 ++++++++++++
>  configs/platform-v7a/barebox-mx6.config.diff  | 241 ++++++++++++++++++
>  configs/platform-v7a/barebox-rpi2.config.diff | 152 +++++++++++
>  .../platform-v7a/barebox-vexpress.config.diff | 162 ++++++++++++
>  .../platform-v7a/rules/barebox-am335x.make    |   1 +
>  configs/platform-v7a/rules/barebox-mx6.make   |   1 +
>  configs/platform-v7a/rules/barebox-rpi2.make  |   1 +
>  .../platform-v7a/rules/barebox-vexpress.make  |   1 +
>  scripts/update-diffs-v7a.sh                   |   6 +
>  9 files changed, 721 insertions(+)
>  create mode 100644 configs/platform-v7a/barebox-am335x.config.diff
>  create mode 100644 configs/platform-v7a/barebox-mx6.config.diff
>  create mode 100644 configs/platform-v7a/barebox-rpi2.config.diff
>  create mode 100644 configs/platform-v7a/barebox-vexpress.config.diff
>  create mode 100755 scripts/update-diffs-v7a.sh

Applied, thx.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

  reply	other threads:[~2019-06-05 21:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05 18:52 [DistroKit] [PATCH v2 1/9] v7a: remove unused barebox_mlo menu entry Roland Hieber
2019-06-05 18:52 ` [DistroKit] [PATCH v2 2/9] pre/barebox: barebox-url: only use <PKG>_VERSION to build the URL Roland Hieber
2019-06-05 21:46   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 3/9] v7a: barebox-common: add a common reference config for all barebox variants Roland Hieber
2019-06-05 19:05   ` [DistroKit] [PATCH v2] fixup! " Roland Hieber
2019-06-05 21:47     ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 4/9] v7a: bareboxes: use shared settings from the barebox-common package Roland Hieber
2019-06-05 21:47   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 5/9] v7a: bareboxes: use config diffs with the common reference config Roland Hieber
2019-06-05 21:48   ` Robert Schwebel [this message]
2019-06-05 18:52 ` [DistroKit] [PATCH v2 6/9] v7a: barebox-am335x: slim down config diff Roland Hieber
2019-06-05 21:48   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 7/9] v7a: barebox-mx6: " Roland Hieber
2019-06-05 21:48   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 8/9] v7a: barebox-rpi2: " Roland Hieber
2019-06-05 21:49   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 9/9] v7a: barebox-vexpress: " Roland Hieber
2019-06-05 21:49   ` Robert Schwebel
2019-06-05 21:46 ` [DistroKit] [PATCH v2 1/9] v7a: remove unused barebox_mlo menu entry Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190605214802.asw6xvvljfmdt6tv@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox