Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-cross.inc6 for thing in ['BUILD', 'HOST', 'TARGET']:
7 bb.debug(1, "rust_gen_target for " + thing)
10 arch = d.getVar('{}_ARCH'.format(thing))
12 if thing is "TARGET":
19 rust_gen_target(d, thing, wd, features, cpu, arch, abi)
46 # We need the same thing for the calls to the compiler when building the runtime crap
H A Drust-common.inc75 # TARGET_CC_ARCH changes from build/cross/target so it'll do the right thing
235 def sys_for(d, thing):
236 return d.getVar('{}_SYS'.format(thing))
238 def prefix_for(d, thing):
239 return d.getVar('{}_PREFIX'.format(thing))
295 def rust_gen_target(d, thing, wd, features, cpu, arch, abi=""):
297 sys = sys_for(d, thing)
298 prefix = prefix_for(d, thing)
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/classes/
H A Drust-common-without-python3native.bbclass22 def determine_libc(d, thing):
28 if thing == 'TARGET':
30 elif thing == 'BUILD' and (d.getVar('HOST_SYS') != d.getVar('BUILD_SYS')):
57 def rust_base_triple(d, thing):
66 if thing == "TARGET" and target_is_armv7(d):
69 arch = oe.rust.arch_to_rust_arch(d.getVar('{}_ARCH'.format(thing)))
73 os = d.getVar('{}_OS'.format(thing))
74 libc = determine_libc(d, thing)
85 bb.fatal("{}_OS was '{}' but TCLIBC was not 'musl'".format(thing, os))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drust-common.bbclass22 def determine_libc(d, thing):
28 if thing == 'TARGET':
30 elif thing == 'BUILD' and (d.getVar('HOST_SYS') != d.getVar('BUILD_SYS')):
57 def rust_base_triple(d, thing):
66 if thing == "TARGET" and target_is_armv7(d):
69 arch = oe.rust.arch_to_rust_arch(d.getVar('{}_ARCH'.format(thing)))
73 os = d.getVar('{}_OS'.format(thing))
74 libc = determine_libc(d, thing)
85 bb.fatal("{}_OS was '{}' but TCLIBC was not 'musl'".format(thing, os))
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch45 -# CPPFLAGS_Q is used for one thing only: to build up buildinf.h
46 +# *_Q variables are used for one thing only: to build up buildinf.h
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dsmartpqi.rst63 The above three ioctls all do exactly the same thing, which is to cause the driver
64 to rescan for new devices. This does exactly the same thing as writing to the
H A Dhpsa.rst114 The above three ioctls all do exactly the same thing, which is to cause the driver
115 to rescan for new devices. This does exactly the same thing as writing to the
/OK3568_Linux_fs/buildroot/package/libsamplerate/
H A DConfig.in5 Converter for audio. One example of where such a thing would
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dquery-dvb-frontend-info.rst9 Usually, the first thing to do when the frontend is opened is to check
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/socketcan/
H A Dcanutils_4.0.6.bb21 # Busybox ip doesn't support can interface configuration, use the real thing
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-enble-user-in-conf.patch24 # Core dumps are a bad thing. This should only be set to
/OK3568_Linux_fs/buildroot/package/nodm/
H A DConfig.in16 lightweight, and it should do exactly the right thing.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch7 thing to do and it's not portable (not supported by musl). See:
43 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch7 thing to do and it's not portable (not supported by musl). See:
41 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/
H A Dfix-leak-metric.patch14 * try thing
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/
H A Dpaho-mqtt-c_1.3.10.bb29 # paho-mqtt installes some thing that we don't want.
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmanagement-style.rst79 thing you can backtrack on is a technical decision, and there
103 might be the wrong thing. You should always reserve the right to change
106 stupid thing.
120 thing you can do as a manager is not to instill confidence, but rather a
207 One thing to look out for is to realize that greatness in one area does
245 There's one thing people hate even more than being called "d*ckhead",
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0002-libinotifytools-Bridge-differences-between-musl-glib.patch8 but musl has definitions of its own. perhaps portable thing would be to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0003-ripstream-fix-compilation.patch14 The already included srtypes.h does the right thing for all
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A Dcross-build-init-system-detection.patch3 host directory structure is not right thing to do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdb/
H A Dlibdbd-sqlite-perl_1.68.bb3 thing in the distribution. So in order to get a fast transaction capable \
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/libpcap/
H A Dlibpcap_1.10.1.bb22 # support hasn't been detected. Do the same thing for DPDK.
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-bus-usb31 same thing.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/
H A Dmusl-header-conflict.patch15 headers ( which is by design the right thing )."
/OK3568_Linux_fs/kernel/kernel/dma/
H A DKconfig41 # people thing of when saying write combine, so very few platforms should
89 # The only thing that is really required is a way to set an uncached bit

12345678910>>...14