/openbmc/openbmc-test-automation/ |
H A D | .flake8-ignore | 19 ffdc/lib/ssh_utility.py 21 gui/lib/utils_get_version.py 22 lib/bmc_network_utils.py 23 lib/bmc_redfish.py 24 lib/bmc_redfish_utils.py 25 lib/boot_data.py 26 lib/disable_warning_urllib.py 27 lib/external_intf/management_console_utils.py 28 lib/func_args.py 29 lib/gen_arg.py [all …]
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 2 10256384: /usr/lib 4 3538944: /lib 5 2076672: /usr/lib/python2.7 7 1626112: /lib/systemd 9 937984: /usr/lib/python2.7/lib-dynload 11 761856: /usr/lib/libcrypto.so.1.1 13 638976: /usr/lib/ipmid-providers 14 598016: /lib/systemd/libsystemd-shared-239.so 15 536576: /usr/lib/libgnutls.so.30.22.0 16 516096: /usr/lib/libpython2.7.so.1.0 [all …]
|
/openbmc/linux/arch/sparc/lib/ |
H A D | Makefile | 8 lib-$(CONFIG_SPARC32) += ashrdi3.o 9 lib-$(CONFIG_SPARC32) += memcpy.o memset.o 10 lib-y += strlen.o 11 lib-y += checksum_$(BITS).o 12 lib-$(CONFIG_SPARC32) += blockops.o 13 lib-y += memscan_$(BITS).o memcmp.o strncmp_$(BITS).o 14 lib-$(CONFIG_SPARC32) += divdi3.o udivdi3.o 15 lib-$(CONFIG_SPARC32) += copy_user.o locks.o 16 lib-$(CONFIG_SPARC64) += atomic_64.o 17 lib-$(CONFIG_SPARC32) += lshrdi3.o ashldi3.o [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch | 27 -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 … SEARCH_DIR("/usr/powerpc64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… 54 … SEARCH_DIR("/usr/powerpc64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… 66 … SEARCH_DIR("/usr/powerpc64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… 67 … SEARCH_DIR("/usr/powerpc64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… 79 …"); SEARCH_DIR("/usr/x86_64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… 80 …"); SEARCH_DIR("/usr/x86_64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEA… [all …]
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | Makefile | 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subskeleton.c | 10 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_setup() local 12 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_setup() 15 *lib->rodata.var1 = 1; in subskeleton_lib_setup() 16 *lib->data.var2 = 2; in subskeleton_lib_setup() 17 lib->bss.var3->var3_1 = 3; in subskeleton_lib_setup() 18 lib->bss.var3->var3_2 = 4; in subskeleton_lib_setup() 20 test_subskeleton_lib__destroy(lib); in subskeleton_lib_setup() 25 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_subresult() local 28 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_subresult() 31 result = *lib->bss.libout1; in subskeleton_lib_subresult() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | MANIFEST | 6 tools/lib/api 7 tools/lib/bpf 8 tools/lib/subcmd 9 tools/lib/perf 10 tools/lib/argv_split.c 11 tools/lib/ctype.c 12 tools/lib/hweight.c 13 tools/lib/rbtree.c 14 tools/lib/string.c 15 tools/lib/symbol [all …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | Makefile | 18 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt 31 lib-y := delay.o misc.o cmdline.o cpu.o 32 lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o 33 lib-y += memcpy_$(BITS).o 34 lib-y += pc-conf-reg.o 35 lib-$(CONFIG_ARCH_HAS_COPY_MC) += copy_mc.o copy_mc_64.o 36 lib-$(CONFIG_INSTRUCTION_DECODER) += insn.o inat.o insn-eval.o 37 lib-$(CONFIG_RANDOMIZE_BASE) += kaslr.o 38 lib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o 39 lib-$(CONFIG_RETPOLINE) += retpoline.o [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0005-enable-out-of-source-tree-builds.patch | 10 lib/efi/Makefile.am | 2 +- 11 lib/engine/Makefile.am | 2 +- 12 lib/orom/Makefile.am | 2 +- 13 lib/safeclib/Makefile.am | 2 +- 19 --- a/lib/efi/Makefile.am 20 +++ b/lib/efi/Makefile.am 28 -I$(top_srcdir)/lib 29 --- a/lib/engine/Makefile.am 30 +++ b/lib/engine/Makefile.am 38 -I$(top_srcdir)/lib [all …]
|
H A D | 0001-Don-t-use-__GNUC_PREREQ.patch | 15 lib/efi/efi.h | 4 ++-- 16 lib/engine/pragma.h | 4 ++-- 17 lib/log/log.h | 4 ++-- 18 lib/mpb/machine_bytes.h | 4 ++-- 19 lib/mpb/mpb.h | 4 ++-- 20 lib/orom/orom.h | 4 ++-- 23 diff --git a/lib/efi/efi.h b/lib/efi/efi.h 25 --- a/lib/efi/efi.h 26 +++ b/lib/efi/efi.h 39 diff --git a/lib/engine/pragma.h b/lib/engine/pragma.h [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | configurefix.patch | 4 …b-1.4.15-r1/packages-split/directfb/usr/bin/dfbinspector contains probably-redundant RPATH /usr/lib 5 …rectfb-1.4.15-r1/packages-split/directfb/usr/bin/mkdfiff contains probably-redundant RPATH /usr/lib 6 …rectfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbinfo contains probably-redundant RPATH /usr/lib 7 …fb-1.4.15-r1/packages-split/directfb/usr/bin/dfbpenmount contains probably-redundant RPATH /usr/lib 8 …/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbg contains probably-redundant RPATH /usr/lib 9 …ectfb-1.4.15-r1/packages-split/directfb/usr/lib/libfusion-1.4.so.6 contains probably-redundant RPA… 10 …fb-1.4.15-r1/packages-split/directfb/usr/lib/libdirectfb-1.4.so.6.0.9 contains probably-redundant … 11 …ctfb-1.4.15-r1/packages-split/directfb/usr/lib/libdirectfb-1.4.so.6 contains probably-redundant RP… 12 …tfb-1.4.15-r1/packages-split/directfb/usr/lib/libfusion-1.4.so.6.0.9 contains probably-redundant R… 13 …r1/packages-split/directfb/usr/lib/directfb-1.4-6/systems/libdirectfb_fbdev.so contains probably-r… [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-samhainrc.patch | 37 -# On Ubuntu, these are in /var/lib rather than /etc 73 -dir = -1/var/lib/texmf 74 -dir = -1/var/lib/scrollkeeper 79 -dir = /var/lib/nfs 80 -dir = /var/lib/pcmcia 82 # /var/lib/rpm changes if packets are installed; 83 # /var/lib/rpm/__db.00[123] even more frequently 84 file = /var/lib/rpm/__db.00? 86 -file = /var/lib/acpi-support/vbestate 87 -file = /var/lib/alsa/asound.state [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
H A D | 0001-generate-not-static-get_dh-functions.patch | 12 lib/automake.mk | 5 +++-- 15 diff --git a/lib/automake.mk b/lib/automake.mk 17 --- a/lib/automake.mk 18 +++ b/lib/automake.mk 19 @@ -113,8 +113,9 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem 20 (echo '#include "lib/dhparams.h"' && \ 21 openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout && \ 22 openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout && \ 23 - openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \ 24 - | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0008-Rename-poll.h-to-vm_poll.h.patch | 22 open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +- 23 open-vm-tools/lib/hgfsServer/hgfsServer.c | 2 +- 24 open-vm-tools/lib/include/asyncsocket.h | 2 +- 25 open-vm-tools/lib/include/pollImpl.h | 2 +- 26 open-vm-tools/lib/include/{poll.h => vm_poll.h} | 2 +- 27 open-vm-tools/lib/rpcIn/rpcin.c | 2 +- 29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%) 31 diff --git a/open-vm-tools/lib/asyncsocket/asyncsocket.c b/open-vm-tools/lib/asyncsocket/asyncsocke… 33 --- a/open-vm-tools/lib/asyncsocket/asyncsocket.c 34 +++ b/open-vm-tools/lib/asyncsocket/asyncsocket.c [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0003-Fix-pyext_PATTERN-for-cross-compilation.patch | 11 root@qemuarm64:~# find /usr/lib/ -name \*ldb\* 12 /usr/lib/pkgconfig/pyldb-util.cpython-310-x86_64-linux-gnu.pc 13 /usr/lib/pkgconfig/ldb.pc 14 /usr/lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2.3.2 15 /usr/lib/libldb.so.2.3.2 16 /usr/lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2 17 /usr/lib/libldb.so 18 /usr/lib/libldb.so.2 19 /usr/lib/python3.10/site-packages/_ldb_text.py 20 /usr/lib/python3.10/site-packages/ldb.cpython-310-x86_64-linux-gnu.so [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0005-Fix-pyext_PATTERN-for-cross-compilation.patch | 11 root@qemuarm64:~# find /usr/lib -name \*cpython\* 12 /usr/lib/pkgconfig/samba-policy.cpython-310-x86_64-linux-gnu.pc 13 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so 14 /usr/lib/samba/libsamba-python.cpython-310-x86-64-linux-gnu-samba4.so 15 /usr/lib/samba/libsamba-net.cpython-310-x86-64-linux-gnu-samba4.so 16 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0 17 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1 18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so 19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so 20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 36 lib/vsprintf.c 42 lib/kstrtox.c 44 lib/string_helpers.c 53 lib/string.c 80 lib/bitmap.c 88 lib/bitmap.c 90 lib/bitmap.c 99 lib/cmdline.c 106 lib/sort.c 108 lib/list_sort.c [all …]
|
/openbmc/linux/arch/sparc/prom/ |
H A D | Makefile | 8 lib-y := bootstr_$(BITS).o 9 lib-y += init_$(BITS).o 10 lib-$(CONFIG_SPARC32) += memory.o 11 lib-y += misc_$(BITS).o 12 lib-$(CONFIG_SPARC32) += mp.o 13 lib-$(CONFIG_SPARC32) += ranges.o 14 lib-y += console_$(BITS).o 15 lib-y += printf.o 16 lib-y += tree_$(BITS).o 17 lib-$(CONFIG_SPARC64) += p1275.o [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch | 20 /usr/bin/ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng… 21 /usr/bin/ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/libl… 22 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ad… 23 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 24 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_co… 25 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 26 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 27 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca… 28 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 29 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | 0002-Fix-pyext_PATTERN-for-cross-compilation.patch | 11 root@qemuarm64:~# find /usr/lib -name \*talloc\* 12 /usr/lib/pkgconfig/talloc.pc 13 /usr/lib/pkgconfig/pytalloc-util.cpython-310-x86_64-linux-gnu.pc 14 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2.3.3 15 /usr/lib/libtalloc.so.2 16 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2 17 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so 18 /usr/lib/libtalloc.so 19 /usr/lib/libtalloc.so.2.3.3 20 /usr/lib/python3.10/site-packages/talloc.cpython-310-x86_64-linux-gnu.so [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | Makefile | 7 CFLAGS+=-std=c99 -I./lib -I./lib/colord -I$(DESTDIR) -DCD_COMPILATION 16 lib/colord/cd-it8.c \ 17 lib/colord/cd-color.c \ 18 lib/colord/cd-spectrum.c \ 19 lib/colord/cd-math.c \ 20 lib/colord/cd-interp-akima.c \ 21 lib/colord/cd-context-lcms.c \ 22 lib/colord/cd-interp.c \ 23 lib/colord/cd-interp-linear.c \ 24 lib/colord/cd-it8-utils.c \ [all …]
|
/openbmc/openbmc/poky/bitbake/contrib/prserv/ |
H A D | Dockerfile | 18 # --volume $PWD:/var/lib/bbprserv \ 25 # --env LOGFILE=/var/lib/bbprserv/prservro.log \ 27 # --volume $PWD:/var/lib/bbprserv \ 36 COPY lib/prserv /opt/bbprserv/lib/prserv/ 37 COPY lib/bb /opt/bbprserv/lib/bb/ 38 COPY lib/codegen.py /opt/bbprserv/lib/codegen.py 39 COPY lib/ply /opt/bbprserv/lib/ply/ 40 COPY lib/bs4 /opt/bbprserv/lib/bs4/ 44 RUN mkdir -p /var/lib/bbprserv 46 ENV DBFILE=/var/lib/bbprserv/prserv.sqlite3 \ [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0004-add-libvchostif-to-link.patch | 36 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras… 37 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 49 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -L../lib -lraspidmx 50 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -L../lib -lraspidmx 62 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras… 63 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 75 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras… 76 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 88 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras… 89 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo.inc | 13 FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}… 20 MAKEOPTS:class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" 36 …O_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib${SITEINFO_BITS} --with-sqlite-l… 38 … ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${bas… 93 … ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${bas… 98 # prevent it from removing the lib, but remove everything else 108 … ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${bas… 110 # prevent it from removing the lib, but remove everything else 129 oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install 144 mkdir -p ${D}${prefix}/lib/pseudo/lib [all …]
|
/openbmc/linux/arch/riscv/lib/ |
H A D | Makefile | 2 lib-y += delay.o 3 lib-y += memcpy.o 4 lib-y += memset.o 5 lib-y += memmove.o 6 lib-y += strcmp.o 7 lib-y += strlen.o 8 lib-y += strncmp.o 9 lib-$(CONFIG_MMU) += uaccess.o 10 lib-$(CONFIG_64BIT) += tishift.o 11 lib-$(CONFIG_RISCV_ISA_ZICBOZ) += clear_page.o
|