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:
53
sources/poky/meta/recipes-devtools/gcc/libgcc.inc
Normal file
53
sources/poky/meta/recipes-devtools/gcc/libgcc.inc
Normal file
@@ -0,0 +1,53 @@
|
||||
require libgcc-common.inc
|
||||
|
||||
DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ virtual/${MLPREFIX}libc"
|
||||
|
||||
do_install:append:class-target () {
|
||||
if [ "${TCLIBC}" != "glibc" ]; then
|
||||
case "${TARGET_OS}" in
|
||||
"linux-musl" | "linux-*spe") extra_target_os="linux";;
|
||||
"linux-musleabi") extra_target_os="linux-gnueabi";;
|
||||
*) extra_target_os="linux";;
|
||||
esac
|
||||
if [ ! -e ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os ]; then
|
||||
ln -s ${TARGET_SYS} ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os
|
||||
fi
|
||||
fi
|
||||
if [ -n "${@ bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', 'hf', '', d)}" ]; then
|
||||
case "${TARGET_OS}" in
|
||||
"linux-musleabi") extra_target_os="linux-musleabihf";;
|
||||
"linux-gnueabi") extra_target_os="linux-gnueabihf";;
|
||||
esac
|
||||
if [ ! -e ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os ]; then
|
||||
ln -s ${TARGET_SYS} ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGES = "\
|
||||
${PN} \
|
||||
${PN}-dev \
|
||||
${PN}-dbg \
|
||||
"
|
||||
|
||||
# All libgcc source is marked with the exception.
|
||||
#
|
||||
LICENSE:${PN} = "GPL-3.0-with-GCC-exception"
|
||||
LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception"
|
||||
LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception"
|
||||
|
||||
|
||||
FILES:${PN}-dev = "\
|
||||
${base_libdir}/libgcc*.so \
|
||||
${@oe.utils.conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \
|
||||
${libdir}/${TARGET_SYS}/${BINV}* \
|
||||
${libdir}/${TARGET_ARCH}${TARGET_VENDOR}* \
|
||||
"
|
||||
|
||||
do_package[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
|
||||
do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
|
||||
do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
|
||||
do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
|
||||
|
||||
INSANE_SKIP:${PN}-dev = "staticdev"
|
||||
|
||||
Reference in New Issue
Block a user