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:
29
sources/meta-freescale/recipes-kernel/ceetm/ceetm_git.bb
Normal file
29
sources/meta-freescale/recipes-kernel/ceetm/ceetm_git.bb
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION = "CEETM TC QDISC"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/nxp-qoriq/ceetm;protocol=https;nobranch=1"
|
||||
SRCREV = "27218bc625e83458db2301f6c07de133cb5f6792"
|
||||
SRC_URI:append = " file://0001-Makefile-update-CFLAGS.patch \
|
||||
file://0001-use-new-api-tc_print_rate.patch \
|
||||
"
|
||||
DEPENDS = "iproute2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
export IPROUTE2_DIR="${STAGING_DIR_TARGET}"
|
||||
WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
|
||||
export CROSS_COMPILE="${WRAP_TARGET_PREFIX}"
|
||||
|
||||
LDFLAGS += "${TOOLCHAIN_OPTIONS}"
|
||||
|
||||
do_install(){
|
||||
mkdir -p ${D}/${libdir}/tc
|
||||
cp ${S}/q_ceetm.so ${D}/${libdir}/tc/
|
||||
}
|
||||
|
||||
FILES:${PN} += "${libdir}/tc"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qoriq)"
|
||||
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
|
||||
Reference in New Issue
Block a user