site  contact  subhomenews

Limine 3.10.1 compiled in OE

July 03, 2022 — BarryK

Limine has undergone a very rapid pace of development. Compiling yet again. The recipe has become simpler:

# Recipe created by recipetool
# recipetool create -o limine_3.10.1.bb https://github.com/limine-bootloader/limine/releases/download/v3.10.1/limine-3.10.1.tar.gz

SUMMARY = "x86/x86_64 BIOS/UEFI bootloader"
HOMEPAGE = "https://limine-bootloader.org/"

LICENSE = "UCB & GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=566da3e4be60cd868e42cb88c9c0ddd3 \
file://stivale/LICENSE.md;md5=21e2e2557201f26b907e5694c9e179b9 \
file://libgcc-binaries/COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \
file://libgcc-binaries/COPYING;md5=64305ff51f34d0aca60d187e21a09d59 \
file://libgcc-binaries/COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
file://freestanding-headers/LICENSE.md;md5=9621911223dde43748ad798e3804a3ed \
file://limine-efi/COPYING;md5=c27a4b4a954b36c8afddf7587fd749be"

SRC_URI = "https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.gz \
file://remove-ext4-encrypt-warning.patch"

SRC_URI[md5sum] = "f4d5c4219e28b1ddfa7be86609090ae1"
SRC_URI[sha256sum] = "5a2e4cb2cca512b24d697d9714763f6e5ae5c04efbe386487cb4834a86351019"

inherit autotools

DEPENDS = "mtools-native nasm-native coreutils-native"

EXTRA_OECONF = "--enable-all"

Looking forward to releasing EasyOS 4.2.3 and explore more possibilities with Limine.    

Tags: easy