blob: 1215b24668a4fec62e41f75686cc78c41568feff [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "GRUB2 is the next-generation GRand Unified Bootloader"
2
3DESCRIPTION = "GRUB2 is the next generaion of a GPLed bootloader \
4intended to unify bootloading across x86 operating systems. In \
5addition to loading the Linux kernel, it implements the Multiboot \
6standard, which allows for flexible loading of multiple boot images."
7
8HOMEPAGE = "http://www.gnu.org/software/grub/"
9SECTION = "bootloaders"
10
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "GPL-3.0-only"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13
Andrew Geissler635e0e42020-08-21 15:58:33 -050014CVE_PRODUCT = "grub2"
15
Andrew Geissler09036742021-06-25 14:25:14 -050016SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017 file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018 file://autogen.sh-exclude-pc.patch \
19 file://grub-module-explicitly-keeps-symbole-.module_license.patch \
20 file://0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch \
Andrew Geisslerd1e89492021-02-12 15:35:20 -060021 file://determinism.patch \
Andrew Geissler95ac1b82021-03-31 14:34:31 -050022 file://0001-RISC-V-Restore-the-typcast-to-long.patch \
Andrew Geissler595f6302022-01-24 19:11:47 +000023 file://CVE-2021-3981-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000024 file://0001-configure.ac-Use-_zicsr_zifencei-extentions-on-riscv.patch \
Patrick Williams92b42cb2022-09-03 06:53:57 -050025 file://video-Remove-trailing-whitespaces.patch \
26 file://CVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch \
27 file://CVE-2021-3696-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff.patch \
28 file://video-readers-jpeg-Abort-sooner-if-a-read-operation-.patch \
29 file://video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch \
30 file://CVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch \
31 file://CVE-2022-28733-net-ip-Do-IP-fragment-maths-safely.patch \
32 file://CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch \
33 file://CVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch \
34 file://CVE-2022-28735-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050035 file://0001-configure-Remove-obsoleted-malign-jumps-loops-functi.patch \
36 file://0002-configure-Check-for-falign-jumps-1-beside-falign-loo.patch \
Andrew Geissler517393d2023-01-13 08:55:19 -060037 file://loader-efi-chainloader-Simplify-the-loader-state.patch \
38 file://commands-boot-Add-API-to-pass-context-to-loader.patch \
39 file://CVE-2022-28736-loader-efi-chainloader-Use-grub_loader_set_ex.patch\
40 file://0001-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch \
41 file://CVE-2022-2601.patch \
42 file://CVE-2022-3775.patch \
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060043 file://0001-risc-v-Handle-R_RISCV_CALL_PLT-reloc.patch \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050044 file://0001-fs-ext2-Ignore-checksum-seed-incompat-feature.patch \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060045 file://CVE-2023-4692.patch \
46 file://CVE-2023-4693.patch \
Patrick Williams169d7bc2024-01-05 11:33:25 -060047 file://0001-fs-fat-Don-t-error-when-mtime-is-0.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050048"
Andrew Geissler95ac1b82021-03-31 14:34:31 -050049
Andrew Geissler09036742021-06-25 14:25:14 -050050SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae803f5f"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070051
Andrew Geissler8f840682023-07-21 09:09:43 -050052CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
53CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070054
Brad Bishop08902b02019-08-20 09:16:51 -040055DEPENDS = "flex-native bison-native gettext-native"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050056
Andrew Geissler87f5cff2022-09-30 13:13:31 -050057GRUB_COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)'
58COMPATIBLE_HOST = "${GRUB_COMPATIBLE_HOST}"
59# Grub doesn't support hard float toolchain and won't be able to forcefully
60# disable it on some of the target CPUs. See 'configure.ac' for
61# supported/unsupported CPUs in hardfp.
Patrick Williams2390b1b2022-11-03 13:47:49 -050062COMPATIBLE_HOST:armv7a = "${@'null' if bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', True, False, d) else d.getVar('GRUB_COMPATIBLE_HOST')}"
63COMPATIBLE_HOST:armv7ve = "${@'null' if bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', True, False, d) else d.getVar('GRUB_COMPATIBLE_HOST')}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050064
Brad Bishopd7bf8c12018-02-25 22:55:05 -050065# configure.ac has code to set this automagically from the target tuple
66# but the OE freeform one (core2-foo-bar-linux) don't work with that.
67
Patrick Williams213cb262021-08-07 19:21:33 -050068GRUBPLATFORM:arm = "efi"
69GRUBPLATFORM:aarch64 = "efi"
70GRUBPLATFORM:riscv32 = "efi"
71GRUBPLATFORM:riscv64 = "efi"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050072GRUBPLATFORM ??= "pc"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050073
Andrew Geissler82c905d2020-04-13 13:39:40 -050074inherit autotools gettext texinfo pkgconfig
Patrick Williamsc124f4f2015-09-15 14:41:29 -050075
Patrick Williams213cb262021-08-07 19:21:33 -050076CFLAGS:remove = "-O2"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070077
Brad Bishopd7bf8c12018-02-25 22:55:05 -050078EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \
79 --disable-grub-mkfont \
80 --program-prefix="" \
81 --enable-liblzma=no \
82 --enable-libzfs=no \
83 --enable-largefile \
Brad Bishop08902b02019-08-20 09:16:51 -040084 --disable-werror \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050085"
86
Patrick Williamsc124f4f2015-09-15 14:41:29 -050087PACKAGECONFIG ??= ""
88PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
Brad Bishop316dfdd2018-06-25 12:45:53 -040089PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,libdevmapper"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050090
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050091# grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and
92# OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict
93# with that. Note that since BUILD_CFLAGS etc are not used by grub2 target
94# builds, it's safe to clear them unconditionally for both target and native.
95BUILD_CPPFLAGS = ""
96BUILD_CFLAGS = ""
97BUILD_CXXFLAGS = ""
98BUILD_LDFLAGS = ""
99
Brad Bishop96ff1982019-08-19 13:50:42 -0400100export PYTHON = "python3"
101
Patrick Williams213cb262021-08-07 19:21:33 -0500102do_configure:prepend() {
Andrew Geissler82c905d2020-04-13 13:39:40 -0500103 cd ${S}
104 FROM_BOOTSTRAP=1 ${S}/autogen.sh
105 cd ${B}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500106}