- 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)
34 lines
949 B
BlitzBasic
34 lines
949 B
BlitzBasic
SECTION = "kernel"
|
|
SUMMARY = "Mainline Linux kernel for TI devices"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
inherit kernel
|
|
|
|
require recipes-kernel/linux/ti-kernel.inc
|
|
|
|
DEPENDS += "gmp-native libmpc-native"
|
|
|
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
# 6.12 Mainline version
|
|
SRCREV = "adc218676eef25575469234709c2d87185ca223a"
|
|
PV = "6.12"
|
|
|
|
KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
|
BRANCH = "master"
|
|
|
|
KERNEL_DEFCONFIG = ""
|
|
|
|
KERNEL_REPRODUCIBILITY_PATCHES = " \
|
|
file://0001-drivers-gpu-drm-msm-registers-improve-reproducibilit.patch \
|
|
file://0001-perf-python-Fix-compile-for-32bit-platforms.patch \
|
|
"
|
|
|
|
DEFCONFIG_NAME = "multi_v7_defconfig"
|
|
DEFCONFIG_NAME:omapl138 = "davinci_all_defconfig"
|
|
DEFCONFIG_NAME:k3 = "defconfig"
|
|
KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}"
|