| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-cross.inc | 6 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 D | rust-common.inc | 75 # 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 D | rust-common-without-python3native.bbclass | 22 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 D | rust-common.bbclass | 22 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 D | 0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch | 45 -# 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 D | smartpqi.rst | 63 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 D | hpsa.rst | 114 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 D | Config.in | 5 Converter for audio. One example of where such a thing would
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | query-dvb-frontend-info.rst | 9 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 D | canutils_4.0.6.bb | 21 # 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 D | freeradius-enble-user-in-conf.patch | 24 # Core dumps are a bad thing. This should only be set to
|
| /OK3568_Linux_fs/buildroot/package/nodm/ |
| H A D | Config.in | 16 lightweight, and it should do exactly the right thing.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 7 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 D | 0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 7 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 D | fix-leak-metric.patch | 14 * try thing
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/ |
| H A D | paho-mqtt-c_1.3.10.bb | 29 # paho-mqtt installes some thing that we don't want.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | management-style.rst | 79 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 D | 0002-libinotifytools-Bridge-differences-between-musl-glib.patch | 8 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 D | 0003-ripstream-fix-compilation.patch | 14 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 D | cross-build-init-system-detection.patch | 3 host directory structure is not right thing to do
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdb/ |
| H A D | libdbd-sqlite-perl_1.68.bb | 3 thing in the distribution. So in order to get a fast transaction capable \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/libpcap/ |
| H A D | libpcap_1.10.1.bb | 22 # support hasn't been detected. Do the same thing for DPDK.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-bus-usb | 31 same thing.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/ |
| H A D | musl-header-conflict.patch | 15 headers ( which is by design the right thing )."
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | Kconfig | 41 # 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
|