Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
32
sources/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
Normal file
32
sources/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
Normal file
@@ -0,0 +1,32 @@
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SUMMARY = "Basic grub.cfg for use in EFI systems"
|
||||
DESCRIPTION = "Grub might require different configuration file for \
|
||||
different machines."
|
||||
HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration"
|
||||
|
||||
RPROVIDES:${PN} += "virtual-grub-bootconf"
|
||||
|
||||
inherit grub-efi-cfg
|
||||
|
||||
require conf/image-uefi.conf
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
GRUB_CFG = "${S}/grub-bootconf"
|
||||
LABELS = "boot"
|
||||
|
||||
ROOT ?= "root=/dev/sda2"
|
||||
|
||||
python do_configure() {
|
||||
bb.build.exec_func('build_efi_cfg', d)
|
||||
}
|
||||
|
||||
do_configure[vardeps] += "APPEND ROOT"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${EFI_FILES_PATH}
|
||||
install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg
|
||||
}
|
||||
|
||||
FILES:${PN} = "${EFI_FILES_PATH}/grub.cfg"
|
||||
Reference in New Issue
Block a user