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:
64
sources/poky/meta/conf/distro/include/default-distrovars.inc
Normal file
64
sources/poky/meta/conf/distro/include/default-distrovars.inc
Normal file
@@ -0,0 +1,64 @@
|
||||
QA_LOGFILE = "${TMPDIR}/qa.log"
|
||||
|
||||
OEINCLUDELOGS ?= "yes"
|
||||
KERNEL_CONSOLE ?= "ttyS0"
|
||||
KEEPUIMAGE ??= "yes"
|
||||
|
||||
DEFAULT_IMAGE_LINGUAS = "en-us en-gb"
|
||||
DEFAULT_IMAGE_LINGUAS:libc-glibc = "c en-us en-gb"
|
||||
IMAGE_LINGUAS ?= "${DEFAULT_IMAGE_LINGUAS}"
|
||||
|
||||
ENABLE_BINARY_LOCALE_GENERATION ?= "1"
|
||||
LOCALE_UTF8_ONLY ?= "0"
|
||||
LOCALE_UTF8_IS_DEFAULT ?= "1"
|
||||
LOCALE_UTF8_IS_DEFAULT:class-nativesdk = "0"
|
||||
|
||||
# seccomp is not yet ported to rv32
|
||||
DISTRO_FEATURES_DEFAULT:remove:riscv32 = "seccomp"
|
||||
|
||||
# seccomp is not yet ported to ARC
|
||||
DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp"
|
||||
|
||||
# seccomp is not yet ported to microblaze
|
||||
DISTRO_FEATURES_DEFAULT:remove:microblaze = "seccomp"
|
||||
|
||||
# seccomp is not yet ported to loongarch64
|
||||
DISTRO_FEATURES_DEFAULT:remove:loongarch64 = "seccomp"
|
||||
|
||||
DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
|
||||
IMAGE_FEATURES ?= ""
|
||||
|
||||
COMMERCIAL_AUDIO_PLUGINS ?= ""
|
||||
# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
|
||||
COMMERCIAL_VIDEO_PLUGINS ?= ""
|
||||
# COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
|
||||
# Set of common licenses used for license.bbclass
|
||||
COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses"
|
||||
|
||||
BB_GENERATE_MIRROR_TARBALLS ??= "0"
|
||||
|
||||
NO32LIBS ??= "1"
|
||||
|
||||
# Default to emitting logfiles if a build fails.
|
||||
BBINCLUDELOGS ??= "yes"
|
||||
SDK_VERSION ??= "nodistro.0"
|
||||
DISTRO_VERSION ??= "nodistro.0"
|
||||
|
||||
# Missing checksums should raise an error
|
||||
BB_STRICT_CHECKSUM = "1"
|
||||
|
||||
GTK2DISTROFEATURES = "directfb x11"
|
||||
GTK3DISTROFEATURES = "x11 wayland"
|
||||
|
||||
ARCH_DEFAULT_KERNELIMAGETYPE = "zImage"
|
||||
ARCH_DEFAULT_KERNELIMAGETYPE:x86 = "bzImage"
|
||||
ARCH_DEFAULT_KERNELIMAGETYPE:x86-64 = "bzImage"
|
||||
KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}"
|
||||
KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
|
||||
|
||||
# The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully
|
||||
# fetch from the network (and warn you if not). To disable the test set
|
||||
# the variable to be empty.
|
||||
# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=master
|
||||
CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html"
|
||||
Reference in New Issue
Block a user