DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH v5 4/7] v7a: enable RAUC bundle creation
Date: Mon, 28 Aug 2023 11:00:13 +0200	[thread overview]
Message-ID: <20230828090013.h3jshf7fffds6uxc@pengutronix.de> (raw)
In-Reply-To: <ZOint91vyUFBMBCe@pengutronix.de>

On Fri, Aug 25, 2023 at 03:08:07PM +0200, Robert Schwebel wrote:
> Doesn't apply...

Mh yes… my fixup broke the context for the later patch… see the v6 I
just sent (without a v6 in the subject… -ENOCOFFEE)

 - Roland

> 
> On Fri, Aug 25, 2023 at 01:03:07PM +0200, Roland Hieber wrote:
> > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > ---
> >  configs/platform-v7a/platformconfig | 12 +++++++++++-
> >  1 file changed, 11 insertions(+), 1 deletion(-)
> > 
> > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
> > index a04d1eca59b2..9ebc0d590ae6 100644
> > --- a/configs/platform-v7a/platformconfig
> > +++ b/configs/platform-v7a/platformconfig
> > @@ -260,7 +260,12 @@ PTXCONF_IMAGE_KERNEL_INSTALL_EARLY=y
> >  # end of Generate images/linuximage    
> >  
> >  PTXCONF_IMAGE_LXA_MC1=y
> > -# PTXCONF_IMAGE_RAUC is not set
> > +PTXCONF_IMAGE_RAUC=y
> > +PTXCONF_IMAGE_RAUC_DESCRIPTION="DistroKit"
> > +# PTXCONF_IMAGE_RAUC_BUNDLE_FORMAT_PLAIN is not set
> > +PTXCONF_IMAGE_RAUC_BUNDLE_FORMAT_VERITY=y
> > +# PTXCONF_IMAGE_RAUC_BUNDLE_FORMAT_CRYPT is not set
> > +# PTXCONF_IMAGE_RAUC_INTERMEDIATE is not set
> >  PTXCONF_IMAGE_RIOTBOARD=y
> >  # PTXCONF_IMAGE_ROOT_CPIO is not set
> >  PTXCONF_IMAGE_ROOT_EXT=y
> > @@ -308,6 +313,7 @@ PTXCONF_HOST_EXTRACT_CERT=y
> >  PTXCONF_HOST_FLEX=y
> >  PTXCONF_HOST_GENEXT2FS=y
> >  PTXCONF_HOST_GENIMAGE=y
> > +PTXCONF_HOST_GLIB=y
> >  PTXCONF_HOST_LIBCONFUSE=y
> >  PTXCONF_HOST_LIBFFI=y
> >  PTXCONF_HOST_LIBKMOD=y
> > @@ -322,6 +328,7 @@ PTXCONF_HOST_NINJA=y
> >  PTXCONF_HOST_OPENSC=y
> >  PTXCONF_HOST_OPENSSL=y
> >  PTXCONF_HOST_P11_KIT=y
> > +PTXCONF_HOST_PCRE2=y
> >  PTXCONF_HOST_PYTHON3_FLIT_CORE=y
> >  PTXCONF_HOST_PYTHON3_INSTALLER=y
> >  PTXCONF_HOST_PYTHON3_PACKAGING=y
> > @@ -329,12 +336,15 @@ PTXCONF_HOST_PYTHON3_PYBUILD=y
> >  PTXCONF_HOST_PYTHON3_PYPROJECT_HOOKS=y
> >  PTXCONF_HOST_PYTHON3_TOMLI=y
> >  PTXCONF_HOST_PYTHON3_WHEEL=y
> > +PTXCONF_HOST_RAUC=y
> >  PTXCONF_HOST_SOFTHSM=y
> >  PTXCONF_HOST_SQLITE=y
> > +PTXCONF_HOST_SQUASHFS_TOOLS=y
> >  PTXCONF_HOST_SYSTEM_BC=y
> >  PTXCONF_HOST_SYSTEM_PYTHON3=y
> >  PTXCONF_HOST_SYSTEM_PYTHON3_SETUPTOOLS=y
> >  PTXCONF_HOST_UTIL_LINUX=y
> > +PTXCONF_HOST_ZLIB=y
> >  PTXCONF_HOST_TF_A=y
> >  
> >  #
> > -- 
> > 2.39.2
> > 
> > 
> > 
> 
> -- 
> Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
> Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |
> 
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2023-08-28  9:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 11:03 [DistroKit] [PATCH v5 0/7] v7a: add redundant update support via RAUC Roland Hieber
2023-08-25 11:03 ` [DistroKit] [PATCH v5 1/7] enable MTD and UBI tools Roland Hieber
2023-08-25 11:06   ` Alexander Dahl
2023-08-25 12:19     ` [DistroKit] [PATCH] fixup! " Roland Hieber
2023-08-25 13:04   ` [DistroKit] [PATCH v5 1/7] " Robert Schwebel
2023-08-25 11:03 ` [DistroKit] [PATCH v5 2/7] rauc: add initial support Roland Hieber
2023-08-25 13:04   ` Robert Schwebel
2023-08-25 11:03 ` [DistroKit] [PATCH v5 3/7] silence QA checks regarding missing kernel features for RAUC Roland Hieber
2023-08-25 13:05   ` Robert Schwebel
2023-08-25 11:03 ` [DistroKit] [PATCH v5 4/7] v7a: enable RAUC bundle creation Roland Hieber
2023-08-25 13:08   ` Robert Schwebel
2023-08-28  9:00     ` Roland Hieber [this message]
2023-08-25 11:03 ` [DistroKit] [PATCH v5 5/7] image-rauc: fork config file from PTXdist 2023.08.0 Roland Hieber
2023-08-25 13:06   ` Robert Schwebel
2023-08-25 11:03 ` [DistroKit] [PATCH v5 6/7] image-rauc: use ext4 rootfs instead of tar.gz Roland Hieber
2023-08-25 13:09   ` Robert Schwebel
2023-08-25 11:03 ` [DistroKit] [PATCH v5 7/7] v7a: run: start with barebox by default Roland Hieber
2023-08-25 13:09   ` 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=20230828090013.h3jshf7fffds6uxc@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=r.schwebel@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