mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
We've been able to run musl and glibc builds in the same TMPDIR for many years and a separate directory is not required. Most distros disable this value for that reason. Drop support for the variable to make it clear and easy for distros to be able to set multiconfigs which behave consistently for distros which do and don't clear it by dropping it entirely. (From OE-Core rev: ebcd355a32e2711263e22d9b45b502696ecbb4d2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
663 B
Plaintext
18 lines
663 B
Plaintext
include conf/distro/include/default-providers.inc
|
|
include conf/distro/include/default-versions.inc
|
|
include conf/distro/include/default-distrovars.inc
|
|
include conf/distro/include/maintainers.inc
|
|
include conf/distro/include/time64.inc
|
|
require conf/distro/include/tcmode-${TCMODE}.inc
|
|
require conf/distro/include/tclibc-${TCLIBC}.inc
|
|
|
|
require conf/distro/include/uninative-flags.inc
|
|
|
|
USER_CLASSES ?= ""
|
|
PACKAGE_CLASSES ?= "package_ipk"
|
|
INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx"
|
|
INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}"
|
|
|
|
INIT_MANAGER ??= "none"
|
|
require conf/distro/include/init-manager-${INIT_MANAGER}.inc
|