Files
tqma6-yocto-mirror/sources/meta-freescale/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

23 lines
728 B
BlitzBasic

# Copyright 2020-2023 NXP
DESCRIPTION = "Kernel loadable module for ISP"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}"
ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https"
SRCBRANCH = "lf-6.6.y_2.0.0"
SRCREV = "ab77b0521615d3f279263ba67439aed887d525d7"
S = "${WORKDIR}/git/vvcam/v4l2"
inherit module
MODULES_MODULE_SYMVERS_LOCATION = "dwe"
DEBUG_PREFIX_MAP:prepend = " \
-fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
-fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} "
COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"