Searched full:tclibc (Results 1 – 25 of 62) sorted by relevance
123
56 if d.getVar('TCLIBC') == "glibc":58 elif d.getVar('TCLIBC') == "musl":62 d.getVar('TCLIBC'))
7 require conf/distro/include/tclibc-${TCLIBC}.inc
24 if d.getVar('TCLIBC') != "glibc":25 raise bb.parse.SkipRecipe("incompatible with %s C library" % d.getVar('TCLIBC'))
20 # TCLIBC="baremetal" or TCLIBC="newlib" or TCLIBC="picolibc"
62 # start the builds for each MACHINE and TCLIBC69 …TCLIBC=$j MACHINE=$i bitbake "$1" && echo "PASS: $i" >> "${LOG_FILE}" || echo "FAIL: $i" >> "${LOG…
1 TCLIBC = "musl"
8 TCLIBC = "musl"
9 TCLIBC = "glibc"
21 # o Allow the user to select between eglibc or uclibc with the TCLIBC variable37 TCLIBC = "musl"
13 self.write_config('TCLIBC = "baremetal"')
12 self.write_config('TCLIBC = "newlib"')
17 self.write_config('TCLIBC = "picolibc"')
7 TCLIBC="musl"
120 # TCLIBC: [glibc, musl]263 TCLIBC: [glibc, musl]294 TCLIBC: [glibc, musl]
13 TCLIBC="musl"
10 TCLIBC = "newlib"
11 TCLIBC = "newlib"
18 firmware_loc=$(echo "${TMPDIR}" | sed "s/${TCLIBC}/musl/")
14 TCLIBC=newlib
5 LICENSE = "${@bb.utils.contains("TCLIBC", "glibc", "MirOS & ISC", "MirOS", d)}"
21 libc = self.td.get("TCLIBC")
18 libc = self.td.get("TCLIBC")
17 ENV_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-@TARGET_PREFIX@${DISTRO_VERSION}.tar.gz"