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:
@@ -0,0 +1,48 @@
|
||||
SUMMARY = "Library for controlling team network device"
|
||||
HOMEPAGE = "http://www.libteam.org/"
|
||||
SECTION = "libs/network"
|
||||
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "libnl libdaemon jansson"
|
||||
|
||||
SRC_URI = "git://github.com/jpirko/libteam;branch=master;protocol=https \
|
||||
file://0001-include-sys-select.h-for-fd_set-definition.patch \
|
||||
file://0002-teamd-Re-adjust-include-header-order.patch \
|
||||
file://0001-team_basic_test.py-disable-RedHat-specific-test.patch \
|
||||
file://0001-team_basic_test.py-switch-to-python3.patch \
|
||||
file://0001-team_basic_test.py-check-the-return-value.patch \
|
||||
file://0001-teamd-Include-missing-headers-for-strrchr-and-memcmp.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "3ee12c6d569977cf1cd30d0da77807a07aa77158"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig ptest
|
||||
|
||||
FILES:${PN} = "${libdir}/libteam${SOLIBS} \
|
||||
"
|
||||
|
||||
PACKAGES += "${PN}-dctl ${PN}-utils"
|
||||
FILES:${PN}-dctl = "${libdir}/libteamdctl${SOLIBS} \
|
||||
"
|
||||
FILES:${PN}-utils = "${bindir}/bond2team \
|
||||
${bindir}/teamd \
|
||||
${bindir}/teamdctl \
|
||||
${bindir}/teamnl \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-utils = "bash"
|
||||
RDEPENDS:${PN}-ptest = "python3-core libteam-utils"
|
||||
# Ensure kernel has these mods enabled features/net/team/team.scc
|
||||
RRECOMMENDS:${PN} += "kernel-module-team kernel-module-team-mode-activebackup \
|
||||
kernel-module-team-mode-broadcast \
|
||||
kernel-module-team-mode-loadbalance \
|
||||
kernel-module-team-mode-random \
|
||||
kernel-module-team-mode-roundrobin"
|
||||
|
||||
do_install_ptest() {
|
||||
install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/
|
||||
}
|
||||
Reference in New Issue
Block a user