/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rust-oe-selftest.patch | 46 diff --git a/library/test/src/stats/tests.rs b/library/test/src/stats/tests.rs 47 --- a/library/test/src/stats/tests.rs 48 +++ b/library/test/src/stats/tests.rs 57 diff --git a/library/std/src/io/buffered/tests.rs b/library/std/src/io/buffered/tests.rs 59 --- a/library/std/src/io/buffered/tests.rs 60 +++ b/library/std/src/io/buffered/tests.rs 69 diff --git a/library/std/src/io/stdio/tests.rs b/library/std/src/io/stdio/tests.rs 71 --- a/library/std/src/io/stdio/tests.rs 72 +++ b/library/std/src/io/stdio/tests.rs 81 diff --git a/library/std/src/sync/mpsc/sync_tests.rs b/library/std/src/sync/mpsc/sync_tests.rs [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | Kconfig | 3 menu "Crypto library routines" 27 accelerated implementation of the Blake2s library interface, 34 Blake2s library interface that require the generic code as a 43 accelerated implementation of the ChaCha library interface, 51 ChaCha library interface that require the generic code as a 57 tristate "ChaCha library interface" 61 Enable the ChaCha library interface. This interface may be fulfilled 69 accelerated implementation of the Curve25519 library interface, 76 Curve25519 library interface that require the generic code as a 82 tristate "Curve25519 scalar multiplication library" [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/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…
|
H A D | LGPL-2.1-or-later | 40 the library or if you modify it. 42 For example, if you distribute copies of the library, whether gratis or for 45 other code with the library, you must provide complete object files to the 46 recipients, so that they can relink them with the library after making changes 47 to the library and recompiling it. And you must show them these terms so they 50 We protect your rights with a two-step method: (1) we copyright the library, 52 distribute and/or modify the library. 55 warranty for the free library. Also, if the library is modified by someone 64 library must be consistent with the full freedom of use specified in this 73 When a program is linked with a library, whether statically or using a shared [all …]
|
H A D | LGPL-2.1-only | 22 …late to certain responsibilities for you if you distribute copies of the library or if you modify … 24 …library, whether gratis or for a fee, you must give the recipients all the rights that we gave you… 26 … copyright the library, and (2) we offer you this license, which gives you legal permission to cop… 28 … to make it very clear that there is no warranty for the free library. Also, if the library is mod… 30 …erefore, we insist that any patent license obtained for a version of the library must be consisten… 34 …library, whether statically or using a shared library, the combination of the two is legally speak… 38 …library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowe… 40 In other cases, permission to use a particular library in non-free programs enables a greater numbe… 44 …e library" and a "work that uses the library". The former contains code derived from the library, … 48 0. This License Agreement applies to any software library or other program which contains a notice … [all …]
|
/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/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/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/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 library: 110 The ABI of the library produced by the build is controlled using the `abi` meson 123 off of deprecated APIs by constraining the library ABI to the stable category. [all …]
|
/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/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/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 …]
|
H A D | FLTK | 4 The FLTK library and included programs are provided under the terms 23 FLTK library does not constitute a derivative work 35 with programs that are linked to the FLTK library, nor 58 [This is the first released version of the library GPL. It is 83 you distribute copies of the library, or if you modify it. 85 For example, if you distribute copies of the library, whether gratis 88 code. If you link a program with the library, you must provide 90 with the library, after making changes to the library and recompiling 94 the library, and (2) offer you this license which gives you legal 95 permission to copy, distribute and/or modify the library. [all …]
|
H A D | Mini-XML-License | 5 The Mini-XML library and included programs are provided under the 9 1. Static linking of applications to the Mini-XML library 20 with programs that are linked to the Mini-XML library, nor 35 [This is the first released version of the library GPL. It is 60 you distribute copies of the library, or if you modify it. 62 For example, if you distribute copies of the library, whether gratis 65 code. If you link a program with the library, you must provide 67 with the library, after making changes to the library and recompiling 71 the library, and (2) offer you this license which gives you legal 72 permission to copy, distribute and/or modify the library. [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | fix-multilib-conflict.patch | 31 -// "library": "@libdir@/kea/hooks/control-agent-commands.so", 32 +// // Replace $libdir with real library path /usr/lib or /usr/lib64 33 +// "library": "$libdir/kea/hooks/control-agent-commands.so", 45 - // "library": "@libdir@/kea/hooks/libdhcp_legal_log.so", 46 + // "library": "$libdir/kea/hooks/libdhcp_legal_log.so", 54 - // "library": "@libdir@/kea/hooks/libdhcp_flex_id.so", 55 + // "library": "$libdir/kea/hooks/libdhcp_flex_id.so",
|
/openbmc/linux/LICENSES/preferred/ |
H A D | LGPL-2.1 | 54 you distribute copies of the library or if you modify it. 56 For example, if you distribute copies of the library, whether gratis or for 59 link other code with the library, you must provide complete object files to 60 the recipients, so that they can relink them with the library after making 61 changes to the library and recompiling it. And you must show them these 65 library, and (2) we offer you this license, which gives you legal 66 permission to copy, distribute and/or modify the library. 69 warranty for the free library. Also, if the library is modified by someone 78 for a version of the library must be consistent with the full freedom of 88 When a program is linked with a library, whether statically or using a [all …]
|
/openbmc/u-boot/Licenses/ |
H A D | lgpl-2.1.txt | 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 43 code. If you link other code with the library, you must provide 45 with the library after making changes to the library and recompiling 49 library, and (2) we offer you this license, which gives you legal 50 permission to copy, distribute and/or modify the library. 53 there is no warranty for the free library. Also, if the library is 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a [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/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.24.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/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/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/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-runtime.inc | 202 SUMMARY:libstdc++ = "GNU standard C++ library" 209 SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" 214 SUMMARY:libstdc++-staticdev = "GNU standard C++ library - static development files" 217 SUMMARY:libstdc++-precompile-dev = "GNU standard C++ library - precompiled header files" 220 SUMMARY:libssp = "GNU stack smashing protection library" 227 SUMMARY:libssp-dev = "GNU stack smashing protection library - development files" 229 SUMMARY:libssp-staticdev = "GNU stack smashing protection library - static development files" 232 SUMMARY:libquadmath = "GNU quad-precision math library" 238 SUMMARY:libquadmath-dev = "GNU quad-precision math library - development files" 240 SUMMARY:libquadmath-staticdev = "GNU quad-precision math library - static development files" [all …]
|