From 4aa2da651e592589595c0bb82b034e8b307bc6bd Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 27 Jan 2025 20:20:40 -0300 Subject: [PATCH] efivar: enable support for riscv64 Release 39 includes support for riscv64. (From OE-Core rev: 2644e59b0973ddb4039c8b4184842ecf310bd8d8) Signed-off-by: Ricardo Salveti Signed-off-by: Richard Purdie --- 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 fe213326a4..b052e3838f 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 \