Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/openbmc/openbmc-tools/altitude/
H A Daltitude68 local = []
69 local.append("Height")
71 local.append("Pressure at {:.2f}m: {:.2f}Pa".format(args.height, p))
73 local.append("Temperature at {:.2f}m: {:.2f}C".format(args.height, c))
74 out.append("\n\t".join(local))
76 local = []
77 local.append("Temperature")
79 local.append("Height at {:.2f}C: {:.2f}m".format(args.temperature, ht))
81 local.append("Pressure at {:.2f}m: {:.2f}Pa".format(ht, p))
82 out.append("\n\t".join(local))
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Duseradd_base.bbclass20 local rootdir="$1"
21 local opts="$2"
23 local groupname=`echo "$opts" | awk '{ print $NF }'`
24 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
37 local rootdir="$1"
38 local opts="$2"
40 local username=`echo "$opts" | awk '{ print $NF }'`
41 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
54 local rootdir="$1"
55 local opts="$2"
[all …]
H A Dcopyleft_compliance.bbclass42 local = os.path.normpath(fetch.localpath(u.url))
43 if local.endswith('.bb'):
45 elif local.endswith('/'):
46 local = local[:-1]
51 local = tarball_path
53 oe.path.symlink(local, os.path.join(dest, os.path.basename(local)), force=True)
57 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
65 s.write('%s -p%s\n' % (os.path.basename(local), parm['striplevel']))
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsamba-config-fix.patch11 -smb_passwd=/usr/local/samba/private/smbpasswd
15 -name_server=/usr/local/samba/bin/nmbd
16 -smb_conf=/usr/local/samba/lib/smb.conf
17 -samba_server=/usr/local/samba/bin/smbd
22 -samba_password_program=/usr/local/samba/bin/smbpasswd
23 -samba_status_program=/usr/local/samba/bin/smbstatus
26 swat_path=/usr/local/samba/bin/swat
28 smbgroupedit=/usr/local/samba/bin/smbgroupedit
29 -pdbedit=/usr/local/samba/bin/pdbedit
30 -net=/usr/local/samba/bin/net
H A Dmysql-config-fix.patch16 -start_cmd=cd /usr/local/mysql ; (./bin/safe_mysqld || ./bin/mysqld_safe) &
19 -mysql=/usr/local/mysql/bin/mysql
20 -mysqldump=/usr/local/mysql/bin/mysqldump
21 -mysqlimport=/usr/local/mysql/bin/mysqlimport
23 -mysqlshow=/usr/local/mysql/bin/mysqlshow
30 -mysql_libs=/usr/local/mysql/lib
31 -mysqladmin=/usr/local/mysql/bin/mysqladmin
41 -mysql_data=/usr/local/mysql/var
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch27 -SEARCH_DIR("/usr/powerpc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH…
28 +/*SEARCH_DIR("/usr/powerpc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEAR…
40 -SEARCH_DIR("/usr/powerpc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH…
41 +/*SEARCH_DIR("/usr/powerpc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEAR…
53 …H_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/powerp…
54 …H_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/powerp…
66 …H_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/powerp…
67 …H_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/powerp…
79 …CH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/x86_6…
80 …CH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/x86_6…
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch25 -if test -d "/usr/local/include"; then
26 - CFLAGS="${CFLAGS} -I/usr/local/include"
27 - CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
30 -if test -d "/usr/local/lib"; then
31 - LIBS="${LIBS} -L/usr/local/lib"
34 -if test -d /opt/local/include; then :
35 - CFLAGS="${CFLAGS} -I/opt/local/include"
36 - CPPFLAGS="${CPPFLAGS} -I/opt/local/include"
39 -if test -d /opt/local/lib; then :
40 - LIBS="${LIBS} -L/opt/local/lib"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch19 …:0:18:22::"third party import ""totally_missing"" should be placed before local import ""package.C…
20 …wrong-import-order:20:0:20:14::"third party import ""astroid"" should be placed before local impor…
21 …:0:22:22::"first party import ""pylint.checkers"" should be placed before local imports ""package.…
22 -wrong-import-order:23:0:23:25::"first party import ""pylint.config"" should be placed before local
23 -wrong-import-order:24:0:24:17::"first party import ""pylint.sys"" should be placed before local im…
24 …0:25:28::"first party import ""pylint.pyreverse"" should be placed before local imports ""package.…
25 …t.checkers"", ""pylint.config"", ""pylint.sys"", ""pylint.pyreverse"" and local imports ""package.…
26 …0:31:23::"first party import ""pylint.constants"" should be placed before local imports ""package.…
27 …config"", ""pylint.sys"", ""pylint.pyreverse"", ""pylint.constants"", and local imports ""package.…
28 ….config"", ""pylint.sys"", ""pylint.pyreverse"", ""pylint.constants"" and local imports ""package.…
[all …]
/openbmc/qemu/net/
H A Ddgram.c283 SocketAddress *local, in net_dgram_mcast_init() argument
302 if (!local) { in net_dgram_mcast_init()
309 switch (local->type) { in net_dgram_mcast_init()
313 if (inet_aton(local->u.inet.host, &localaddr) == 0) { in net_dgram_mcast_init()
316 local->u.inet.host); in net_dgram_mcast_init()
330 fd = monitor_fd_param(monitor_cur(), local->u.fd.str, errp); in net_dgram_mcast_init()
352 if (convert_host_port(saddr, local->u.inet.host, local->u.inet.port, in net_dgram_mcast_init()
395 if (!local) { in net_dgram_mcast_init()
400 switch (local->type) { in net_dgram_mcast_init()
426 SocketAddress *remote, *local; in net_init_dgram() local
[all …]
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in29 local intf="$1"
32 local st=0
34 local ip
43 local ip="$1"
44 local intf="${gbmc_ncsi_br_deprecated_ips_lastip["$ip"]}"
45 local intf_old="${gbmc_ncsi_br_deprecated_ips_confip["$ip"]-}"
46 local del="${gbmc_ncsi_br_deprecated_ips_del["$ip"]-}"
54 local act="add"
61 local pfx_bytes=()
63 local pfx="$(ip_bytes_to_str pfx_bytes)"
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-networking/mctp/
H A Dmctp_%.bbappend4 file://setup-local-eid.conf \
5 file://setup-local-eid \
15 install -m 0644 ${UNPACKDIR}/setup-local-eid.conf ${override_dir}/setup-local-eid.conf
18 install -m 0755 ${UNPACKDIR}/setup-local-eid ${D}${libexecdir}/mctp/
/openbmc/u-boot/lib/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
71 local const uch bl_order[BL_CODES]
91 local ct_data static_ltree[L_CODES+2];
98 local ct_data static_dtree[D_CODES];
112 local int base_length[LENGTH_CODES];
115 local int base_dist[D_CODES];
130 local static_tree_desc static_l_desc =
133 local static_tree_desc static_d_desc =
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dmakefile-destdir.patch22 - if [ -x /usr/local/sbin ]; then \
23 - $(INSTALL) -m 755 vsftpd /usr/local/sbin/vsftpd; \
24 + if [ -x ${DESTDIR}/usr/local/sbin ]; then \
25 + $(INSTALL) -m 755 vsftpd ${DESTDIR}/usr/local/sbin/vsftpd; \
28 - if [ -x /usr/local/man ]; then \
29 - $(INSTALL) -m 644 vsftpd.8 /usr/local/man/man8/vsftpd.8; \
30 - $(INSTALL) -m 644 vsftpd.conf.5 /usr/local/man/man5/vsftpd.conf.5; \
35 + if [ -x ${DESTDIR}/usr/local/man ]; then \
36 + $(INSTALL) -m 644 vsftpd.8 ${DESTDIR}/usr/local/man/man8/vsftpd.8; \
37 + $(INSTALL) -m 644 vsftpd.conf.5 ${DESTDIR}/usr/local/man/man5/vsftpd.conf.5; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/
H A Dremove-hard-coded-include-and-lib-paths.patch21 -MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include"
24 -MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib"
32 -PATH="$PATH:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
34 -CPATH="$HOME/include:/usr/local/include:$CPATH"
35 -LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
36 -LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
37 -PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
/openbmc/u-boot/drivers/net/
H A Dsandbox-raw-bus.c29 int local = sandbox_eth_raw_os_is_local(i->if_name); in eth_raw_bus_post_bind() local
31 if (local < 0) in eth_raw_bus_post_bind()
33 if (skip_localhost && local) in eth_raw_bus_post_bind()
47 priv->local = local; in eth_raw_bus_post_bind()
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c108 if (peer == NULL || peer == &client->local) { in ivshmem_client_handle_server_msg()
162 client->local.vectors[i] = -1; in ivshmem_client_init()
166 client->local.id = -1; in ivshmem_client_init()
217 if (ivshmem_client_read_one_msg(client, &client->local.id, &fd) < 0 || in ivshmem_client_connect()
218 client->local.id < 0 || fd != -1) { in ivshmem_client_connect()
222 IVSHMEM_CLIENT_DEBUG(client, "our_id=%" PRId64 "\n", client->local.id); in ivshmem_client_connect()
262 client->local.id = -1; in ivshmem_client_close()
264 close(client->local.vectors[i]); in ivshmem_client_close()
265 client->local.vectors[i] = -1; in ivshmem_client_close()
267 client->local.vectors_count = 0; in ivshmem_client_close()
[all …]
/openbmc/qemu/ui/
H A Dvnc-jobs.c179 static void vnc_async_encoding_start(VncState *orig, VncState *local) in vnc_async_encoding_start() argument
181 buffer_init(&local->output, "vnc-worker-output"); in vnc_async_encoding_start()
182 local->sioc = NULL; /* Don't do any network work on this thread */ in vnc_async_encoding_start()
183 local->ioc = NULL; /* Don't do any network work on this thread */ in vnc_async_encoding_start()
185 local->vnc_encoding = orig->vnc_encoding; in vnc_async_encoding_start()
186 local->features = orig->features; in vnc_async_encoding_start()
187 local->vd = orig->vd; in vnc_async_encoding_start()
188 local->write_pixels = orig->write_pixels; in vnc_async_encoding_start()
189 local->client_pf = orig->client_pf; in vnc_async_encoding_start()
190 local->client_endian = orig->client_endian; in vnc_async_encoding_start()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bb-build.patch9 Makefile.local | 8 ++++----
14 diff --git a/Makefile.local b/Makefile.local
16 --- a/Makefile.local
17 +++ b/Makefile.local
26 # Add any local definitions you want pass to the compiler to DEFS_LOCAL
37 -#MAN_1_DIR = /usr/local/man/man1
38 -#MAN_8_DIR = /usr/local/man/man8
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dman-host-perl.patch10 man/local.mk | 3 +--
13 diff --git a/man/local.mk b/man/local.mk
15 --- a/man/local.mk
16 +++ b/man/local.mk
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0006-Avoid-searching-host-dirs.patch36 -smart_include_dir="/usr/local/include /opt/include"
39 dnl # Our local versions
53 - for try in /usr/local/lib /opt/lib; do
82 -smart_try_dir="$ibmdb2_lib_dir /usr/local/db2/lib /usr/IBMdb2/V7.1/lib"
90 -smart_try_dir="$ibmdb2_include_dir /usr/local/db2/include /usr/IBMdb2/V7.1/include"
103 -smart_try_dir="$firebird_lib_dir /usr/lib/firebird2/lib /usr/local/firebird/lib"
111 -smart_try_dir="$firebird_include_dir /usr/lib/firebird2/include /usr/local/firebird/include"
124 -smart_try_dir="$iodbc_lib_dir /usr/lib /usr/lib/iodbc /usr/local/lib/iodbc /usr/local/iodbc/lib/io…
132 -smart_try_dir="$iodbc_include_dir /usr/include /usr/include/iodbc /usr/local/iodbc/include"
145 - smart_try_dir="$mysql_lib_dir /usr/lib /usr/lib/mysql /usr/local/lib/mysql /usr/local/mysql/li…
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-apic-fixup-fallthrough-to-PIC.patch7 interrupts through the local APIC if the local APIC config says so.]
8 missed a check to ensure the local APIC is enabled. Since if the local
9 APIC is disabled it doesn't matter what the local APIC config says.
11 If this check isn't done and the guest has disabled the local APIC the
19 (with the local APIC disabled apic_get_interrupt() returns -1).
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass29 # For use with a real HSM, a PKCS #11 URI can be set (i.e. in local.conf) to
116 local role="${1}"
131 local role="${1}"
132 local der="${2}"
151 local role="${1}"
152 local pem="${2}"
153 local i=1
172 local role="${1}"
173 local pem="${2}"
184 local role="${1}"
[all …]
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars7 CCACHE='/usr/local/bin/ccache'
10 MAKE='/usr/local/bin/gmake'
11 NINJA='/usr/local/bin/ninja'
13 PIP3='/usr/local/bin/pip'
16 PYTHON='/usr/local/bin/python3'
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A D0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch4 Subject: [PATCH] Remove hardcoded /usr/local includes from configure.ac
31 - /usr/local /opt /usr/local/opt \
32 - /opt/homebrew/opt/openssl@3 /usr/local/opt/openssl@3 \
33 - /opt/homebrew/opt/openssl@1.1 /usr/local/opt/openssl@1.1 \
34 - /usr/openssl /opt/openssl /usr/local/opt/openssl; do

12345678910>>...37