Message ID | 20250129102528.272043-1-badrikesh.prusty@siemens.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [isar-cip-core] efibootguard: update to 0.19 | expand |
On 29.01.25 11:25, Badrikesh Prusty wrote: > The latest efibootguard brings the Watchdog support for SIMATIC IPC BX-21A > and Advantechs's EC EIOIS200, added support for and usage of the BIT(x) macro. > > Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com> > --- > ...fibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename recipes-bsp/efibootguard/{efibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} (87%) > > diff --git a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > similarity index 87% > rename from recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb > rename to recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > index 6d32833..981aa3d 100644 > --- a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb > +++ b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > @@ -1,7 +1,7 @@ > # > # CIP Core, generic profile > # > -# Copyright (c) Siemens AG, 2020-2024 > +# Copyright (c) Siemens AG, 2020-2025 > # > # Authors: > # Quirin Gylstorff <quirin.gylstorff@siemens.com> > @@ -23,8 +23,8 @@ SRC_URI = " \ > git://salsa.debian.org/debian/efibootguard.git;protocol=https;branch=master;name=debian \ > file://debian-patches/0001-d-control-Make-compatible-with-debian-buster.patch \ > " > -SRC_URI[tarball.sha256sum] = "023b96548e0779bd7aaf58899883099dba9993b1b4af0c858adc00382523ae52" > -SRCREV_debian = "7e31b8f9cc204d1210c6c03381f936a96c29b35f" > +SRC_URI[tarball.sha256sum] = "167a808d508558341b81d9a493f76161ac7fd7119e764435eae1b13e31a69737" > +SRCREV_debian = "040c116a61ffc99a92b6cbdb793abb7f51ef8d4a" > > PROVIDES = "libebgenv-dev libebgenv0 efibootguard" > Thanks, but we are holding back such an update for a reason: 0.19-1 has not been uploaded yet, thus is not yet an official Debian version. We had fun with prematurely adopted versions from salsa before. Quirin, any news on this? Jan
On 1/30/25 06:23, Jan Kiszka wrote: > On 29.01.25 11:25, Badrikesh Prusty wrote: >> The latest efibootguard brings the Watchdog support for SIMATIC IPC BX-21A >> and Advantechs's EC EIOIS200, added support for and usage of the BIT(x) macro. >> >> Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com> >> --- >> ...fibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> rename recipes-bsp/efibootguard/{efibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} (87%) >> >> diff --git a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb >> similarity index 87% >> rename from recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb >> rename to recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb >> index 6d32833..981aa3d 100644 >> --- a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb >> +++ b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb >> @@ -1,7 +1,7 @@ >> # >> # CIP Core, generic profile >> # >> -# Copyright (c) Siemens AG, 2020-2024 >> +# Copyright (c) Siemens AG, 2020-2025 >> # >> # Authors: >> # Quirin Gylstorff <quirin.gylstorff@siemens.com> >> @@ -23,8 +23,8 @@ SRC_URI = " \ >> git://salsa.debian.org/debian/efibootguard.git;protocol=https;branch=master;name=debian \ >> file://debian-patches/0001-d-control-Make-compatible-with-debian-buster.patch \ >> " >> -SRC_URI[tarball.sha256sum] = "023b96548e0779bd7aaf58899883099dba9993b1b4af0c858adc00382523ae52" >> -SRCREV_debian = "7e31b8f9cc204d1210c6c03381f936a96c29b35f" >> +SRC_URI[tarball.sha256sum] = "167a808d508558341b81d9a493f76161ac7fd7119e764435eae1b13e31a69737" >> +SRCREV_debian = "040c116a61ffc99a92b6cbdb793abb7f51ef8d4a" >> >> PROVIDES = "libebgenv-dev libebgenv0 efibootguard" >> > > Thanks, but we are holding back such an update for a reason: 0.19-1 has > not been uploaded yet, thus is not yet an official Debian version. We > had fun with prematurely adopted versions from salsa before. > > Quirin, any news on this? > Efibootguard is uploaded and taged https://salsa.debian.org/debian/efibootguard/-/tags/debian%2F0.19-1 SRCREV_debian is 040c116a61ffc99a92b6cbdb793abb7f51ef8d4a So you can merge it. Quirin > Jan >
On 29.01.25 11:25, Badrikesh Prusty wrote: > The latest efibootguard brings the Watchdog support for SIMATIC IPC BX-21A > and Advantechs's EC EIOIS200, added support for and usage of the BIT(x) macro. > > Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com> > --- > ...fibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename recipes-bsp/efibootguard/{efibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} (87%) > > diff --git a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > similarity index 87% > rename from recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb > rename to recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > index 6d32833..981aa3d 100644 > --- a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb > +++ b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb > @@ -1,7 +1,7 @@ > # > # CIP Core, generic profile > # > -# Copyright (c) Siemens AG, 2020-2024 > +# Copyright (c) Siemens AG, 2020-2025 > # > # Authors: > # Quirin Gylstorff <quirin.gylstorff@siemens.com> > @@ -23,8 +23,8 @@ SRC_URI = " \ > git://salsa.debian.org/debian/efibootguard.git;protocol=https;branch=master;name=debian \ > file://debian-patches/0001-d-control-Make-compatible-with-debian-buster.patch \ > " > -SRC_URI[tarball.sha256sum] = "023b96548e0779bd7aaf58899883099dba9993b1b4af0c858adc00382523ae52" > -SRCREV_debian = "7e31b8f9cc204d1210c6c03381f936a96c29b35f" > +SRC_URI[tarball.sha256sum] = "167a808d508558341b81d9a493f76161ac7fd7119e764435eae1b13e31a69737" > +SRCREV_debian = "040c116a61ffc99a92b6cbdb793abb7f51ef8d4a" > > PROVIDES = "libebgenv-dev libebgenv0 efibootguard" > Thanks, applied. Jan
diff --git a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb similarity index 87% rename from recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb rename to recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb index 6d32833..981aa3d 100644 --- a/recipes-bsp/efibootguard/efibootguard_0.18-1+cip.bb +++ b/recipes-bsp/efibootguard/efibootguard_0.19-1+cip.bb @@ -1,7 +1,7 @@ # # CIP Core, generic profile # -# Copyright (c) Siemens AG, 2020-2024 +# Copyright (c) Siemens AG, 2020-2025 # # Authors: # Quirin Gylstorff <quirin.gylstorff@siemens.com> @@ -23,8 +23,8 @@ SRC_URI = " \ git://salsa.debian.org/debian/efibootguard.git;protocol=https;branch=master;name=debian \ file://debian-patches/0001-d-control-Make-compatible-with-debian-buster.patch \ " -SRC_URI[tarball.sha256sum] = "023b96548e0779bd7aaf58899883099dba9993b1b4af0c858adc00382523ae52" -SRCREV_debian = "7e31b8f9cc204d1210c6c03381f936a96c29b35f" +SRC_URI[tarball.sha256sum] = "167a808d508558341b81d9a493f76161ac7fd7119e764435eae1b13e31a69737" +SRCREV_debian = "040c116a61ffc99a92b6cbdb793abb7f51ef8d4a" PROVIDES = "libebgenv-dev libebgenv0 efibootguard"
The latest efibootguard brings the Watchdog support for SIMATIC IPC BX-21A and Advantechs's EC EIOIS200, added support for and usage of the BIT(x) macro. Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com> --- ...fibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/efibootguard/{efibootguard_0.18-1+cip.bb => efibootguard_0.19-1+cip.bb} (87%)