Home
last modified time | relevance | path

Searched full:tclibc (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-dns-perl_1.49.bb56 if d.getVar('TCLIBC') == "glibc":
58 elif d.getVar('TCLIBC') == "musl":
62 d.getVar('TCLIBC'))
/openbmc/openbmc/poky/meta/conf/distro/
H A Ddefaultsetup.conf7 require conf/distro/include/tclibc-${TCLIBC}.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/
H A Drenderdoc_1.33.bb24 if d.getVar('TCLIBC') != "glibc":
25 raise bb.parse.SkipRecipe("incompatible with %s C library" % d.getVar('TCLIBC'))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbaremetal-image.bbclass20 # TCLIBC="baremetal" or TCLIBC="newlib" or TCLIBC="picolibc"
/openbmc/openbmc/poky/scripts/
H A Dbuildall-qemu62 # start the builds for each MACHINE and TCLIBC
69TCLIBC=$j MACHINE=$i bitbake "$1" && echo "PASS: $i" >> "${LOG_FILE}" || echo "FAIL: $i" >> "${LOG…
/openbmc/openbmc/poky/meta-selftest/conf/multiconfig/
H A Dmuslmc.conf1 TCLIBC = "musl"
/openbmc/openbmc/meta-security/kas/
H A Dqemuarm64-musl.yml8 TCLIBC = "musl"
H A Dqemux86-musl.yml8 TCLIBC = "musl"
/openbmc/openbmc/meta-arm/ci/
H A Dmusl.yml8 TCLIBC = "musl"
H A Dglibc.yml9 TCLIBC = "glibc"
/openbmc/openbmc/poky/meta-poky/conf/distro/
H A Dpoky-tiny.conf21 # o Allow the user to select between eglibc or uclibc with the TCLIBC variable
37 TCLIBC = "musl"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbaremetal.py13 self.write_config('TCLIBC = "baremetal"')
H A Dnewlib.py12 self.write_config('TCLIBC = "newlib"')
H A Dpicolibc.py17 self.write_config('TCLIBC = "picolibc"')
/openbmc/openbmc/meta-arm/meta-arm/conf/multiconfig/
H A Dfirmware.conf7 TCLIBC="musl"
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml120 # TCLIBC: [glibc, musl]
263 TCLIBC: [glibc, musl]
294 TCLIBC: [glibc, musl]
/openbmc/openbmc/meta-arm/kas/
H A Dcorstone1000-firmware-only.yml13 TCLIBC="musl"
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dmusca-s1.conf10 TCLIBC = "newlib"
H A Dmusca-b1.conf11 TCLIBC = "newlib"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/images/
H A Dfirmware-deploy-image.bb18 firmware_loc=$(echo "${TMPDIR}" | sed "s/${TCLIBC}/musl/")
/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/
H A Dlibgloss-build-without-nostdinc.patch14 TCLIBC=newlib
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/mksh/
H A Dmksh_59c.bb5 LICENSE = "${@bb.utils.contains("TCLIBC", "glibc", "MirOS & ISC", "MirOS", d)}"
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dautotools.py21 libc = self.td.get("TCLIBC")
H A Dmakefile.py18 libc = self.td.get("TCLIBC")
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/
H A Dnativesdk-icecc-toolchain_0.1.bb17 ENV_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-@TARGET_PREFIX@${DISTRO_VERSION}.tar.gz"

123