From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 external/poky/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb (limited to 'external/poky/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb') diff --git a/external/poky/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/external/poky/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb new file mode 100644 index 00000000..5d6f200a --- /dev/null +++ b/external/poky/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "Linux user-space application to modify the EFI Boot Manager." +SUMMARY = "EFI Boot Manager" +HOMEPAGE = "https://github.com/rhboot/efibootmgr" +SECTION = "base" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" + +DEPENDS = "efivar popt" + +COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" + +SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \ + file://0001-remove-extra-decl.patch \ + file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \ + " +SRCREV = "e067160ecef8208e1944002e5d50b275733211fb" + +S = "${WORKDIR}/git" + +inherit pkgconfig + +# The directory under the ESP that the default bootloader is found in. When +# wic uses a subdirectory, this should use the same one too. +EFIDIR ?= "/" + +EXTRA_OEMAKE += "'EFIDIR=${EFIDIR}'" + +CFLAGS += " -Wno-error" + +do_install () { + oe_runmake install DESTDIR="${D}" +} + +CLEANBROKEN = "1" -- cgit 1.2.3-korg