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:
31
sources/meta-freescale/recipes-dpaa2/aiopsl/aiopsl_git.bb
Normal file
31
sources/meta-freescale/recipes-dpaa2/aiopsl/aiopsl_git.bb
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION = "DPAA2 Accelerated I/O Processing service layer"
|
||||
SECTION = "dpaa2"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faf479bdc4702d8033049f97e153f876"
|
||||
|
||||
BASEDEPENDS = ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://github.com/nxp-qoriq/aiopsl;protocol=https;nobranch=1"
|
||||
SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
DEMOS_PATH:ls2088a = "LS2088A"
|
||||
DEMOS_PATH:ls1088a = "LS1088A"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/usr/aiop/bin
|
||||
install -d ${D}/usr/aiop/
|
||||
cp -rf ${S}/demos/images/* ${D}/usr/aiop/bin
|
||||
cp -rf ${S}/misc/setup/scripts ${D}/usr/aiop/
|
||||
cp -rf ${S}/misc/setup/traffic_files/ ${D}/usr/aiop/
|
||||
}
|
||||
|
||||
FILES:${PN} += "/usr/aiop/*"
|
||||
INSANE_SKIP:${PN} += "arch"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
COMPATIBLE_MACHINE = "(ls2088a|ls1088a)"
|
||||
Reference in New Issue
Block a user