Thanks, applied as 1880dbf92d14a54879ee041ee3f18be755d0d0ad. Michael
[sent from post-receive hook] On Tue, 19 May 2020 14:23:45 +0200, Bastian Krause <[email protected]> wrote: > Note: requires genimage v13 or later > > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/config/images/rauc.config b/config/images/rauc.config > index 8396bd4bea74..0c824f00e5d3 100644 > --- a/config/images/rauc.config > +++ b/config/images/rauc.config > @@ -13,5 +13,6 @@ image @IMAGE@ { > " > cert = "@RAUC_CERT@" > key = "@RAUC_KEY@" > + keyring = "@RAUC_KEYRING@" > } > } > diff --git a/rules/image-rauc.make b/rules/image-rauc.make > index d85b88cc2ecd..fe1b0e89be7c 100644 > --- a/rules/image-rauc.make > +++ b/rules/image-rauc.make > @@ -33,7 +33,8 @@ IMAGE_RAUC_ENV = \ > RAUC_BUNDLE_BUILD=$(call ptx/sh, date +%FT%T%z) \ > RAUC_BUNDLE_DESCRIPTION=$(PTXCONF_IMAGE_RAUC_DESCRIPTION) \ > RAUC_KEY="$(shell cs_get_uri update)" \ > - RAUC_CERT="$(shell cs_get_uri update)" > + RAUC_CERT="$(shell cs_get_uri update)" \ > + RAUC_KEYRING="$(shell cs_get_ca update)" > > $(IMAGE_RAUC_IMAGE): > @$(call targetinfo) _______________________________________________ ptxdist mailing list [email protected]
