help
Recipe name Version Description Layer
omap5-sgx-ddk-um-linux 1.9.0.12 Userspace libraries for SGX meta-ti
omapdrmtest 1.0.0 Test applications for OMAP DRM interface meta-arago-extras
openflow 1.0 OpenFlow communications protocol meta-networking
openflow 1.0+gitX OpenFlow communications protocol meta-networking
openhpi 3.0.0 OpenHPI provides an open source implementation of the Service Availability Forum (SAF) Hardware Platform Interface (HPI). meta-openclovis
openhpi-subagent 2.3.4 The openhpi-subagent package contains the Service Availability Forum's Hardware Platform Interface SNMP sub-agent. meta-openclovis
openssh 6.5p1 Secure rlogin/rsh/rcp/telnet replacement openembedded-core
openvswitch 2.0.0 OpenvSwitch meta-virtualization
openvswitch 1.10.0 OpenvSwitch meta-virtualization
opimd-utils 0.0.3+gitrX Test scripts for freesmartphone.org opimd interface meta-fso
oprofileui 0.0+gitX User Interface for the System-Wide Profiler openembedded-core
oprofileui-server 0.0+gitX User Interface for the System-Wide Profiler openembedded-core
ossp-uuid 1.6.2 Universally Unique Identifier (UUID) library openembedded-core
pciutils 3.2.1 PCI utilities openembedded-core
perf 1.0 Performance analysis tools for Linux openembedded-core
phpmyadmin 4.1.9 Web-based MySQL administration interface meta-webserver
pigz 2.3.1 A parallel implementation of gzip openembedded-core
pmloglib-private 3.1.0-52+ow+gitrX Open webOS logging library - private interface meta-luneos-backports-2-8
psplash 0.1+gitX Userspace framebuffer boot logo based on usplash openembedded-core
pyparted 3.9 Python bindings for libparted meta-mentor-staging
pyrtm 0.2 Python interface for Remember The Milk API meta-oe
python-futures 2.1.5 The concurrent.futures module provides a high-level interface for asynchronously executing callables. meta-oe
python-pyfirmata 0.9.5 a Python interface for the Firmata protocol meta-intel-iot-middleware
python-redis 2.10.3 The Python interface to the Redis key-value store meta-intel-iot-middleware
python-scapy 2.2.0 Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery, packet sniffer, etc. It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, .... meta-eca
python-scons 2.3.0 Software Construction tool (make/autotools replacement) openembedded-core
python-scons-native 2.3.0 Software Construction tool (make/autotools replacement) openembedded-core
qconnman 0.0+gitrX ConnMan management interface done in Qt meta-oe
qconnman-e 0.0+gitrX ConnMan management interface done in Qt meta-oe
qmmp 0.7.5 Qt-based Multimedia Player openembedded-core
remake 3.82+dbg-0.9+gitX Makefile debugger which is gnumake 3.81 compatible openembedded-core
resourceproto 1.2.0 XRes: X Resource extension headers openembedded-core
rrdtool-oo-perl 0.36 "RRDTool::OO\" is an object-oriented interface to Tobi Oetiker's round robin database tool *rrdtool*. It uses *rrdtool*'s \"RRDs\" module to get access to *rrdtool*'s shared library. meta-cpan
rsyslog 7.4.4 Rsyslog is an enhanced multi-threaded syslogd meta-oe
s3c24xx-gpio 1.0+svnrX A user-space tool to show and modify the state of GPIOs on the S3c24xx platform meta-oe
s3c64xx-gpio 1.0+svnrX A user-space tool to show and modify the state of GPIOs on the S3c64xx platform meta-oe
scope-upper-perl 0.27 This module lets you defer actions *at run-time* that will take place when the control flow returns into an upper scope. Currently, you can: meta-cpan
server-starter-perl 0.31 It is often a pain to write a server program that supports graceful restarts, with no resource leaks. Server::Starter solves the problem by splitting the task into two. One is start_server, a script provided as a part of the module, which works as a superdaemon that binds to zero or more TCP ports or unix sockets, and repeatedly spawns the server program that actually handles the necessary tasks (for example, responding to incoming commenctions). The spawned server programs under Server::Starter call accept(2) and handle the requests. meta-cpan
sjf2410-linux-native 0.1+svnrX JTAG utility to interface w/ a S3C2410 device meta-oe
snowshoe 0.2.6+gitrX Snowshoe is an open source project to build a cross platform browser application with multiple user interfaces while sharing the same core engine, based on Qt5 and WebKit2 technologies. meta-luneos-backports-2-8
swig 2.0.12 SWIG - Simplified Wrapper and Interface Generator meta-oe
swig 3.0.5 SWIG - Simplified Wrapper and Interface Generator meta-intel-iot-middleware
swupdate-image 1.0 Root file system image for MCX board meta-swupdate
syslog-ng 3.5.4.1 Alternative system logger daemon meta-arago-extras
template-toolkit-perl 2.26 This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for the complete reference manual which goes into much greater depth about the features and use of the Template Toolkit. The Template::Tutorial is also available as an introductory guide to using the Template Toolkit. meta-cpan
term-size-any-perl 0.002 This is a unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way to get the desired terminal information. This loaded module will actually do the job on behalf of \"Term::Size::Any\". meta-cpan
test-longstring-perl 0.17 This module provides some drop-in replacements for the string comparison functions of Test::More, but which are more suitable when you test against long strings. If you've ever had to search for text in a multi-line string like an HTML document, or find specific items in binary data, this is the module for you. meta-cpan
test-nowarnings-perl 1.04 In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a \"not ok\" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred. meta-cpan
test-number-delta-perl 1.06 At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with Test::More. Usage is similar to other test functions described in Test::More. Semantically, the \"delta_within\" function replaces this kind of construct: meta-cpan
test-output-perl 1.03 Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. meta-cpan