help
Recipe name Version Description Layer
bcm4330-firmware 4.1.2 Properitary firmware binaries needed for the BCM4330 wifi/bt chip meta-android
binutils-cross-canadian-i586 2.24 GNU binary utilities (cross-canadian for i586 target) openembedded-core
binutils-cross-canadian-i586 linaro-2.24 GNU binary utilities (cross-canadian for i586 target) meta-linaro-toolchain
bootchart 1.16 Monitors where the system spends its time at start, creating a graph of all processes, disk utilization, and wait time. meta-oe
builder 0.1 New user to do specific job openembedded-core
cairo 1.12.16 The Cairo 2D vector graphics library openembedded-core
cairomm 1.10.0 C++ bindings for Cairo graphics library meta-oe
core-image-base 1.0 A console-only image that fully supports the target device hardware. openembedded-core
core-image-testmaster 1.0 A master image to be deployed on a target useful for testing other images openembedded-core
cpio 2.11 GNU cpio is a program to manage archives of files openembedded-core
cpio 2.8 GNU cpio is a program to manage archives of files openembedded-core
dancer2-plugin-auth-yarbac-perl 0.009 YARBAC is a role based user authentication and authorisation framework for Dancer2 apps. Designed with security and a medium to large user base in mind. This framework was heavily inspired by the excellent Dancer::Plugin::Auth::Extensible framework which I'd highly recommend. YARBAC was designed to support secure password checking, enforced password hashing, multiple authentication realms and the ability to create your own backend provider. YARBAC was also designed to to be as flexible and as feature rich as possible in the hope that I'll never have to write RBAC code for Dancer again. :) While similar to Extensible in some ways, this framework has some significantly different approaches. These differences were born out of my own experiences writing RBAC code for various Dancer apps and finding myself always having to extend existing modules or starting from scratch or worse still, copy/paste my old code then reworking it. The major difference with YARBAC is that it tries to be a complete solution to the problem. However in order to be a little more flexible and feature rich in some areas it is also a little more opinionated in others. The main area of opinion in YARBAC is how it achieves role-based access control. YARBAC is structed with users, roles, groups and permissions. A user can have many roles but it might be a good idea in larger enviornments to only allow a user to have one role and then assign that role have many groups. Think of a role as being a role-group. Then there are groups which have many permissions. A user can have one or more roles, a role can have one or more groups and groups can have one or more permissions. This means when deciding if a user is authorised we could require they be logged in, or have a specifc role, or specific group, or a specific group with a specific permission and so on. To put it another way, this design moves the access control down to the role-group relationship thus allowing one to quickly and easily see, assign or revoke permissions to a user even when dealing with a fairly complex authorisation environment. meta-cpan
distcc-config 1.0 Sets up distcc for compilation on the target device openembedded-core
ecalc 0.0.4+gitrX A simple calculator which is elementary-themed meta-shr
emgd-driver-bin 1.18 EMGD 1.18 xserver binaries meta-intel
emgd-driver-bin 1.16 EMGD 1.16 xserver binaries meta-intel
emtooth2 0.1+svnrX A bluetooth/bluez manager written in elementary for embedded systems. Second version written now in Vala meta-shr
expat 2.1.0 A stream-oriented XML parser library openembedded-core
fim 0.4-rc1 Framebuffer (scriptable) image viewer meta-oe
fping 3.5 sends ICMP ECHO_REQUEST packets to network hosts meta-networking
gator 5.18+gitX DS-5 Gator daemon meta-linaro
gcc-cross-canadian-i586 4.8.2 GNU cc and gcc C compilers (cross-canadian for i586 target) openembedded-core
gcc-cross-canadian-i586 4.6.3+svnrX GNU cc and gcc C compilers (cross-canadian for i586 target) toolchain-layer
gcc-cross-canadian-i586 linaro-4.8 GNU cc and gcc C compilers (cross-canadian for i586 target) meta-linaro-toolchain
gdb-cross-canadian-i586 7.6.2 GNU debugger (cross-canadian gdb for i586 target) openembedded-core
gdb-cross-canadian-i586 linaro-7.6.1 GNU debugger (cross-canadian gdb for i586 target) meta-linaro-toolchain
gettext-minimal-native 0.18.3.2 Minimal gettext for supporting native autoconf/automake openembedded-core
grub-efi 2.00 GRUB2 is the next-generation GRand Unified Bootloader openembedded-core
grub-efi 2.00 GRUB2 is the next-generation GRand Unified Bootloader meta-aarch64
initscripts 1.0 SysV init scripts openembedded-core
initscripts-swupdate 1.0 Different startup scripts meta-swupdate
jefliks 0.0.3+gitrX This project is a try to write real tiny and fast XMPP/Jabber client for handheld devices, supported by Enlightment Foundation Library. It use Elementary widget toolkit and Iksemel library to make it possible. meta-shr
libarchive 3.1.2 Support for reading various archive formats openembedded-core
libxdamage 1.1.4 Xdamage: X Damage extension library openembedded-core
lio-utils 4.1+gitX lio-utils meta-oe
mokojeweled 0.1+gitrX A bejeweled clone in Elementary meta-shr
moo-perl 2.000002 "Moo\" is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. \"Moo\" contains a subset of Moose and is optimised for rapid startup. meta-cpan
moox-cmd-perl 0.015 Eases the writing of command line utilities, accepting commands and subcommands and so on. These commands can form a tree, which is mirrored in the package structure. On invocation each command along the path through the tree (starting from the toplevel command through to the most specific one) is instanciated. meta-cpan
mqxboot 1.0 MQX Image loader - starts an MQX image on the M4 meta-fsl-arm
nfs-export-root 1.0 Configuration script to export target rootfs filesystem openembedded-core
open-vcdiff 0.8.3 An encoder/decoder for the VCDIFF (RFC3284) format meta-oe
packagegroup-arago-tisdk-connectivity 1.0 Task to install wireless packages into the target FS meta-arago-distro
packagegroup-arago-tisdk-crypto 1.0 Task to install crypto packages into target FS meta-arago-distro
packagegroup-tools-benchmark 1.0 Package group for benchmarking the target meta-mel-support
phoneui-apps 0.0.0+gitrX The PhoneUI app starters meta-shr
pptp-linux 1.7.2 Client for Microsoft PPTP VPNs meta-networking
return-multilevel-perl 0.04 This module provides a way to return immediately from a deeply nested call stack. This is similar to exceptions, but exceptions don't stop automatically at a target frame (and they can be caught by intermediate stack frames using \"eval\"). In other words, this is more like setjmp(3)/longjmp(3) than \"die\". meta-cpan
rtmom 0.1.3 Elementary based client for Remember the Milk written in Python. meta-shr
run-postinsts 1.0 Runs postinstall scripts on first boot of the target device openembedded-core
samsung-tuna-firmware 4.1.2 Properitary firmware binaries needed for the Samsung Galaxy Nexus smartphone meta-samsung