| /openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
| H A D | 0002-Makefile-don-t-set-uid-gid.patch | 6 Upstream-Status: Inappropriate [embedded specific] 8 Signed-off-by: Armin Kuster <akuster808@gmail.com> 9 --- 10 src/Makefile | 166 +++++++++++++++++++++++++-------------------------- 11 1 file changed, 83 insertions(+), 83 deletions(-) 13 diff --git a/src/Makefile b/src/Makefile 15 --- a/src/Makefile 17 @@ -21,7 +21,7 @@ OSSEC_USER?=ossec 21 -INSTALL_CMD?=install -m $(1) -o $(2) -g $(3) 22 +INSTALL_CMD?=install -m $(1) [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | mtest2make.py | 20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds] 26 .speed.quick = $(foreach s,$(sort $(filter-out %-slow %-thorough, $1)), --suite $s) 27 .speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s) 28 .speed.thorough = $(foreach s,$(sort $1), --suite $s) 31 .mtestargs = --no-rebuild -t $(TIMEOUT_MULTIPLIER) 33 .mtestargs += --setup $(SPEED) 35 .mtestargs += $(subst -j,--num-processes , $(filter-out -j, $(lastword -j1 $(filter -j%, $(MAKEFLAG… 37 .check.mtestargs = $(MTESTARGS) $(.mtestargs) $(if $(V),--verbose,--print-errorlogs) 38 .bench.mtestargs = $(MTESTARGS) $(.mtestargs) --benchmark --verbose''') 60 if s.endswith('-slow'): [all …]
|
| /openbmc/qemu/block/ |
| H A D | crypto.h | 4 * Copyright (c) 2015-2017 Red Hat, Inc. 24 #define BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, helpstr) \ argument 26 .name = prefix BLOCK_CRYPTO_OPT_QCOW_KEY_SECRET, \ 31 #define BLOCK_CRYPTO_OPT_QCOW_KEY_SECRET "key-secret" 33 #define BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET(prefix) \ argument 34 BLOCK_CRYPTO_OPT_DEF_KEY_SECRET(prefix, \ 37 #define BLOCK_CRYPTO_OPT_LUKS_KEY_SECRET "key-secret" 38 #define BLOCK_CRYPTO_OPT_LUKS_CIPHER_ALG "cipher-alg" 39 #define BLOCK_CRYPTO_OPT_LUKS_CIPHER_MODE "cipher-mode" 40 #define BLOCK_CRYPTO_OPT_LUKS_IVGEN_ALG "ivgen-alg" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/ |
| H A D | libvpx-configure-support-blank-prefix.patch | 6 Fix configure to accept "--prefix=" (a blank prefix). 8 Upstream-Status: Pending 9 --- 10 build/make/configure.sh | 20 ++++++++++++++++---- 11 1 file changed, 16 insertions(+), 4 deletions(-) 13 diff --git a/build/make/configure.sh b/build/make/configure.sh 15 --- a/build/make/configure.sh 17 @@ -699,6 +699,8 @@ process_common_cmdline() { 19 --prefix=*) 20 prefix="${optval}" [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | scons.bbclass | 4 # SPDX-License-Identifier: MIT 9 DEPENDS += "python3-scons-native" 16 if [ -n "${CONFIGURESTAMPFILE}" -a "${S}" = "${B}" ]; then 17 …if [ -e "${CONFIGURESTAMPFILE}" -a "`cat ${CONFIGURESTAMPFILE}`" != "${BB_TASKHASH}" -a "${CLEANBR… 18 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} --clean PREFIX=${prefix} prefix=${prefix} ${EXTRA_… 21 mkdir -p `dirname ${CONFIGURESTAMPFILE}` 27 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix}… 32 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} install_root=${D}${prefix} PREFIX=${prefix} prefix…
|
| /openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-Install-python-modules-to-correct-library-dir.patch | 6 Upstream-Status: Inappropriate [oe-core specific] 7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 9 Add OE's CFLAGS which contains `-fdebug-prefix-map' options to 12 Supply "--root" directory to the "install" command, and use 13 it as a prefix to strip off the purported filename encoded 14 in bytecode files. (It strips build path prefix from .pyc files) 16 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 17 --- 18 python/Makefile.am | 8 ++++++-- 19 1 file changed, 6 insertions(+), 2 deletions(-) [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/ |
| H A D | 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 5 prefix to target sysroot 11 meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch 16 Upstream-Status: Inappropriate [oe-core specific] 17 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 18 --- 19 setuptools/_distutils/sysconfig.py | 12 ++++++++++-- 20 1 file changed, 10 insertions(+), 2 deletions(-) 22 diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py 24 --- a/setuptools/_distutils/sysconfig.py 26 @@ -134,6 +134,8 @@ def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> st [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | backend.py | 2 # See the COPYING file in the top-level directory. 16 # pylint: disable=too-few-public-methods 22 prefix: str, 25 gen_tracing: bool) -> None: 31 :param prefix: Optional C-code prefix for symbol names. 32 :param unmask: Expose non-ABI names through introspection? 33 :param builtins: Generate code for built-in types? 40 # pylint: disable=too-few-public-methods 45 prefix: str, 48 gen_tracing: bool) -> None: [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | libacpi_fix_for_x32.patch | 1 Upstream-Status: Inactive-Upstream [last release before 2008, no vcs] 11 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/05 13 Index: libacpi-0.2/Makefile 15 --- libacpi-0.2.orig/Makefile 16 +++ libacpi-0.2/Makefile 17 @@ -42,13 +42,13 @@ install: all 18 @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 [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0027-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch | 6 * in some strange multilib configs we build lib32-image where 12 https://github.com/llvm/llvm-project/commit/621fed5f5a051a0333415aaed75b8f2ed2350dbd 16 find -lgcc, crtbeginS.o, crtendS.o, but still fail to find 17 -lgcc_s, -lc, Scrt1.o, crti.o, crtn.o 19 * fixes lib32-compiler-rt build failure: 21 -- Configuring incomplete, errors occurred! 22 …OPDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/recipe-sysroot-n… 25 …rypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/recipe-sysroot-native/usr/bin/arm-oemlli… 31 …PDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/build/CMakeFiles/… 33 …-v cmTC_84d18 && [1/2] TOPDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
| H A D | tayga.conf | 12 # `tayga --mktun`. This allows routing and firewall rules to be set up prior 17 tun-device nat64 25 # This address can safely be located inside the dynamic-pool prefix. 29 ipv4-addr 192.168.254.1 37 # You can leave ipv6-addr unspecified and TAYGA will construct its IPv6 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 44 #ipv6-addr 2001:db8:1::2 45 ipv6-addr fdaa:bb:1::1 [all …]
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_sar.S | 5 .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 D | test_shift.S | 5 .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/openbmc/poky/meta/recipes-extended/ltp/ |
| H A D | ltp_20250130.bb | 3 HOMEPAGE = "https://linux-test-project.github.io/" 5 LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause" 9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \ 12 DEPENDS = "attr libaio libcap acl openssl zip-native" 13 DEPENDS:append:libc-musl = " fts " 14 EXTRA_OEMAKE:append:libc-musl = " LIBC=musl " 15 EXTRA_OECONF:append:libc-musl = " LIBS=-lfts " 17 # since ltp contains x86-64 assembler which uses the frame-pointer register, 18 # set -fomit-frame-pointer x86-64 to handle cases where optimisation 19 # is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/ |
| H A D | 0001-Makefile-tweak-install-dir.patch | 6 For oe-core, the man doc should be installed to /usr/share/man 9 Upstream-Status: Inappropriate [oe specific] 11 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 12 --- 13 Makefile | 6 +++--- 14 1 file changed, 3 insertions(+), 3 deletions(-) 16 diff --git a/Makefile b/Makefile 18 --- a/Makefile 20 @@ -14,9 +14,9 @@ install: ssmping asmping ssmpingd mcfirst 21 install -D asmping $(DESTDIR)$(PREFIX)/bin/asmping [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | gen-lockedsig-cache | 6 # SPDX-License-Identifier: GPL-2.0-only 28 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) 56 …print("syntax: gen-lockedsig-cache <locked-sigs.inc> <input-cachedir> <output-cachedir> <nativelsb… 83 prefix = s[:2] variable 85 if prefix not in sstate_content_cache: [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
| H A D | pseudo.inc | 3 # BBFETCH2=True PSEUDO_BUILD=1 ../bitbake/bin/bitbake pseudo-native [-c CMD] 10 LICENSE = "LGPL-2.1-only" 13 FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}… 15 INSANE_SKIP:${PN}-dbg += "libdir" 20 MAKEOPTS:class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" 29 NO32LIBS:class-nativesdk = "1" 31 PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback --enable-epoll --enable-xattr" 36 …--prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib${SITEINFO_BITS} --with-sqlite-lib=${baselib} … 38 …--prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${baselib} --with-sqlite=${… 45 # We probably don't need to build 32-bit binaries. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | 0005-wx-config-fix-libdir-for-multilib.patch | 4 Subject: [PATCH] wx-config: fix libdir for multilib 7 for multilib. Add an option '--baselib' for wx-config to support 11 Upstream-Status: Inappropriate [oe specific] 13 Signed-off-by: Kai Kang <kai.kang@windriver.com> 17 Signed-off-by: Kai Kang <kai.kang@windriver.com> 18 --- 19 build/cmake/config.cmake | 2 +- 20 wx-config.in | 6 ++++-- 21 2 files changed, 5 insertions(+), 3 deletions(-) 23 diff --git a/build/cmake/config.cmake b/build/cmake/config.cmake [all …]
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | isic-0.07-make.patch | 3 Upstream-Status: Backport 4 http://pkgs.fedoraproject.org/cgit/isic.git/tree/isic-0.07-make.patch 6 Signed-off-by: Armin Kuster <akuser808@gmail.com> 8 Index: isic-0.07/Makefile.in 10 --- isic-0.07.orig/Makefile.in 11 +++ isic-0.07/Makefile.in 12 @@ -63,7 +63,7 @@ package: distclean 13 tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* ) 16 - $(INSTALL) -m 0755 -d $(PREFIX)/bin 17 - $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin [all …]
|
| /openbmc/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 5 by the prefix of regulator node's name, or, if this fails, by the prefix of the 6 regulator's "regulator-name" property. Usually the pmic I/O driver will provide 13 For the node name e.g.: "prefix[:alpha:]num { ... }": 14 - the driver prefix should be: "prefix" - case sensitive 15 - the node name's "num" is set as "dev->driver_data" on bind 17 Example the prefix "ldo" will pass for: "ldo1", "ldo@1", "ldoreg@1, ... 21 can't or do not want to change them then binding against the "regulator-name" 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. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch | 6 Upstream-Status: Inappropriate [oe-core specific] 8 Signed-off-by: Ting Liu <b28495@freescale.com> 9 --- 10 Makefile.in | 1 - 11 1 file changed, 1 deletion(-) 13 diff --git a/Makefile.in b/Makefile.in 15 --- a/Makefile.in 17 @@ -196,7 +196,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32)) 18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64)) 19 ifneq ($(realpath $(PREFIX)),) [all …]
|
| /openbmc/qemu/qobject/ |
| H A D | block-qdict.c | 4 * Copyright (c) 2013-2018 Red Hat, Inc. 7 * See the COPYING.LIB file in the top-level directory. 16 #include "qapi/qobject-input-visitor.h" 53 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() 79 * Flatten non-empty QDict and QList recursively into @target, in qdict_flatten_qlist() 94 static void qdict_flatten_qdict(QDict *qdict, QDict *target, const char *prefix) in qdict_flatten_qdict() argument [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/ |
| H A D | 0001-Add-support-for-variable-libdir.patch | 3 Date: Tue, 22 Mar 2022 09:17:06 -0700 9 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 Makefile | 9 +++++---- 14 squish.pc.in | 3 ++- 15 3 files changed, 9 insertions(+), 5 deletions(-) 17 diff --git a/Makefile b/Makefile 19 --- a/Makefile 21 @@ -10,13 +10,13 @@ LIB = libsquish.a [all …]
|
| /openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/ |
| H A D | libecmd_git.bb | 3 LICENSE = "Apache-2.0" 6 SRC_URI = "git://github.com/open-power/eCMD.git;branch=ecmd15;protocol=https" 19 ${S}/config.py --without-swig --without-python --without-python3 --without-perl \ 20 --without-pyecmd --install-path ${D}${prefix} --output-root ${B} --target ${TARGET_ARCH} \ 21 --extensions "cmd cip" 36 install -d ${D}${includedir} ${D}${datadir}/${BPN}/help ${D}${bindir} ${D}${libdir} 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 \ [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | ip_utils.hpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors 19 * Will automatically convert IPv4-mapped IPv6 address back to IPv4. 58 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() [all …]
|