| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | rust-oe-selftest.patch | 46 diff --git a/library/std/src/sync/poison/rwlock/tests.rs b/library/std/src/sync/poison/rwlock/tests… 48 --- a/library/std/src/sync/poison/rwlock/tests.rs 49 +++ b/library/std/src/sync/poison/rwlock/tests.rs 106 diff --git a/library/test/src/tests.rs b/library/test/src/tests.rs 107 --- a/library/test/src/tests.rs 108 +++ b/library/test/src/tests.rs 117 diff --git a/library/std/src/sync/poison/mutex/tests.rs b/library/std/src/sync/poison/mutex/tests.rs 118 --- a/library/std/src/sync/poison/mutex/tests.rs 119 +++ b/library/std/src/sync/poison/mutex/tests.rs 128 diff --git a/library/std/src/sync/poison/mutex/tests.rs b/library/std/src/sync/poison/mutex/tests.rs [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
| H A D | tkprivate.diff | 11 # String to pass to linker to pick up the Tk library from its 16 # String to pass to linker to pick up the Tk library from its 25 # Needed if you want to make a 'fat' shared library library 29 # String to pass to linker to pick up the Tk stub library from its 34 # String to pass to linker to pick up the Tk stub library from its 38 # Path to the Tk stub library in the build directory. 42 # Path to the Tk stub library in the install directory.
|
| /openbmc/libpldm/ |
| H A D | README.md | 3 This is a library which deals with the encoding and decoding of PLDM messages. 4 It should be possible to use this library by projects other than OpenBMC, and 16 Given a PLDM command "foo", the library will provide the following API: For the 31 The library also provides API to pack and unpack PLDM headers. 58 Components of the library ABI[^1] (loosely, functions) are separated into three 61 [^1]: ["library API + compiler ABI = library ABI"][libstdc++-library-abi] 63 [libstdc++-library-abi]: 78 releases when upgrading. This constraint allows the library to reintroduce types 81 employed to avoid breaking existing APIs unnecessarily, the library is still to
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | GPL-2.0-with-classpath-exception | 4 Linking this library statically or dynamically with other modules is making a combined work based o… 6 …library give you permission to link this library with independent modules to produce an executable…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg/ |
| H A D | 0001-configure-Fix-checks-for-libjpeg-and-libexif.patch | 6 Use the functions from the respective library instead of using main 7 function which is not part of library 23 -AC_CHECK_LIB([jpeg], [main], [], [echo "libjpeg library not found. Please install it before procee… 24 -AC_CHECK_LIB([exif], [main], [], [echo "libexif library not found. Please install it before procee… 25 +AC_CHECK_LIB([jpeg], [jpeg_simple_progression], [], [echo "libjpeg library not found. Please insta… 26 +AC_CHECK_LIB([exif], [exif_data_new_from_file], [], [echo "libexif library not found. Please insta…
|
| /openbmc/google-misc/subprojects/libcr51sign/ |
| H A D | README.md | 7 Libcr51sign is a library to verify images signed in the Cr51 format which can be 9 and end offset the library would scan for and validate the signature on the 11 its integrity. Because this library will be used across many varied platforms, 15 library’s functions. Interface struct should typically be static data (could put 20 Print will be handled via Macros. The user can define USER_PRINT or the library 21 would use its default. The library will not assert on any error conditions,but 41 Note: libcr51sign will also provide a companion library with default SW
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
| H A D | fix-multilib-conflict.patch | 35 -// "library": "@libdir@/kea/hooks/control-agent-commands.so", 36 +// // Replace $libdir with real library path /usr/lib or /usr/lib64 37 +// "library": "$libdir/kea/hooks/control-agent-commands.so", 49 - // "library": "@libdir@/kea/hooks/libdhcp_legal_log.so", 50 + // "library": "$libdir/kea/hooks/libdhcp_legal_log.so", 58 - // "library": "@libdir@/kea/hooks/libdhcp_flex_id.so", 59 + // "library": "$libdir/kea/hooks/libdhcp_flex_id.so", 71 - // "library": "@libdir@/kea/hooks/libdhcp_legal_log.so", 72 + // "library": "$libdir/kea/hooks/libdhcp_legal_log.so", 80 - // "library": "@libdir@/kea/hooks/libdhcp_flex_id.so", [all …]
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxcursor_1.2.3.bb | 1 SUMMARY = "Xcursor: X Cursor management library" 3 DESCRIPTION = "Xcursor is a simple library designed to help locate and \ 4 load cursors. Cursors can be loaded from files or memory. A library of \ 6 can exist in several sizes and the library automatically picks the best \
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | prebuilt-libraries.rst | 9 Some library vendors do not release source code for their software but do 15 To summarize, a versioned library must meet two conditions: 18 #. The library must have the ELF tag ``SONAME`` set to the major version 19 of the library, for example: ``libfoo.so.1``. You can check this by 63 To write a recipe to use such a library in your system: 73 from :ref:`ref-classes-utils` to install the shared library and create 75 non-versioned library guidelines in the next section. 129 to have multiple versions of the same library installed, which eases upgrades 131 library, an actual library is called ``libfoo.so.1.2``, a symbolic link named 134 link a binary against a library, you typically provide the unversioned file [all …]
|
| H A D | libraries.rst | 10 - :ref:`How to include static library files 11 <dev-manual/libraries:including static library files>` 14 library files into a single image 15 <dev-manual/libraries:combining multiple versions of library files into one image>` 17 - :ref:`How to install multiple versions of the same library in parallel on 19 <dev-manual/libraries:installing multiple versions of the same library>` 24 If you are building a library and the library offers static linking, you 25 can control which static library files (``*.a`` files) get included in 26 the built library. 33 library files. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/ |
| H A D | 0002-Fix-Eq-CAPS-plugin-name.patch | 38 library -- location of the LADSPA library, the default is 40 module -- module name within the LADSPA library, the deafault 47 library -- location of the LADSPA library, the default is 49 module -- module name within the LADSPA library, the deafault 62 const char *library = "/usr/lib/ladspa/caps.so"; 75 const char *library = "/usr/lib/ladspa/caps.so";
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 150-use_DESTDIR.patch | 37 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library" 38 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library" 51 @SL_OFF@ @echo "Enter 'make installthcxxsl' to install the threaded C++ shared-library" 64 @TH_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library" 65 @SL_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library" 72 @CXX_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library" 73 @TH_OFF@ @echo "Enter 'make installthsl' to install thread shared-library" 83 @CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library" 84 @TH_OFF@ @echo "Enter 'make installth' to install thread library"
|
| /openbmc/qemu/scripts/modules/ |
| H A D | module_block.py | 25 def add_module(fheader, library, format_name, protocol_name): argument 27 lines.append('.library_name = "' + library + '",') 40 library, _ = os.path.splitext(os.path.basename(filename)) 49 add_module(fheader, library, format_name, protocol_name)
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
| H A D | CMakeLists.txt | 23 # Linking a small library makes the example more useful for testing. 26 # A simple library linking json-c library found by pkgconfig 40 # A simple executable linking the library 48 # A simple test executable for testing the library
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
| H A D | libnewt_0.52.25.bb | 1 SUMMARY = "A library for text mode user interfaces" 3 DESCRIPTION = "Newt is a programming library for color text mode, widget based user \ 7 shared library needed by programs built with newt, as well as a \ 9 slang library." 22 file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | libstd-rs_1.85.1.bb | 9 # The dummy crate named `sysroot` represents the standard library target. 11 # See fd4c81f4c19e ("Add a `sysroot` crate to represent the standard library crates") 13 S = "${RUSTSRC}/library/sysroot" 27 # Ensure that user code can't access the dependencies of the standard library 46 … files that get installed. Those are really only needed to incrementally rebuild the libstd library
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/ |
| H A D | obmc-libobmc-intf_git.bb | 1 SUMMARY = "OpenBMC gdbus library" 22 # Ensure the library is not in the dev package 28 # support the proper library version detection and linking. 30 # rootfs for applicaitons to use this library.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/ |
| H A D | libgxim_0.5.0.bb | 1 SUMMARY = "GObject-based XIM protocol library" 2 DESCRIPTION = "libgxim is a X Input Method protocol library that is implemented by GObject.\ 3 this library helps you to implement XIM servers or client applications to\ 7 This package contains the shared library."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0002-media-ctl-Install-media-ctl-pkg-config-files.patch | 12 0001-media-ctl-Install-media-ctl-header-and-library-files.patch 24 @@ -38,6 +38,12 @@ libv4l2subdev = library('v4l2subdev', 32 + description : 'v4l2 subdev library') 46 + description : 'v4l2 mediactl library')
|
| H A D | 0001-media-ctl-Install-media-ctl-header-and-library-files.patch | 4 Subject: [PATCH] media-ctl: Install media-ctl header and library files 6 Install mediactl and v4l2subdev header and library 15 v4l-utils maintainers do not promise a stable API for this library, and 49 +libmediactl = library('mediactl', 66 +libv4l2subdev = library('v4l2subdev',
|
| /openbmc/libcper/ |
| H A D | README.md | 5 addition to a library which can readily convert back and forth between the 10 Before building this library and its associated tools, you must have meson 45 Finally, a static library containing symbols for converting CPER and CPER-JSON 47 `lib/libcper-parse.a`. This contains the following useful library symbols: 64 This library is utilised in a proof of concept displaying CPER communication 66 logging that utilises this library. You can find information on how to reproduce 69 and example usage of the library itself at the
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libmodbus/ |
| H A D | libmodbus_3.1.11.bb | 1 SUMMARY = "A Modbus library for Linux, Mac OS, FreeBSD and Windows" 2 … "libmodbus is a free software library to send/receive data with a device which respects the Modbu…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
| H A D | QWTv1.0 | 4 The Qwt library and included programs are provided under the terms 12 Qwt library does not constitute a derivative work 24 with programs that are linked to the Qwt library, nor 77 you if you distribute copies of the library or if you modify it. 79 For example, if you distribute copies of the library, whether gratis 82 code. If you link other code with the library, you must provide 84 with the library after making changes to the library and recompiling 88 library, and (2) we offer you this license, which gives you legal 89 permission to copy, distribute and/or modify the library. 92 there is no warranty for the free library. Also, if the library is [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmaxminddb/ |
| H A D | libmaxminddb_1.4.3.bb | 1 SUMMARY = "C library for the MaxMind DB file format" 2 DESCRIPTION = "The libmaxminddb library provides a C library for reading MaxMind DB files, \
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/ |
| H A D | 0002-Fix-MbedTLS-3.6-and-GCC-14-compatibility.patch | 36 + library/common.h | 2 +- 39 +diff --git a/library/common.h b/library/common.h 41 +--- a/library/common.h 42 ++++ b/library/common.h
|