help
Recipe name Version Description Layer
update-bundle-rauc 1.0 meta-microservicebus-raspberrypi
utouch-evemu 1.0.5+gitX Kernel evdev device emulation meta-oe
utouch-frame 1.1.2+gitX Touch Frame Library meta-oe
utouch-mtview 1.1.7+gitX Multitouch viewer meta-oe
aircrack-ng 1.3 Aircrack-ng is a set of tools for auditing wireless networks meta-security
antlr 2.7.7 Framework for constructing recognizers, interpreters, compilers, and translators meta-java
arm-trusted-firmware 2.2+gitX ARM Trusted Firmware meta-ti
atmel-xplained-lcd-demo-image 1.0 An image for boards with screen and resistive touchscreen. meta-atmel
audiofile 0.3.6 The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. meta-oe
autoconf 2.69 A GNU tool that produce shell scripts to automatically configure software openembedded-core
avs-device-sdk 1.12.1 An SDK for commercial device makers to integrate Alexa directly into connected products. meta-bistro
aws-c-common 0.4.67 AWS C Common meta-aws
aws-c-compression 0.2.10 AWS C Compression meta-aws
baloo 5.56.0 Baloo provides searching and indexing infrastucture with an emphasis on files meta-qt5-extra
base-files 3.0.14 Miscellaneous files for the base system openembedded-core
binutils 2.31.1 GNU binary utilities openembedded-core
binutils linaro-2.27 GNU binary utilities meta-linaro-toolchain
binutils linaro-2.25 GNU binary utilities meta-linaro-toolchain
binutils-cross-canadian-i586 2.31.1 GNU binary utilities (cross-canadian for i586 target) openembedded-core
binutils-cross-canadian-i586 linaro-2.25 GNU binary utilities (cross-canadian for i586 target) meta-linaro-toolchain
binutils-cross-canadian-i586 linaro-2.27 GNU binary utilities (cross-canadian for i586 target) meta-linaro-toolchain
binutils-cross-i586 2.31.1 GNU binary utilities openembedded-core
binutils-cross-i586 linaro-2.25 GNU binary utilities meta-linaro-toolchain
binutils-cross-i586 linaro-2.27 GNU binary utilities meta-linaro-toolchain
binutils-crosssdk-x86_64-oesdk-linux 2.31.1 GNU binary utilities openembedded-core
binutils-crosssdk-x86_64-oesdk-linux linaro-2.25 GNU binary utilities meta-linaro-toolchain
binutils-crosssdk-x86_64-oesdk-linux linaro-2.27 GNU binary utilities meta-linaro-toolchain
boinc-client 7.12 Open-source software for volunteer computing meta-oe
breakpad 1.0+gitX An open-source multi-platform crash reporting system meta-oe
busybox 1.29.3 Tiny versions of many common UNIX utilities in a single small executable openembedded-core
cairo 1.14.12 The Cairo 2D vector graphics library openembedded-core
cfengine 3.12.0 CFEngine is an IT infrastructure automation framework meta-oe
cfengine-masterfiles 3.12.0 Base policy for CFEngine meta-oe
cgi-deurl-xs-perl 0.08 This module decodes a URL-encoded parameter string in the manner of CGI.pm. However, as it uses C code from libapreq to perform the task, it's somewhere from slightly to much faster (depending on your strings) than using CGI or a functionally similar module like CGI::Deurl. meta-cpan
chrony 3.3 Versatile implementation of the Network Time Protocol meta-networking
cinematicexperience 1.0 Qt5 technology demo meta-qt5
class-tiny-perl 1.006 This module offers a minimalist class construction kit in around 120 lines of code. Here is a list of features: meta-cpan
class-xsaccessor-perl 1.19 Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as "has_foo()" for testing whether the attribute "foo" exists in the object (which is different from "is defined within the object"). It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation. meta-cpan
commons-codec 1.3 Java library with simple encoder and decoders for various formats such as Base64 and Hexadecimal meta-java
concurrencykit 0.5.1+gitX Concurrency Kit provides a plethora of concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures designed to aid in the design and implementation of high performance concurrent systems. meta-oe
consul git A tool for discovering and configuring services in your infrastructure meta-cloud-services
containerd-docker v0.2.x+git3addd840653146c90a254301d6c3a663c7fd6429 containerd is a daemon to control runC meta-virtualization
containerd-opencontainers v1.0.2+gitcfd04396dc68220d1cecbe686a6cc3aa5ce3667c containerd is a daemon to control runC meta-virtualization
convert-color-perl 0.11 This module provides conversions between commonly used ways to express colors. It provides conversions between color spaces such as RGB and HSV, and it provides ways to look up colors by a name. meta-cpan
core-image-tiny-initramfs 1.0 Tiny image capable of booting a device. The kernel includes the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the first 'init' program more efficiently. core-image-tiny-initramfs doesn't actually generate an image but rather generates boot and rootfs artifacts that can subsequently be picked up by external image generation tools such as wic. openembedded-core
cpanel-json-xs-perl 4.02 This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. meta-cpan
cpuid 20180519 Linux tool to dump x86 CPUID information about the CPU(s) meta-oe
crypt-cbc-perl 2.33 This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the OpenSSL package. meta-cpan
crypt-ripemd160-perl 0.06 The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest algorithm from within Perl programs. The module is based on the implementation from Antoon Bosselaers from Katholieke Universiteit Leuven. A new RIPEMD160 context object is created with the new operation. Multiple simultaneous digest contexts can be maintained, if desired. The context is updated with the add operation which adds the strings contained in the *LIST* parameter. Note, however, that \"add('foo', 'bar')\", \"add('foo')\" followed by \"add('bar')\" and \"add('foobar')\" should all give the same result. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of add operations since the last new or reset operation. Note that the digest operation is effectively a destructive, read-once operation. Once it has been performed, the context must be reset before being used to calculate another digest value. Several convenience functions are also provided. The addfile operation takes an open file-handle and reads it until end-of file in 8192 byte blocks adding the contents to the context. The file-handle can either be specified by name or passed as a type-glob reference, as shown in the examples below. The hexdigest operation calls digest and returns the result as a printable string of hexdecimal digits. This is exactly the same operation as performed by the unpack operation in the examples below. The hash operation can act as either a static member function (ie you invoke it on the RIPEMD160 class as in the synopsis above) or as a normal virtual function. In both cases it performs the complete RIPEMD160 cycle (reset, add, digest) on the supplied scalar value. This is convenient for handling small quantities of data. When invoked on the class a temporary context is created. When invoked through an already created context object, this context is used. The latter form is slightly more efficient. The hexhash operation is analogous to hexdigest. meta-cpan
ctapi-common 1.1-14 Common files and packaging infrastructure for CT-API modules meta-oe