diff mbox series

[isar-cip-dev] Update efibootguard to latest one

Message ID 20211014092737.3911919-1-Srinuvasan_A@mentor.com (mailing list archive)
State New
Headers show
Series [isar-cip-dev] Update efibootguard to latest one | expand

Commit Message

Srinuvasan Arjunan Oct. 14, 2021, 9:27 a.m. UTC
From: Srinuvasan A <srinuvasan_a@mentor.com>

Update efibootguard to latest one.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quirin Gylstorff Oct. 14, 2021, 9:49 a.m. UTC | #1
On 10/14/21 11:27 AM, Srinuvasan A via lists.cip-project.org wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update efibootguard to latest one.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>   recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb b/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
> index ebd848d..4e7b9b2 100644
> --- a/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
> +++ b/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
> @@ -22,7 +22,7 @@ SRC_URI = "git://github.com/siemens/efibootguard.git;branch=master;protocol=http
>   
>   S = "${WORKDIR}/git"
>   
> -SRCREV = "ac1685aea75fb3e3d16c0c0e4f8261a2edb63536"
> +SRCREV = "66d78b8d96e80caaf20007f08b5ca720de628d49"


Why do you need to update to a non released version of efibootguard?

Until now we used only tag version in this recipe.

Quirin
>   
>   PROVIDES = "${PN}"
>   PROVIDES += "${PN}-dev"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#6825): https://lists.cip-project.org/g/cip-dev/message/6825
> Mute This Topic: https://lists.cip-project.org/mt/86308311/1753640
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129121/1753640/1405269326/xyzzy [quirin.gylstorff@siemens.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Srinuvasan Arjunan Oct. 14, 2021, 10:09 a.m. UTC | #2
yes quirin i missed this PROVIDES, actually i want this latest master changes to build efibootguard for bullseye distro, can anyone make the release so that i can use this latest tag 0.9.

Thanks, Srinuvasan.A
diff mbox series

Patch

diff --git a/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb b/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
index ebd848d..4e7b9b2 100644
--- a/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
+++ b/recipes-bsp/efibootguard/efibootguard_0.8-git+isar.bb
@@ -22,7 +22,7 @@  SRC_URI = "git://github.com/siemens/efibootguard.git;branch=master;protocol=http
 
 S = "${WORKDIR}/git"
 
-SRCREV = "ac1685aea75fb3e3d16c0c0e4f8261a2edb63536"
+SRCREV = "66d78b8d96e80caaf20007f08b5ca720de628d49"
 
 PROVIDES = "${PN}"
 PROVIDES += "${PN}-dev"