Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch30 - $(call INSTALL_CMD,0550,root,0) ossec-agentd ${PREFIX}/bin
31 - $(call INSTALL_CMD,0550,root,0) agent-auth ${PREFIX}/bin
32 + $(call INSTALL_CMD,0550) ossec-agentd ${PREFIX}/bin
33 + $(call INSTALL_CMD,0550) agent-auth ${PREFIX}/bin
35 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/queue/rids
36 + $(call INSTALL_CMD,0750) -d ${PREFIX}/queue/rids
44 - $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/
45 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs
46 - $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log
48 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/bin
[all …]
/openbmc/qemu/block/
H A Dcrypto.h24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument
26 .name = prefix BLOCK_CRYPTO_OPT_QCOW_KEY_SECRET, \
33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument
34 BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, \
51 #define BLOCK_CRYPTO_OPT_DEF_LUKS_KEY_SECRET(prefix) \ argument
52 BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, \
55 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_ALG(prefix) \ argument
57 .name = prefix BLOCK_CRYPTO_OPT_LUKS_CIPHER_ALG, \
62 #define BLOCK_CRYPTO_OPT_DEF_LUKS_CIPHER_MODE(prefix) \ argument
64 .name = prefix BLOCK_CRYPTO_OPT_LUKS_CIPHER_MODE, \
[all …]
/openbmc/qemu/scripts/
H A Dmtest2make.py68 def emit_prolog(suites, prefix): argument
69 all_targets = ' '.join((f'{prefix}-{k}' for k in suites.keys()))
70 all_xml = ' '.join((f'{prefix}-report-{k}.junit.xml' for k in suites.keys()))
72 print(f'all-{prefix}-targets = {all_targets}')
73 print(f'all-{prefix}-xml = {all_xml}')
74 …print(f'.PHONY: {prefix} do-meson-{prefix} {prefix}-report.junit.xml $(all-{prefix}-targets) $(all…
75 print(f'ifeq ($(filter {prefix}, $(MAKECMDGOALS)),)')
76 print(f'.{prefix}.mtestargs += $(call .speed.$(SPEED), $(.{prefix}.mtest-suites))')
78 print(f'{prefix}-build: run-ninja')
79 print(f'{prefix} $(all-{prefix}-targets): do-meson-{prefix}')
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/
H A Dlibvpx-configure-support-blank-prefix.patch6 Fix configure to accept "--prefix=" (a blank prefix).
19 --prefix=*)
20 prefix="${optval}"
21 + # Distinguish between "prefix not set" and "prefix set to ''"
30 - prefix="${prefix:-/usr/local}"
33 + prefix=/usr/local
37 prefix="${prefix%/}"
39 libdir="${libdir:-${prefix}/lib}"
41 - if [ "${libdir#${prefix}}" = "${libdir}" ]; then
42 - die "Libdir ${libdir} must be a subdirectory of ${prefix}"
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dscons.bbclass18 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} --clean PREFIX=${prefix} prefix=${prefix} ${EXTRA_…
27 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix}…
32 …INDIR_NATIVE}/scons --directory=${S} install_root=${D}${prefix} PREFIX=${prefix} prefix=${prefix} …
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_sar.S5 .macro test_sar prefix, imm
6 \prefix\()_set \imm
7 \prefix\()_ver \imm
10 .macro tests_sar prefix argument
11 test_sar \prefix, 0
12 test_sar \prefix, 1
13 test_sar \prefix, 2
14 test_sar \prefix, 3
15 test_sar \prefix, 0x1f
16 test_sar \prefix, 0x20
[all …]
H A Dtest_shift.S5 .macro test_shift prefix, dst, src, v, imm
6 \prefix\()_set \dst, \src, \v, \imm
7 \prefix\()_ver \dst, \v, \imm
10 .macro test_shift_sd prefix, v, imm
11 test_shift \prefix, a3, a2, \v, \imm
12 test_shift \prefix, a2, a2, \v, \imm
15 .macro tests_imm_shift prefix, v
16 test_shift_sd \prefix, \v, 1
17 test_shift_sd \prefix, \v, 2
18 test_shift_sd \prefix, \v, 7
[all …]
/openbmc/qemu/scripts/qapi/
H A Dbackend.py22 prefix: str,
31 :param prefix: Optional C-code prefix for symbol names.
45 prefix: str,
54 :param prefix: Optional C-code prefix for symbol names.
60 gen_types(schema, output_dir, prefix, builtins)
61 gen_features(schema, output_dir, prefix)
62 gen_visit(schema, output_dir, prefix, builtins)
63 gen_commands(schema, output_dir, prefix, gen_tracing)
64 gen_events(schema, output_dir, prefix)
65 gen_introspect(schema, output_dir, prefix, unmask)
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch9 Add OE's CFLAGS which contains `-fdebug-prefix-map' options to
13 it as a prefix to strip off the purported filename encoded
14 in bytecode files. (It strips build path prefix from .pyc files)
29 +# Add OE's CFLAGS which contains `-fdebug-prefix-map' options to
40 - install --prefix $(DESTDIR)$(prefix) \
41 + install --root $(DESTDIR) --prefix $(prefix) --prefix $(prefix) --install-lib=${pythondir} \
49 - install --prefix $(DESTDIR)$(prefix) \
50 + install --root $(DESTDIR) --prefix $(prefix) --install-lib=${python3dir} \
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch5 prefix to target sysroot
11 meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch
26 @@ -134,6 +134,8 @@ def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> st
32 resolved_prefix = prefix if prefix is not None else default_prefix
37 early_prefix = prefix
39 - if prefix is None:
44 + if prefix is None and os.environ.get('STAGING_LIBDIR', ""):
45 + prefix = os.environ['STAGING_LIBDIR'].rstrip(lib_basename)
46 + elif prefix is None:
48 prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A Dlibacpi_fix_for_x32.patch18 @mkdir -p ${DESTDIR}${PREFIX}/include
19 @cp -f libacpi.h ${DESTDIR}${PREFIX}/include
20 @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h
21 - @echo installing library to ${DESTDIR}${PREFIX}/lib
22 - @mkdir -p ${DESTDIR}${PREFIX}/lib
23 - @cp -f libacpi.a ${DESTDIR}${PREFIX}/lib
24 - @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a
25 - @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/
26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME}
27 - @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A Dtayga.conf25 # This address can safely be located inside the dynamic-pool prefix.
38 # address using ipv4-addr and the NAT64 prefix.
40 # Optional if the NAT64 prefix is specified, otherwise mandatory. It is also
41 # mandatory if the NAT64 prefix is 64:ff9b::/96 and ipv4-addr is a private
48 # The NAT64 prefix. The IPv4 address space is mapped into the IPv6 address
49 # space by prepending this prefix to the IPv4 address. Using a /96 prefix is
53 # This must be a prefix selected from your organization's IPv6 address space
54 # or the Well-Known Prefix 64:ff9b::/96. Note that using the Well-Known
55 # Prefix will prohibit IPv6 hosts from contacting IPv4 hosts that have private
58 # The NAT64 prefix need not be specified if all required address mappings are
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0027-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch33prefix=/usr -Qunused-arguments -funwind-tables -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -…
34prefix=/usr -Qunused-arguments -funwind-tables -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -…
36prefix=/usr -Qunused-arguments -funwind-tables -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -…
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20250130.bb55 export prefix = "/opt/${PN}"
69 install -d ${D}${prefix}/
78 rm -rf ${D}${prefix}/bin/STPfailure_report.pl
82 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
119prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin/* ${prefix}/test…
122 INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01"
/openbmc/openbmc/poky/scripts/
H A Dgen-lockedsig-cache28 def map_sha_to_files(dir_, prefix, sha_map): argument
29 sstate_prefix_path = dir_ + '/' + prefix + '/'
42 # given a prefix build a map of hash to list of files
43 def build_sha_cache(prefix): argument
47 map_sha_to_files(sstate_dir, prefix, sha_map)
50 map_sha_to_files(native_sstate_dir, prefix, sha_map)
83 prefix = s[:2] variable
85 if prefix not in sstate_content_cache:
86 sstate_content_cache[prefix] = {}
87 if prefix2 not in sstate_content_cache[prefix]:
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/
H A D0001-Makefile-tweak-install-dir.patch21 install -D asmping $(DESTDIR)$(PREFIX)/bin/asmping
22 install -D ssmpingd $(DESTDIR)$(PREFIX)/bin/ssmpingd
23 install -D mcfirst $(DESTDIR)$(PREFIX)/bin/mcfirst
24 - install -D ssmping.1 $(DESTDIR)$(PREFIX)/man/man1/ssmping.1
25 - install -D asmping.1 $(DESTDIR)$(PREFIX)/man/man1/asmping.1
26 - install -D mcfirst.1 $(DESTDIR)$(PREFIX)/man/man1/mcfirst.1
27 + install -D ssmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/ssmping.1
28 + install -D asmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/asmping.1
29 + install -D mcfirst.1 $(DESTDIR)$(PREFIX)/share/man/man1/mcfirst.1
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc13 FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}…
36 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib${SITEINFO…
38 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sq…
93 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
108 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
144 mkdir -p ${D}${prefix}/lib/pseudo/lib
145 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
152 mkdir -p ${D}${prefix}/lib/pseudo/lib
153 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
155 chrpath -d ${D}${prefix}/lib/pseudo/lib*/libpseudo.so
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0005-wx-config-fix-libdir-for-multilib.patch28 set(prefix ${CMAKE_INSTALL_PREFIX})
29 set(exec_prefix "\${prefix}")
30 set(includedir "\${prefix}/include")
44 - wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--release] [--version-full]
45 + wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]][--baselib=DIR]
50 @@ -133,7 +134,7 @@ wxconfig_output_options="prefix exec_prefix
54 -wxconfig_input_options="prefix exec_prefix utility $wxconfig_schema"
55 +wxconfig_input_options="prefix exec_prefix baselib utility $wxconfig_schema"
61 prefix=${input_option_prefix-${this_prefix:-@prefix@}}
/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp58 uint8_t prefix = 0; in ipv4VerifyIpAndGetBitcount() local
74 prefix += 8; in ipv4VerifyIpAndGetBitcount()
77 prefix += 7; in ipv4VerifyIpAndGetBitcount()
81 prefix += 6; in ipv4VerifyIpAndGetBitcount()
85 prefix += 5; in ipv4VerifyIpAndGetBitcount()
89 prefix += 4; in ipv4VerifyIpAndGetBitcount()
93 prefix += 3; in ipv4VerifyIpAndGetBitcount()
97 prefix += 2; in ipv4VerifyIpAndGetBitcount()
101 prefix += 1; in ipv4VerifyIpAndGetBitcount()
112 *prefixLength = prefix; in ipv4VerifyIpAndGetBitcount()
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Disic-0.07-make.patch16 - $(INSTALL) -m 0755 -d $(PREFIX)/bin
17 - $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
18 - $(INSTALL) -m 0755 -d $(PREFIX)/man/man1
19 - ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
20 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
21 + $(INSTALL) -m 0755 -c $(BINS) $(DESTDIR)$(PREFIX)/bin
22 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
23 + ${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch17 @@ -196,7 +196,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32))
18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64))
19 ifneq ($(realpath $(PREFIX)),)
21PREFIX)/$(LIB32) to $(REALLIB32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to …
/openbmc/qemu/qobject/
H A Dblock-qdict.c53 const char *prefix);
55 static void qdict_flatten_qlist(QList *qlist, QDict *target, const char *prefix) in qdict_flatten_qlist() argument
64 /* This function is never called with prefix == NULL, i.e., it is always in qdict_flatten_qlist()
68 assert(prefix); in qdict_flatten_qlist()
76 new_key = g_strdup_printf("%s.%i", prefix, i); in qdict_flatten_qlist()
94 static void qdict_flatten_qdict(QDict *qdict, QDict *target, const char *prefix) in qdict_flatten_qdict() argument
110 if (prefix) { in qdict_flatten_qdict()
111 key = new_key = g_strdup_printf("%s.%s", prefix, entry->key); in qdict_flatten_qdict()
208 * output QList with the key prefix removed, if that prefix is "%u.". If the
211 * QDict with a prefix directly (incrementally) following the last one; it also
[all …]
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dregulator.txt5 by the prefix of regulator node's name, or, if this fails, by the prefix of the
13 For the node name e.g.: "prefix[:alpha:]num { ... }":
14 - the driver prefix should be: "prefix" - case sensitive
17 Example the prefix "ldo" will pass for: "ldo1", "ldo@1", "ldoreg@1, ...
22 property is possible. The syntax for the prefix of the "regulator-name" property
26 named "BOOST_DRV". Using prefix "regualtor@1" for driver matching would load
27 the same driver for both regulators, hence the prefix is ambiguous.
31 binding if binding by node's name prefix fails
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/
H A D0001-Add-support-for-variable-libdir.patch42 sed 's|@PREFIX@|$(PREFIX)|' $@.in > $@
52 INSTALL_DIR ?= @PREFIX@
60 prefix=@PREFIX@
62 exec_prefix=${prefix}
63 -libdir=${prefix}/lib
64 +libdir=${prefix}/lib${suffix}
66 includedir=${prefix}/include
/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/
H A Dlibecmd_git.bb20 --without-pyecmd --install-path ${D}${prefix} --output-root ${B} --target ${TARGET_ARCH} \
37 mv ${D}${prefix}/help/** ${D}${datadir}/${BPN}/help
38 mv ${D}${prefix}/${TARGET_ARCH}/bin/** ${D}${bindir}
39 mv ${D}${prefix}/${TARGET_ARCH}/lib/** ${D}${libdir}
43 rmdir ${D}${prefix}/help \
44 ${D}${prefix}/${TARGET_ARCH}/lib \
45 ${D}${prefix}/${TARGET_ARCH}/bin \
46 ${D}${prefix}/${TARGET_ARCH}/perl \
47 ${D}${prefix}/${TARGET_ARCH}

12345678910>>...62