diff mbox series

efivar: enable support for riscv64

Message ID 20250127232040.4090484-1-ricardo@foundries.io
State Accepted, archived
Commit 2644e59b0973ddb4039c8b4184842ecf310bd8d8
Headers show
Series efivar: enable support for riscv64 | expand

Commit Message

Ricardo Salveti Jan. 27, 2025, 11:20 p.m. UTC
Release 39 includes support for riscv64.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 meta/recipes-bsp/efivar/efivar_39.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Jan. 28, 2025, 12:58 a.m. UTC | #1
Looks good to me.

On Mon, Jan 27, 2025 at 3:20 PM Ricardo Salveti via
lists.openembedded.org <ricardo=foundries.io@lists.openembedded.org>
wrote:
>
> Release 39 includes support for riscv64.
>

release 39 fixes rv64 build when compiled natively, for cross compile
it should have worked even with older releases

> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
> ---
>  meta/recipes-bsp/efivar/efivar_39.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/efivar/efivar_39.bb b/meta/recipes-bsp/efivar/efivar_39.bb
> index fe213326a4c..b052e3838fe 100644
> --- a/meta/recipes-bsp/efivar/efivar_39.bb
> +++ b/meta/recipes-bsp/efivar/efivar_39.bb
> @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/rhboot/efivar"
>  LICENSE = "LGPL-2.1-or-later"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
>
> -COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
> +COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux"
>
>  SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \
>             file://0001-docs-do-not-build-efisecdb-manpage.patch \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#210309): https://lists.openembedded.org/g/openembedded-core/message/210309
> Mute This Topic: https://lists.openembedded.org/mt/110850211/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-bsp/efivar/efivar_39.bb b/meta/recipes-bsp/efivar/efivar_39.bb
index fe213326a4c..b052e3838fe 100644
--- a/meta/recipes-bsp/efivar/efivar_39.bb
+++ b/meta/recipes-bsp/efivar/efivar_39.bb
@@ -5,7 +5,7 @@  HOMEPAGE = "https://github.com/rhboot/efivar"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
 
-COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
+COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux"
 
 SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \
            file://0001-docs-do-not-build-efisecdb-manpage.patch \