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:
32
sources/poky/meta/conf/distro/include/no-static-libs.inc
Normal file
32
sources/poky/meta/conf/distro/include/no-static-libs.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
DISABLE_STATIC ?= " --disable-static"
|
||||
|
||||
# qemu aborts on unrecognised option
|
||||
DISABLE_STATIC:pn-qemu = ""
|
||||
DISABLE_STATIC:pn-qemu-native = ""
|
||||
DISABLE_STATIC:pn-nativesdk-qemu = ""
|
||||
DISABLE_STATIC:pn-qemu-system-native = ""
|
||||
# needed by gdb
|
||||
DISABLE_STATIC:pn-readline = ""
|
||||
# openjade/sgml-common have build issues without static libs
|
||||
DISABLE_STATIC:pn-sgml-common-native = ""
|
||||
DISABLE_STATIC:pn-openjade-native = ""
|
||||
# openssl has build issues without static libs
|
||||
DISABLE_STATIC:pn-openssl = ""
|
||||
DISABLE_STATIC:pn-openssl-native = ""
|
||||
DISABLE_STATIC:pn-nativesdk-openssl = ""
|
||||
# libssp-static-dev included in build-appliance
|
||||
DISABLE_STATIC:pn-gcc-runtime = ""
|
||||
# libusb1-native is used to build static dfu-util-native
|
||||
DISABLE_STATIC:pn-libusb1-native = ""
|
||||
# needed by rust
|
||||
DISABLE_STATIC:pn-musl = ""
|
||||
|
||||
EXTRA_OECONF:append = "${DISABLE_STATIC}"
|
||||
|
||||
EXTRA_OECMAKE:append:pn-libical = " -DSHARED_ONLY=True"
|
||||
EXTRA_OECMAKE:append:pn-libjpeg-turbo = " -DENABLE_STATIC=False"
|
||||
EXTRA_OECMAKE:append:pn-libjpeg-turbo-native = " -DENABLE_STATIC=False"
|
||||
|
||||
EXCONFIG_ARGS:append:pn-ncurses = " --without-normal"
|
||||
EXCONFIG_ARGS:append:pn-ncurses-native = " --without-normal"
|
||||
EXCONFIG_ARGS:append:pn-nativesdk-ncurses = " --without-normal"
|
||||
Reference in New Issue
Block a user