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:
28
sources/poky/meta/site/common
Normal file
28
sources/poky/meta/site/common
Normal file
@@ -0,0 +1,28 @@
|
||||
# libelf
|
||||
mr_cv_target_elf=${mr_cv_target_elf=yes}
|
||||
|
||||
# Normally kernels have /dev/random enabled
|
||||
ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
|
||||
|
||||
# Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
|
||||
# target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
|
||||
sudo_cv_func_unsetenv_void=no
|
||||
|
||||
# shadow dir info, to avoid searching build system
|
||||
shadow_cv_maildir=${localstatedir}/spool/mail
|
||||
shadow_cv_mailfile=Mailbox
|
||||
shadow_cv_utmpdir=${localstatedir}/run
|
||||
shadow_cv_logdir=${localstatedir}/log
|
||||
shadow_cv_passwd_dir=${bindir}
|
||||
|
||||
# python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
|
||||
ac_cv_buggy_getaddrinfo=no
|
||||
|
||||
ac_cv_path_SED=${ac_cv_path_SED=sed}
|
||||
|
||||
# General
|
||||
ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
|
||||
|
||||
# bash
|
||||
bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
|
||||
bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
|
||||
Reference in New Issue
Block a user