- 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)
19 lines
518 B
PHP
19 lines
518 B
PHP
SUMMARY = "Linux IPC KERNEL MODULE "
|
|
DESCRIPTION = "DSP boot application and ipc test application"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
|
|
|
|
inherit module qoriq_build_64bit_kernel
|
|
|
|
SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/ipc;protocol=https;nobranch=1"
|
|
SRCREV = "74d662707558290f070f9589177db730444bc435"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure[depends] += "virtual/kernel:do_shared_workdir"
|
|
do_compile:prepend () {
|
|
cd ${S}/kernel
|
|
}
|
|
|
|
INHIBIT_PACKAGE_STRIP = "1"
|