IoTGateway/BSP/Linux/iMX6/Technical Specification

From ESS-WIKI
Jump to: navigation, search

Hardware

iMX6 High-Performance, 3D Graphics, HD Video, ARM Cortex-A9 Core

The i.MX 6 series of applications processors combines scalable platforms with broad levels of integration and power-efficient processing capabilities particularly suited to multimedia applications. The i.MX6 Quad processor features:

  • Enhanced capabilities of high-tier portable applications by fulfilling MIPS needs of operations systems and games
  • Multilevel memory system
  • Smart speed technology that enables the designer to deliver a feature-rich product, requiring levels of power far lower than industry expectations
  • Dynamic voltage and frequency scaling
  • Powerful graphics acceleration
  • Interface flexibility
  • Integrated power management throughout the device
  • Advanced hardware-enabled security

RTENOTITLE



Software

The Yocto Project is an open-source collaboration project whose focus is developers of embedded Linux systems. Among other things, the Yocto Project uses a build host based on the OpenEmbedded (OE) project, which uses the BitBake tool, to construct complete Linux images. The BitBake and OE components are combined together to form a reference build host, historically known as Poky.

The Yocto Project through the OpenEmbedded build system provides an open source development environment targeting the ARM, MIPS, PowerPC, and x86 architectures for a variety of platforms including x86-64 and emulated ones. You can use components from the Yocto Project to design, develop, build, debug, simulate, and test the complete software stack using Linux, the X Window System, GTK+ frameworks, and Qt frameworks.

RTENOTITLE

Yocto Core Services and Features

This section should describe the core services of the platform.

RTENOTITLE


File system

The file system type that the build is being performed on can also influence performance. Using ext4 is recommended as compared to ext2 and ext3 due to ext4 improved features such as extents

Service management

By default, the Yocto Project uses SysVinit as the initialization manager. However, support also exists for systemd, which is a full replacement for init with parallel starting of services, reduced shell overhead and other features that are used by many distributions.

SELinux

SELinux will be enabled in enforcing mode, using the targeted policy.

Display manager & Graphics

• Graphics recipes reside in recipes-graphics folder.

• Graphic components for each DISTRO – X11, frame buffer (FB), Xwayland, Wayland backend, and Weston compositor (Weston).

• Xorg-driver integrates the xserver-xorg.

Modify the Source of an Existing Component

RTENOTITLE

Core Applications

Web Browser

Chromium Browser on X11, XWayland and Wayland

The Yocto Project community has chromium-imx recipes to enable hardware acceleration for X11, XWayland and Wayland
version Chromium Browser for i.MX SoC with GPU hardware. Note that NXP does not support or test the patches from
community, either for VPU or GPU support. This section describes how to integrate Chromium into your rootfs and enable
hardware accelerated rendering of WebGL. The Chromium browser requires additional layers added in the fsl-releasesetup.
sh script automatically.
In local.conf, you can perform the following operations:
• Add Chromium into your image.
CORE_IMAGE_EXTRA_INSTALL += "chromium libexif"
• Add the commercial white list into local.conf.
LICENSE_FLAGS_WHITELIST="commercial"
This allows proprietary code to be included into your image. In fact, this allows a bunch of recipes flagged as "commercial"
to be built and included in the final image. It is a huge set of commercial licensed packages, with different licenses each one.
Therefore, this allows the build and the installation. Additional license obligations will need to be met for these additions.
Make sure you know what they are and are in compliance.

Qt 5 and QtWebEngine browsers

Qt 5 has both a commercial and an open source license. When building in Yocto Project the open source license is the
default. Make sure to understand the differences between these licenses and choose appropriately. Once custom Qt 5
development has started on the open source license it can't be used with the commercial license. Work with a legal
representative to understand the differences between these licenses.
There are three Qt 5 browsers available. QtWebEngine browsers can be found in /usr/share/qt5/examples/
webenginewidgets/browser, /usr/share/qt5/examples/webenginewidgets/fancybrowser and /usr/
share/qt5/examples/webengine/quicknanobrowser.
To run any of these, after booting up Linux OS on your device, tell Qt 5 which graphics to use by setting the environment
variable below. See Section "Qt 5" in the i.MX Linux® User's Guide (IMXLUG) for the information on the graphics for
different graphical backends.
$export QT_QPA_PLATFORM=$Graphics
All three browsers can be run by going to the directory above and running the executable found there. Touchscreen can be
enabled by adding the parameters -plugin evdevtouch:/dev/input/event0 to the executable. The DISPLAY variable
may need to be set in the environment before beginning:
export DISPLAY=:0.0
The command line might look like one of these:
./browser -plugin evdevtouch:/dev/input/event0
./fancybrowser -plugin evdevtouch:/dev/input/event0
./quicknanobrowser -plugin evdevtouch:/dev/input/event0

Systemd

Systemd is supported in this release but not enabled as default initialization manager. The enable systemd as default go to the
fsl-imx-preferred-env.inc and uncomment the systemd section. The 4.1.X-2.X series is the last release series without systemd
as default. The next release GA series will use systemd as the default initialization manager.

Core Package list

List the core packages of the product. This list includes all packages that will be shipping on the release image. This is the mandatory minimal list of packages that needs to be installed on a system at all times. This package list will be the priority focus for QA and bug fixing.

Package list

Here is the full list of packages in Yocto 2.1 ELAA project that are installed as dependencies of the various packages, in particular qt5,  gstreamer1.0 and gstreamer1-plugins-good.

acl cortexa9hf-neon 2.2.52
adwaita-icon-theme all 3.18.0
adwaita-icon-theme-symbolic all 3.18.0
alsa-conf cortexa9hf-neon-mx6qdl 1.1.0
alsa-conf-base cortexa9hf-neon-mx6qdl 1.1.0
alsa-lib cortexa9hf-neon-mx6qdl 1.1.0
alsa-lib-dev cortexa9hf-neon-mx6qdl 1.1.0
alsa-plugins-pulseaudio-conf cortexa9hf-neon 1.1.0
alsa-state imx6dlrom7421a1 0.2.0
alsa-states imx6dlrom7421a1 0.2.0
alsa-tools cortexa9hf-neon 1.1.0
alsa-utils cortexa9hf-neon 1.1.0
alsa-utils-aconnect cortexa9hf-neon 1.1.0
alsa-utils-alsactl cortexa9hf-neon 1.1.0
alsa-utils-alsaloop cortexa9hf-neon 1.1.0
alsa-utils-alsamixer cortexa9hf-neon 1.1.0
alsa-utils-alsatplg cortexa9hf-neon 1.1.0
alsa-utils-alsaucm cortexa9hf-neon 1.1.0
alsa-utils-amixer cortexa9hf-neon 1.1.0
alsa-utils-aplay cortexa9hf-neon 1.1.0
alsa-utils-aseqdump cortexa9hf-neon 1.1.0
alsa-utils-aseqnet cortexa9hf-neon 1.1.0
alsa-utils-iecset cortexa9hf-neon 1.1.0
alsa-utils-midi cortexa9hf-neon 1.1.0
alsa-utils-speakertest cortexa9hf-neon 1.1.0
apm cortexa9hf-neon 3.2.2+15
apmd cortexa9hf-neon 3.2.2+15
assimp imx6dlrom7421a1 3.1.1
at cortexa9hf-neon 3.1.18
attr cortexa9hf-neon 2.4.47
attr-dev cortexa9hf-neon 2.4.47
autoconf cortexa9hf-neon 2.69
automake cortexa9hf-neon 1.15
avahi-daemon cortexa9hf-neon 0.6.32
avahi-dev cortexa9hf-neon 0.6.32
avahi-locale-en-gb cortexa9hf-neon 0.6.32
babeltrace cortexa9hf-neon 1.3.1
base-files imx6dlrom7421a1 3.0.14
base-files-dev imx6dlrom7421a1 3.0.14
base-passwd cortexa9hf-neon 3.5.29
base-passwd-dev cortexa9hf-neon 3.5.29
bash cortexa9hf-neon 4.3.30
bash-completion cortexa9hf-neon 2.1
bash-completion-dev cortexa9hf-neon 2.1
bash-dev cortexa9hf-neon 4.3.30
bc cortexa9hf-neon 1.06
bc-dev cortexa9hf-neon 1.06
binutils cortexa9hf-neon 2.26
bison cortexa9hf-neon 3.0.4
blktool cortexa9hf-neon 4+7
blktrace cortexa9hf-neon 1.1.0+git0+43fc870ce0
bluez5 cortexa9hf-neon 5.37
bluez5-dev cortexa9hf-neon 5.37
bluez5-noinst-tools cortexa9hf-neon 5.37
bluez5-obex cortexa9hf-neon 5.37
bluez5-testtools cortexa9hf-neon 5.37
bonnie++ cortexa9hf-neon 1.03e
boottimes cortexa9hf-neon 1.0
busybox cortexa9hf-neon 1.24.1
busybox-hwclock cortexa9hf-neon 1.24.1
busybox-syslog cortexa9hf-neon 1.24.1
busybox-udhcpc cortexa9hf-neon 1.24.1
byacc cortexa9hf-neon 20150711
bzip2 cortexa9hf-neon 1.0.6
bzip2-dev cortexa9hf-neon 1.0.6
ca-certificates all 20160104
can-utils cortexa9hf-neon 0.0+gitr0+67a2bdcd33
cantarell-fonts all 0.0.21+git0+611c169df5
cantarell-fonts-dev all 0.0.21+git0+611c169df5
cinematicexperience cortexa9hf-neon 1.0
compositeproto-dev cortexa9hf-neon 0.4.2
connman cortexa9hf-neon 1.31
connman-client cortexa9hf-neon 1.31
connman-tests cortexa9hf-neon 1.31
connman-tools cortexa9hf-neon 1.31
consolekit cortexa9hf-neon 0.4.6
consolekit-dev cortexa9hf-neon 0.4.6
coreutils cortexa9hf-neon 8.25
coreutils-dev cortexa9hf-neon 8.25
cpio cortexa9hf-neon 2.12
cpp cortexa9hf-neon 5.3.0
cpp-symlinks cortexa9hf-neon 5.3.0
cpuburn-neon cortexa9hf-neon 20140626
cpufrequtils cortexa9hf-neon 008
cracklib cortexa9hf-neon 2.9.5
cronie cortexa9hf-neon 1.5.0
cryptodev-linux cortexa9hf-neon 1.8
cryptodev-linux-dev cortexa9hf-neon 1.8
cryptodev-module imx6dlrom7421a1 1.8
cryptodev-tests cortexa9hf-neon 1.8
curl cortexa9hf-neon 7.47.1
curl-dev cortexa9hf-neon 7.47.1
damageproto-dev cortexa9hf-neon 1.2.1
db cortexa9hf-neon 6.0.30
db-dev cortexa9hf-neon 6.0.30
dbench cortexa9hf-neon 4.0
dbus-1 cortexa9hf-neon 1.10.6
dbus-dev cortexa9hf-neon 1.10.6
dbus-wait cortexa9hf-neon 0.1+git0+6cc6077a36
diffstat cortexa9hf-neon 1.61
diffutils cortexa9hf-neon 3.3
diffutils-dev cortexa9hf-neon 3.3
dosfstools cortexa9hf-neon 3.0.28
dri2proto-dev cortexa9hf-neon 2.8
e2fsprogs cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
e2fsprogs-badblocks cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
e2fsprogs-e2fsck cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
e2fsprogs-mke2fs cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
e2fsprogs-resize2fs cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
ecuevent cortexa9hf-neon 1.0
ed cortexa9hf-neon 1.9
eglinfo-x11 cortexa9hf-neon-mx6qdl 1.0.0
elfutils cortexa9hf-neon 0.164
ethtool cortexa9hf-neon 4.2
eudev cortexa9hf-neon 3.1.5
evtest cortexa9hf-neon 1.32+0+b8343ec112
expect cortexa9hf-neon 5.45
fbset cortexa9hf-neon 2.1
fbset-modes imx6dlrom7421a1 0.1.0
fbv cortexa9hf-neon 1.0b
file cortexa9hf-neon 5.25
findutils cortexa9hf-neon 4.6.0
fio cortexa9hf-neon 2.2.6
firmware-imx-brcm cortexa9hf-neon-mx6qdl 5.4
firmware-imx-epdc cortexa9hf-neon-mx6qdl 5.4
firmware-imx-vpu-imx6d cortexa9hf-neon-mx6qdl 5.4
firmware-imx-vpu-imx6q cortexa9hf-neon-mx6qdl 5.4
fixesproto-dev cortexa9hf-neon 5.0
flac cortexa9hf-neon 1.3.1
flac-dev cortexa9hf-neon 1.3.1
flex cortexa9hf-neon 2.6.0
flex-dev cortexa9hf-neon 2.6.0
fontconfig-utils cortexa9hf-neon 2.11.94
formfactor imx6dlrom7421a1 0.0
fsl-rc-local cortexa9hf-neon 1.0
fstests cortexa9hf-neon 0.1+git0+e5939ff608
fuser cortexa9hf-neon 22.21
g++ cortexa9hf-neon 5.3.0
g++-symlinks cortexa9hf-neon 5.3.0
gawk cortexa9hf-neon 4.1.3
gawk-dev cortexa9hf-neon 4.1.3
gcc cortexa9hf-neon 5.3.0
gcc-symlinks cortexa9hf-neon 5.3.0
gconf cortexa9hf-neon 3.2.6
gconf-dev cortexa9hf-neon 3.2.6
gconf-locale-en-gb cortexa9hf-neon 3.2.6
gdb cortexa9hf-neon 7.10.1
gdbserver cortexa9hf-neon 7.10.1
gettext cortexa9hf-neon 0.19.6
gettext-dev cortexa9hf-neon 0.19.6
glcompbench cortexa9hf-neon-mx6qdl 2012.08
glew cortexa9hf-neon-mx6qdl 1.13.0
glib-networking cortexa9hf-neon 2.46.1
glib-networking-locale-en-gb cortexa9hf-neon 2.46.1
glibc-binary-localedata-en-gb cortexa9hf-neon 2.23
glibc-binary-localedata-en-us cortexa9hf-neon 2.23
glibc-gconv cortexa9hf-neon 2.23
glibc-gconv-cp1252 cortexa9hf-neon 2.23
glibc-gconv-ibm850 cortexa9hf-neon 2.23
glibc-gconv-iso8859-1 cortexa9hf-neon 2.23
glibc-gconv-iso8859-15 cortexa9hf-neon 2.23
glibc-locale-en-gb cortexa9hf-neon 2.23
glibc-localedata-i18n cortexa9hf-neon 2.23
glibc-localedata-iso14651-t1 cortexa9hf-neon 2.23
glibc-localedata-iso14651-t1-common cortexa9hf-neon 2.23
glibc-localedata-translit-circle cortexa9hf-neon 2.23
glibc-localedata-translit-cjk-compat cortexa9hf-neon 2.23
glibc-localedata-translit-compat cortexa9hf-neon 2.23
glibc-localedata-translit-font cortexa9hf-neon 2.23
glibc-localedata-translit-fraction cortexa9hf-neon 2.23
glibc-localedata-translit-narrow cortexa9hf-neon 2.23
glibc-localedata-translit-neutral cortexa9hf-neon 2.23
glibc-localedata-translit-small cortexa9hf-neon 2.23
glibc-localedata-translit-wide cortexa9hf-neon 2.23
glibc-mtrace cortexa9hf-neon 2.23
glmark2 cortexa9hf-neon-mx6qdl 2014.03+0+fa71af2dfa
glproto-dev cortexa9hf-neon 1.4.17
gnome-desktop-testing cortexa9hf-neon 2014.1
gnome-desktop-testing-dev cortexa9hf-neon 2014.1
gnu-config cortexa9hf-neon 20150728+git0+b576fa87c1
gobject-introspection cortexa9hf-neon 1.46.0
gobject-introspection-dev cortexa9hf-neon 1.46.0
grep cortexa9hf-neon 2.23
gstreamer1.0 cortexa9hf-neon 1.8.1
gstreamer1.0-locale-en-gb cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-bad-accurip cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-adpcmdec cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-adpcmenc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-aiff cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-asfmux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-audiofxbad cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-audiomixer cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-audiovisualizers cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-autoconvert cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-bayer cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-bluez cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-bz2 cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-camerabin2 cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-coloreffects cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-compositor cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-curl cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dashdemux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dataurisrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-debugutilsbad cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-decklink cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dtls cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dvb cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dvbsuboverlay cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-dvdspu cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-fbdevsink cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-festival cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-fieldanalysis cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-freeverb cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-frei0r cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-gaudieffects cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-gdp cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-geometrictransform cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-hls cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-id3tag cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-inter cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-interlace cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-ivfparse cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-ivtc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-jp2kdecimator cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-jpegformat cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-locale-en-gb cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-meta cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-midi cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-mpegpsdemux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-mpegpsmux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-mpegtsdemux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-mpegtsmux cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-mxf cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-neonhttpsrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-netsim cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-opengl cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-pcapparse cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-pnm cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-qt cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-qt-meta cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-qt-qmlgl cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-rawparse cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-removesilence cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-rfbsrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-rsvg cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-rtponvif cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-sbc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-sdpelem cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-segmentclip cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-shm cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-siren cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-smooth cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-smoothstreaming cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-sndfile cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-speed cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-stereo cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-subenc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-uvch264 cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-vcdsrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-videofiltersbad cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-videoframe-audiolevel cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-videoparsersbad cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-videosignal cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-vmnc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-webp cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-y4mdec cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-bad-yadif cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-adder cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-alsa cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-app cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-apps cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-audioconvert cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-audiorate cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-audioresample cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-audiotestsrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-encodebin cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-gio cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-ivorbisdec cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-locale-en-gb cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-meta cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-ogg cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-pango cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-playback cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-subparse cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-tcp cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-theora cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-typefindfunctions cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-videoconvert cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-videorate cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-videoscale cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-videotestsrc cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-volume cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-vorbis cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-ximagesink cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-base-xvimagesink cortexa9hf-neon-mx6qdl 1.8.1
gstreamer1.0-plugins-good-alaw cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-alpha cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-alphacolor cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-apetag cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-audiofx cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-audioparsers cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-auparse cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-autodetect cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-avi cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-cairo cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-cutter cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-debug cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-deinterlace cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-dtmf cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-effectv cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-equalizer cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-flac cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-flv cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-flxdec cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-gdkpixbuf cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-goom cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-goom2k1 cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-icydemux cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-id3demux cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-imagefreeze cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-interleave cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-isomp4 cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-jpeg cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-level cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-locale-en-gb cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-matroska cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-meta cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-mulaw cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-multifile cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-multipart cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-navigationtest cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-ossaudio cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-png cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-pulse cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-replaygain cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-rtp cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-rtpmanager cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-rtsp cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-shapewipe cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-smpte cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-souphttpsrc cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-spectrum cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-speex cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-taglib cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-udp cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-video4linux2 cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-videobox cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-videocrop cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-videofilter cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-videomixer cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-wavenc cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-wavparse cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-ximagesrc cortexa9hf-neon 1.8.1
gstreamer1.0-plugins-good-y4menc cortexa9hf-neon 1.8.1
gtk+-dev cortexa9hf-neon 2.24.29
gtk+-locale-en-gb cortexa9hf-neon 2.24.29
gtk+3-demo cortexa9hf-neon 3.18.8
gtk+3-locale-en cortexa9hf-neon 3.18.8
gtk+3-locale-en-gb cortexa9hf-neon 3.18.8
gtk-sato-engine cortexa9hf-neon 0.3.3+git0+4740ad8d53
gtk-theme-sato cortexa9hf-neon 0.3.3+git0+4740ad8d53
gtkperf cortexa9hf-neon 0.40
gzip cortexa9hf-neon 1.6
hicolor-icon-theme all 0.15
hostap-utils cortexa9hf-neon 0.4.7
i2c-tools cortexa9hf-neon 3.1.2
icu cortexa9hf-neon 56.1
icu-dev cortexa9hf-neon 56.1
imx-alsa-plugins imx6dlrom7421a1 1.0.26
imx-codec-aac cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-bmp cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-g.711 cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-g.723.1 cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-g.726 cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-g.729ab cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-gif cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-h264 cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-jpeg cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-mp3 cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-mpeg4asp cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-nb cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-png cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-sbc cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-test-bin cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-test-source cortexa9hf-neon-mx6qdl 4.1.4
imx-codec-wb cortexa9hf-neon-mx6qdl 4.1.4
imx-gpu-sdk cortexa9hf-neon-mx6qdl 2.3.2
imx-gpu-viv-demos cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
imx-gpu-viv-tools cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
imx-gpu-viv-tools-apitrace cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
imx-gst1.0-plugin imx6dlrom7421a1 4.1.4
imx-gst1.0-plugin-gplay imx6dlrom7421a1 4.1.4
imx-gst1.0-plugin-grecorder imx6dlrom7421a1 4.1.4
imx-kobs cortexa9hf-neon 5.5+git0+b402243a04
imx-lib imx6dlrom7421a1 5.5
imx-parser cortexa9hf-neon-mx6qdl 4.1.4
imx-qtapplications cortexa9hf-neon 1.0.9
imx-test imx6dlrom7421a1 5.7
inetutils cortexa9hf-neon 1.9.4
inetutils-telnet cortexa9hf-neon 1.9.4
inetutils-telnetd cortexa9hf-neon 1.9.4
init-ifupdown cortexa9hf-neon 1.0
initscripts imx6dlrom7421a1 1.0
initscripts-dev imx6dlrom7421a1 1.0
initscripts-functions imx6dlrom7421a1 1.0
inputproto-dev cortexa9hf-neon 2.3.1
iozone3 cortexa9hf-neon 414
iperf3 cortexa9hf-neon 3.1+gitr0+e396134952
iproute2 cortexa9hf-neon 4.4.0
iptables cortexa9hf-neon 1.6.0
iputils cortexa9hf-neon s20151218
iputils-arping cortexa9hf-neon s20151218
iputils-clockdiff cortexa9hf-neon s20151218
iputils-ping cortexa9hf-neon s20151218
iputils-ping6 cortexa9hf-neon s20151218
iputils-tracepath cortexa9hf-neon s20151218
iputils-tracepath6 cortexa9hf-neon s20151218
iputils-traceroute6 cortexa9hf-neon s20151218
iw cortexa9hf-neon 4.3
kbproto-dev cortexa9hf-neon 1.0.7
kernel-4.1.15-2.0.0 imx6dlrom7421a1 4.1.15
kernel-image-4.1.15-2.0.0 imx6dlrom7421a1 4.1.15
kernel-module-adv-dustwsn imx6dlrom7421a1 4.1.15
kernel-module-adv7180-tvin imx6dlrom7421a1 4.1.15
kernel-module-asix imx6dlrom7421a1 4.1.15
kernel-module-ath imx6dlrom7421a1 4.1.15
kernel-module-ath3k imx6dlrom7421a1 4.1.15
kernel-module-ath9k imx6dlrom7421a1 4.1.15
kernel-module-ath9k-common imx6dlrom7421a1 4.1.15
kernel-module-ath9k-hw imx6dlrom7421a1 4.1.15
kernel-module-ax88179-178a imx6dlrom7421a1 4.1.15
kernel-module-binfmt-misc imx6dlrom7421a1 4.1.15
kernel-module-bitblit imx6dlrom7421a1 4.1.15
kernel-module-btmrvl imx6dlrom7421a1 4.1.15
kernel-module-btmrvl-sdio imx6dlrom7421a1 4.1.15
kernel-module-ccm imx6dlrom7421a1 4.1.15
kernel-module-cdc-acm imx6dlrom7421a1 4.1.15
kernel-module-cdc-eem imx6dlrom7421a1 4.1.15
kernel-module-cdc-ether imx6dlrom7421a1 4.1.15
kernel-module-cdc-ncm imx6dlrom7421a1 4.1.15
kernel-module-cdc-subset imx6dlrom7421a1 4.1.15
kernel-module-cfg80211 imx6dlrom7421a1 4.1.15
kernel-module-configfs imx6dlrom7421a1 4.1.15
kernel-module-crc-itu-t imx6dlrom7421a1 4.1.15
kernel-module-crc7 imx6dlrom7421a1 4.1.15
kernel-module-crypto-null imx6dlrom7421a1 4.1.15
kernel-module-cryptodev imx6dlrom7421a1 1.8
kernel-module-ctr imx6dlrom7421a1 4.1.15
kernel-module-dmatest imx6dlrom7421a1 4.1.15
kernel-module-ehset imx6dlrom7421a1 4.1.15
kernel-module-evbug imx6dlrom7421a1 4.1.15
kernel-module-fbcon imx6dlrom7421a1 4.1.15
kernel-module-font imx6dlrom7421a1 4.1.15
kernel-module-ftdi-sio imx6dlrom7421a1 4.1.15
kernel-module-g-ether imx6dlrom7421a1 4.1.15
kernel-module-g-mass-storage imx6dlrom7421a1 4.1.15
kernel-module-g-ncm imx6dlrom7421a1 4.1.15
kernel-module-g-serial imx6dlrom7421a1 4.1.15
kernel-module-gadgetfs imx6dlrom7421a1 4.1.15
kernel-module-galcore imx6dlrom7421a1 5.0.11.p8.6
kernel-module-gcm imx6dlrom7421a1 4.1.15
kernel-module-ghash-generic imx6dlrom7421a1 4.1.15
kernel-module-gspca-main imx6dlrom7421a1 4.1.15
kernel-module-i2c-algo-pca imx6dlrom7421a1 4.1.15
kernel-module-i2c-algo-pcf imx6dlrom7421a1 4.1.15
kernel-module-imx-gpu-viv imx6dlrom7421a1 5.0.11.p8.6
kernel-module-imx-gpu-viv-dev imx6dlrom7421a1 5.0.11.p8.6
kernel-module-imx-rpmsg-pingpong imx6dlrom7421a1 4.1.15
kernel-module-imx-rpmsg-tty imx6dlrom7421a1 4.1.15
kernel-module-ipu-bg-overlay-sdc imx6dlrom7421a1 4.1.15
kernel-module-ipu-csi-enc imx6dlrom7421a1 4.1.15
kernel-module-ipu-fg-overlay-sdc imx6dlrom7421a1 4.1.15
kernel-module-ipu-prp-enc imx6dlrom7421a1 4.1.15
kernel-module-ipu-still imx6dlrom7421a1 4.1.15
kernel-module-isofs imx6dlrom7421a1 4.1.15
kernel-module-libcomposite imx6dlrom7421a1 4.1.15
kernel-module-libcrc32c imx6dlrom7421a1 4.1.15
kernel-module-libertas-tf imx6dlrom7421a1 4.1.15
kernel-module-mac80211 imx6dlrom7421a1 4.1.15
kernel-module-msdos imx6dlrom7421a1 4.1.15
kernel-module-mwifiex imx6dlrom7421a1 4.1.15
kernel-module-mwifiex-sdio imx6dlrom7421a1 4.1.15
kernel-module-mx6s-capture imx6dlrom7421a1 4.1.15
kernel-module-mxc-dcic imx6dlrom7421a1 4.1.15
kernel-module-mxc-v4l2-capture imx6dlrom7421a1 4.1.15
kernel-module-mxc-vadc imx6dlrom7421a1 4.1.15
kernel-module-net1080 imx6dlrom7421a1 4.1.15
kernel-module-nls-iso8859-15 imx6dlrom7421a1 4.1.15
kernel-module-ov5640-camera imx6dlrom7421a1 4.1.15
kernel-module-ov5640-camera-int imx6dlrom7421a1 4.1.15
kernel-module-ov5640-camera-mipi imx6dlrom7421a1 4.1.15
kernel-module-ov5640-camera-mipi-int imx6dlrom7421a1 4.1.15
kernel-module-ov5642 imx6dlrom7421a1 4.1.15
kernel-module-ov5642-camera imx6dlrom7421a1 4.1.15
kernel-module-pegasus imx6dlrom7421a1 4.1.15
kernel-module-psmouse imx6dlrom7421a1 4.1.15
kernel-module-r8152 imx6dlrom7421a1 4.1.15
kernel-module-rt2800lib imx6dlrom7421a1 4.1.15
kernel-module-rt2800usb imx6dlrom7421a1 4.1.15
kernel-module-rt2x00lib imx6dlrom7421a1 4.1.15
kernel-module-rt2x00usb imx6dlrom7421a1 4.1.15
kernel-module-rtl-pci imx6dlrom7421a1 4.1.15
kernel-module-rtl8150 imx6dlrom7421a1 4.1.15
kernel-module-rtl8188ee imx6dlrom7421a1 4.1.15
kernel-module-rtlwifi imx6dlrom7421a1 4.1.15
kernel-module-seqiv imx6dlrom7421a1 4.1.15
kernel-module-serport imx6dlrom7421a1 4.1.15
kernel-module-snd-hwdep imx6dlrom7421a1 4.1.15
kernel-module-snd-rawmidi imx6dlrom7421a1 4.1.15
kernel-module-snd-usb-audio imx6dlrom7421a1 4.1.15
kernel-module-snd-usbmidi-lib imx6dlrom7421a1 4.1.15
kernel-module-softcursor imx6dlrom7421a1 4.1.15
kernel-module-tcrypt imx6dlrom7421a1 4.1.15
kernel-module-u-ether imx6dlrom7421a1 4.1.15
kernel-module-u-serial imx6dlrom7421a1 4.1.15
kernel-module-udf imx6dlrom7421a1 4.1.15
kernel-module-usb-f-acm imx6dlrom7421a1 4.1.15
kernel-module-usb-f-ecm imx6dlrom7421a1 4.1.15
kernel-module-usb-f-ecm-subset imx6dlrom7421a1 4.1.15
kernel-module-usb-f-mass-storage imx6dlrom7421a1 4.1.15
kernel-module-usb-f-ncm imx6dlrom7421a1 4.1.15
kernel-module-usb-f-obex imx6dlrom7421a1 4.1.15
kernel-module-usb-f-rndis imx6dlrom7421a1 4.1.15
kernel-module-usb-f-serial imx6dlrom7421a1 4.1.15
kernel-module-usbnet imx6dlrom7421a1 4.1.15
kernel-module-uvcvideo imx6dlrom7421a1 4.1.15
kernel-module-v4l2-int-device imx6dlrom7421a1 4.1.15
kernel-module-videobuf2-vmalloc imx6dlrom7421a1 4.1.15
kernel-module-zaurus imx6dlrom7421a1 4.1.15
kernel-modules imx6dlrom7421a1 4.1.15
kexec cortexa9hf-neon 2.0.11
keyevent cortexa9hf-neon 2.0
killall cortexa9hf-neon 22.21
kmod cortexa9hf-neon 22+git0+42f32b8ae4
latencytop cortexa9hf-neon 0.5
ldd cortexa9hf-neon 2.23
leafpad cortexa9hf-neon 0.8.18.1
less cortexa9hf-neon 481
lib-bsac-dec-arm11-elinux2 cortexa9hf-neon-mx6qdl 4.1.4
lib-mpeg2-dec-arm11-elinux2 cortexa9hf-neon-mx6qdl 4.1.4
lib-oggvorbis-dec-arm11-elinux2 cortexa9hf-neon-mx6qdl 4.1.4
libacl1 cortexa9hf-neon 2.2.52
libaio1 cortexa9hf-neon 0.3.110
libapm1 cortexa9hf-neon 3.2.2+15
libasound-module-bluez cortexa9hf-neon 5.37
libasound-module-conf-pulse cortexa9hf-neon 1.1.0
libasound-module-ctl-pulse cortexa9hf-neon 1.1.0
libasound-module-pcm-pulse cortexa9hf-neon 1.1.0
libasound2 cortexa9hf-neon-mx6qdl 1.1.0
libatk-1.0-0 cortexa9hf-neon 2.18.0
libatk-1.0-dev cortexa9hf-neon 2.18.0
libatk-1.0-locale-en-gb cortexa9hf-neon 2.18.0
libatk-bridge-2.0-0 cortexa9hf-neon 2.18.1
libatomic-dev cortexa9hf-neon 5.3.0
libatomic-ops cortexa9hf-neon 7.4.2
libatomic-ops-dev cortexa9hf-neon 7.4.2
libatomic1 cortexa9hf-neon 5.3.0
libatspi-locale-en-gb cortexa9hf-neon 2.18.3
libatspi0 cortexa9hf-neon 2.18.3
libattr1 cortexa9hf-neon 2.4.47
libavahi-client3 cortexa9hf-neon 0.6.32
libavahi-common3 cortexa9hf-neon 0.6.32
libavahi-core7 cortexa9hf-neon 0.6.32
libavahi-glib1 cortexa9hf-neon 0.6.32
libavahi-gobject0 cortexa9hf-neon 0.6.32
libblkid1 cortexa9hf-neon 2.27.1
libbz2-1 cortexa9hf-neon 1.0.6
libc6 cortexa9hf-neon 2.23
libc6-dbg cortexa9hf-neon 2.23
libc6-dev cortexa9hf-neon 2.23
libc6-extra-nss cortexa9hf-neon 2.23
libc6-thread-db cortexa9hf-neon 2.23
libc6-utils cortexa9hf-neon 2.23
libcairo-dev cortexa9hf-neon-mx6qdl 1.14.6
libcairo-gobject2 cortexa9hf-neon-mx6qdl 1.14.6
libcairo-perf-utils cortexa9hf-neon-mx6qdl 1.14.6
libcairo-script-interpreter2 cortexa9hf-neon-mx6qdl 1.14.6
libcairo2 cortexa9hf-neon-mx6qdl 1.14.6
libcap-dev cortexa9hf-neon 2.24
libcap2 cortexa9hf-neon 2.24
libcares-dev cortexa9hf-neon 1.10.0
libcares2 cortexa9hf-neon 1.10.0
libcheck cortexa9hf-neon 0.10.0
libcheck-dev cortexa9hf-neon 0.10.0
libcidn1 cortexa9hf-neon 2.23
libclc-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libcom-err2 cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
libcroco cortexa9hf-neon 0.6.11
libcrypto1.0.0 cortexa9hf-neon 1.0.2h
libcurl4 cortexa9hf-neon 7.47.1
libdaemon-dev cortexa9hf-neon 0.14
libdaemon0 cortexa9hf-neon 0.14
libdbus-1-3 cortexa9hf-neon 1.10.6
libdbus-glib-1-2 cortexa9hf-neon 0.106
libdbus-glib-1-dev cortexa9hf-neon 0.106
libdmclient-dev cortexa9hf-neon 0.0.0+git0+9d4e3e8f25
libdmclient0 cortexa9hf-neon 0.0.0+git0+9d4e3e8f25
libdmx1 cortexa9hf-neon 1.1.3
libdrm-amdgpu1 cortexa9hf-neon-mx6qdl 2.4.67
libdrm-dev cortexa9hf-neon-mx6qdl 2.4.67
libdrm-freedreno1 cortexa9hf-neon-mx6qdl 2.4.67
libdrm-nouveau2 cortexa9hf-neon-mx6qdl 2.4.67
libdrm-omap1 cortexa9hf-neon-mx6qdl 2.4.67
libdrm-radeon1 cortexa9hf-neon-mx6qdl 2.4.67
libdrm2 cortexa9hf-neon-mx6qdl 2.4.67
libdw1 cortexa9hf-neon 0.164
libe2p2 cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
libegl-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libegl-mx6-dev cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libelf1 cortexa9hf-neon 0.164
libenginio-dev cortexa9hf-neon 5.6.1+git0+6c37300c66
libenginio-mkspecs cortexa9hf-neon 5.6.1+git0+6c37300c66
libenginio-qmlplugins cortexa9hf-neon 5.6.1+git0+6c37300c66
libenginio1 cortexa9hf-neon 5.6.1+git0+6c37300c66
libepoxy0 cortexa9hf-neon-mx6qdl 1.3.1
liberation-fonts all 1.04
libevdev cortexa9hf-neon 1.4.6
libevent cortexa9hf-neon 2.0.22
libexif-locale-en-gb cortexa9hf-neon 0.6.21
libexif12 cortexa9hf-neon 0.6.21
libexpat-dev cortexa9hf-neon 2.1.0
libexpat1 cortexa9hf-neon 2.1.0
libext2fs2 cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
libfakekey0 cortexa9hf-neon 0.0+git0+e327ff049b
libfdisk1 cortexa9hf-neon 2.27.1
libffi-dev cortexa9hf-neon 3.2.1
libffi6 cortexa9hf-neon 3.2.1
libflac++6 cortexa9hf-neon 1.3.1
libflac8 cortexa9hf-neon 1.3.1
libfm cortexa9hf-neon 1.2.4
libfm-extra4 cortexa9hf-neon 1.2.4
libfm-locale-en-gb cortexa9hf-neon 1.2.4
libfontconfig-dev cortexa9hf-neon 2.11.94
libfontconfig1 cortexa9hf-neon 2.11.94
libfontenc1 cortexa9hf-neon 1.1.3
libform5 cortexa9hf-neon 6.0+20160213
libformw5 cortexa9hf-neon 6.0+20160213
libfreetype-dev cortexa9hf-neon 2.6.3
libfreetype6 cortexa9hf-neon 2.6.3
libfslvpuwrap3 cortexa9hf-neon-mx6qdl 1.0.68
libg2d1.0 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgal-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgal-mx6-dev cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgbm1 cortexa9hf-neon-mx6qdl 11.1.1
libgcc-s-dev cortexa9hf-neon 5.3.0
libgcc1 cortexa9hf-neon 5.3.0
libgcrypt cortexa9hf-neon 1.6.5
libgdbm-compat4 cortexa9hf-neon 1.11
libgdbm-dev cortexa9hf-neon 1.11
libgdbm4 cortexa9hf-neon 1.11
libgdk-pixbuf-2.0-0 cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-dev cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-loader-gif cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-loader-jpeg cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-loader-png cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-loader-xpm cortexa9hf-neon 2.32.3
libgdk-pixbuf-2.0-locale-en-gb cortexa9hf-neon 2.32.3
libgettextlib cortexa9hf-neon 0.19.6
libgettextsrc cortexa9hf-neon 0.19.6
libgif4 cortexa9hf-neon 4.1.6
libgl-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libglade-2.0-0 cortexa9hf-neon 2.6.4
libglapi0 cortexa9hf-neon-mx6qdl 11.1.1
libgles-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgles2-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgles2-mx6-dev cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libgles3-mx6-dev cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libglib-2.0-0 cortexa9hf-neon 2.46.2
libglib-2.0-dev cortexa9hf-neon 2.46.2
libglib-2.0-locale-en-gb cortexa9hf-neon 2.46.2
libglib-2.0-utils cortexa9hf-neon 2.46.2
libglslc-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libglu1 cortexa9hf-neon-mx6qdl 9.0.0
libglut3 cortexa9hf-neon-mx6qdl 3.0.0
libgmp-dev cortexa9hf-neon 6.1.0
libgmp10 cortexa9hf-neon 6.1.0
libgmpxx4 cortexa9hf-neon 6.1.0
libgnutls-dev cortexa9hf-neon 3.4.9
libgnutls-openssl27 cortexa9hf-neon 3.4.9
libgnutls30 cortexa9hf-neon 3.4.9
libgnutlsxx28 cortexa9hf-neon 3.4.9
libgpg-error0 cortexa9hf-neon 1.21
libgphoto2-6 cortexa9hf-neon 2.5.8
libgphoto2-camlibs cortexa9hf-neon 2.5.8
libgphoto2-port12 cortexa9hf-neon 2.5.8
libgstadaptivedemux-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstallocators-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstapp-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstaudio-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstbadaudio-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstbadbase-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstbadion-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstbadvideo-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstbasecamerabinsrc-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstcodecparsers-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstfft-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstfsl-1.0-0 imx6dlrom7421a1 4.1.4
libgstgl-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstinsertbin-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstmpegts-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstpbutils-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstphotography-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstplayer-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstriff-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstrtp-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstrtsp-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstrtspserver-1.0-0 cortexa9hf-neon 1.8.1
libgstsdp-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgsttag-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgsturidownloader-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgstvideo-1.0-0 cortexa9hf-neon-mx6qdl 1.8.1
libgtk-2.0 cortexa9hf-neon 2.24.29
libgtk-3.0 cortexa9hf-neon 3.18.8
libgudev-1.0-0 cortexa9hf-neon 230
libharfbuzz-dev cortexa9hf-neon 1.2.3
libharfbuzz0 cortexa9hf-neon 1.2.3
libical cortexa9hf-neon 2.0.0
libical-dev cortexa9hf-neon 2.0.0
libice-dev cortexa9hf-neon 1.0.9
libice6 cortexa9hf-neon 1.0.9
libicudata56 cortexa9hf-neon 56.1
libicui18n56 cortexa9hf-neon 56.1
libicuio56 cortexa9hf-neon 56.1
libicule56 cortexa9hf-neon 56.1
libiculx56 cortexa9hf-neon 56.1
libicutu56 cortexa9hf-neon 56.1
libicuuc56 cortexa9hf-neon 56.1
libidn-dev cortexa9hf-neon 1.32
libidn11 cortexa9hf-neon 1.32
libil1 imx6dlrom7421a1 1.7.8
libjpeg-dev cortexa9hf-neon 8d+1.4.2
libjpeg62 cortexa9hf-neon 8d+1.4.2
libjson-c-dev cortexa9hf-neon 0.12
libjson-c2 cortexa9hf-neon 0.12
libkmod2 cortexa9hf-neon 22+git0+42f32b8ae4
libkms1 cortexa9hf-neon-mx6qdl 2.4.67
libltdl7 cortexa9hf-neon 2.4.6
liblzma5 cortexa9hf-neon 5.2.2
liblzo2-2 cortexa9hf-neon 2.09
libmb1 cortexa9hf-neon 1.11
libmenu-cache3 cortexa9hf-neon 1.0.1
libmenu5 cortexa9hf-neon 6.0+20160213
libmenuw5 cortexa9hf-neon 6.0+20160213
libmount1 cortexa9hf-neon 2.27.1
libmpc3 cortexa9hf-neon 1.0.3
libmpfr4 cortexa9hf-neon 3.1.3
libncurses5 cortexa9hf-neon 6.0+20160213
libncursesw5 cortexa9hf-neon 6.0+20160213
libneon27 cortexa9hf-neon 0.30.1
libnfsidmap0 cortexa9hf-neon 0.25
libnl-3-200 cortexa9hf-neon 3.2.25
libnl-3-cli cortexa9hf-neon 3.2.25
libnl-3-genl cortexa9hf-neon 3.2.25
libnl-nf-3-200 cortexa9hf-neon 3.2.25
libnl-route-3-200 cortexa9hf-neon 3.2.25
libnss-mdns cortexa9hf-neon 0.10
libogg-dev cortexa9hf-neon 1.3.2
libogg0 cortexa9hf-neon 1.3.2
libopencl-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libopencv-calib3d3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-core3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-features2d3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-flann3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-highgui3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-imgcodecs3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-imgproc3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-ml3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-objdetect3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-photo3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-shape3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-stitching3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-video3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-videoio3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-videostab3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-xfeatures2d3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopencv-xobjdetect3.1 cortexa9hf-neon 3.1+git0+92387b1ef8
libopenvg-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
liborc-0.4-0 cortexa9hf-neon 0.4.24
liborc-test-0.4-0 cortexa9hf-neon 0.4.24
libpanel5 cortexa9hf-neon 6.0+20160213
libpanelw5 cortexa9hf-neon 6.0+20160213
libpcap1 cortexa9hf-neon 1.7.4
libpci3 cortexa9hf-neon 3.4.1
libpciaccess-dev cortexa9hf-neon 0.13.4
libpciaccess0 cortexa9hf-neon 0.13.4
libpcre-dev cortexa9hf-neon 8.38
libpcre1 cortexa9hf-neon 8.38
libpcrecpp0 cortexa9hf-neon 8.38
libpcreposix0 cortexa9hf-neon 8.38
libperl5 cortexa9hf-neon 5.22.1
libpixman-1-0 cortexa9hf-neon 0.32.8
libpixman-1-dev cortexa9hf-neon 0.32.8
libplayengine-1.0-0 imx6dlrom7421a1 4.1.4
libpng12 cortexa9hf-neon 1.2.56
libpng16-16 cortexa9hf-neon 1.6.21
libpng16-dev cortexa9hf-neon 1.6.21
libpopt0 cortexa9hf-neon 1.16
libproxy cortexa9hf-neon 0.4.11
libpthread-stubs-dev cortexa9hf-neon 0.3
libpulse-mainloop-glib0 cortexa9hf-neon-mx6qdl 8.0
libpulse-simple0 cortexa9hf-neon-mx6qdl 8.0
libpulse0 cortexa9hf-neon-mx6qdl 8.0
libpulsecommon cortexa9hf-neon-mx6qdl 8.0
libpulsecore cortexa9hf-neon-mx6qdl 8.0
libpython2.7-1.0 cortexa9hf-neon 2.7.11
libqt5sensors-dev cortexa9hf-neon 5.6.1+git0+8b79fc4ee1
libqt5sensors-mkspecs cortexa9hf-neon 5.6.1+git0+8b79fc4ee1
libqt5sensors-plugins cortexa9hf-neon 5.6.1+git0+8b79fc4ee1
libqt5sensors-qmlplugins cortexa9hf-neon 5.6.1+git0+8b79fc4ee1
libqt5sensors5 cortexa9hf-neon 5.6.1+git0+8b79fc4ee1
libqt5serialport-dev cortexa9hf-neon 5.6.1+git0+133dbd59fb
libqt5serialport-mkspecs cortexa9hf-neon 5.6.1+git0+133dbd59fb
libqt5serialport5 cortexa9hf-neon 5.6.1+git0+133dbd59fb
libqt5svg-dev cortexa9hf-neon 5.6.1+git0+2d55b4996e
libqt5svg-mkspecs cortexa9hf-neon 5.6.1+git0+2d55b4996e
libqt5svg-plugins cortexa9hf-neon 5.6.1+git0+2d55b4996e
libqt5svg5 cortexa9hf-neon 5.6.1+git0+2d55b4996e
libqt5webchannel-dev cortexa9hf-neon 5.6.1+git0+3b28a6956c
libqt5webchannel-mkspecs cortexa9hf-neon 5.6.1+git0+3b28a6956c
libqt5webchannel-qmlplugins cortexa9hf-neon 5.6.1+git0+3b28a6956c
libqt5webchannel5 cortexa9hf-neon 5.6.1+git0+3b28a6956c
libqt5websockets-dev cortexa9hf-neon 5.6.1+git0+e66dcd51d0
libqt5websockets-mkspecs cortexa9hf-neon 5.6.1+git0+e66dcd51d0
libqt5websockets-qmlplugins cortexa9hf-neon 5.6.1+git0+e66dcd51d0
libqt5websockets5 cortexa9hf-neon 5.6.1+git0+e66dcd51d0
libqt5x11extras-dev cortexa9hf-neon 5.6.1+git0+df10edcfae
libqt5x11extras-mkspecs cortexa9hf-neon 5.6.1+git0+df10edcfae
libqt5x11extras5 cortexa9hf-neon 5.6.1+git0+df10edcfae
libqt5xmlpatterns-dev cortexa9hf-neon 5.6.1+git0+c0b6fbcadb
libqt5xmlpatterns-mkspecs cortexa9hf-neon 5.6.1+git0+c0b6fbcadb
libqt5xmlpatterns5 cortexa9hf-neon 5.6.1+git0+c0b6fbcadb
libreadline-dev cortexa9hf-neon 6.3
libreadline6 cortexa9hf-neon 6.3
librecorder-engine-1.0-0 imx6dlrom7421a1 4.1.4
librsvg-2-2 cortexa9hf-neon 2.40.15
libsamplerate0 cortexa9hf-neon 0.1.8
libsdl-1.2-0 cortexa9hf-neon-mx6qdl 1.2.15
libsegfault cortexa9hf-neon 2.23
libsm-dev cortexa9hf-neon 1.2.2
libsm6 cortexa9hf-neon 1.2.2
libsmartcols1 cortexa9hf-neon 2.27.1
libsndfile-dev cortexa9hf-neon 1.0.26
libsndfile1 cortexa9hf-neon 1.0.26
libsoup-2.4 cortexa9hf-neon 2.52.2
libsoup-2.4-locale-en-gb cortexa9hf-neon 2.52.2
libspeex1 cortexa9hf-neon 1.2rc2
libspeexdsp-dev cortexa9hf-neon 1.2rc3
libspeexdsp1 cortexa9hf-neon 1.2rc3
libsqlite3-0 cortexa9hf-neon 3.11.0
libsqlite3-dev cortexa9hf-neon 3.11.0
libss2 cortexa9hf-neon 1.42.99+1.43+git0+0f26747167
libssl1.0.0 cortexa9hf-neon 1.0.2h
libstartup-notification-1-0 cortexa9hf-neon 0.12
libstdc++-dev cortexa9hf-neon 5.3.0
libstdc++6 cortexa9hf-neon 5.3.0
libsusi-4.00-1 cortexa9hf-neon 1.0.14298
libsysfs2 cortexa9hf-neon 2.1.0
libtag1 cortexa9hf-neon 1.9.1
libtcl8.6-0 cortexa9hf-neon 8.6.4
libtheora cortexa9hf-neon 1.1.1
libtic5 cortexa9hf-neon 6.0+20160213
libticw5 cortexa9hf-neon 6.0+20160213
libtiff-dev cortexa9hf-neon 4.0.6
libtiff5 cortexa9hf-neon 4.0.6
libtiffxx5 cortexa9hf-neon 4.0.6
libtinfo5 cortexa9hf-neon 6.0+20160213
libtirpc3 cortexa9hf-neon 1.0.1
libtool cortexa9hf-neon 2.4.6
libtool-dev cortexa9hf-neon 2.4.6
libts-1.0-0 cortexa9hf-neon 1.1
libturbojpeg0 cortexa9hf-neon 8d+1.4.2
libudev1 cortexa9hf-neon 3.1.5
liburcu cortexa9hf-neon 0.9.1
libusb-0.1-4 cortexa9hf-neon 0.1.5
libusb-1.0-0 cortexa9hf-neon 1.0.20
libuuid1 cortexa9hf-neon 2.27.1
libv4l cortexa9hf-neon 1.6.2
libvdk-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libvivante-dri-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libvorbis cortexa9hf-neon 1.3.5
libvorbis-dev cortexa9hf-neon 1.3.5
libvorbisidec1 cortexa9hf-neon 20150107
libvpu4 imx6dlrom7421a1 5.4.35
libvsc-mx6 cortexa9hf-neon-mx6qdl 5.0.11.p8.6+hfp
libvte9 cortexa9hf-neon 0.28.2
libwaffle-1-0 cortexa9hf-neon-mx6qdl 1.5.2
libwebp cortexa9hf-neon 0.5.0
libwrap0 cortexa9hf-neon 7.6
libx11-6 cortexa9hf-neon 1.6.3
libx11-dev cortexa9hf-neon 1.6.3
libx11-locale cortexa9hf-neon 1.6.3
libx11-xcb1 cortexa9hf-neon 1.6.3
libxau-dev cortexa9hf-neon 1.0.8
libxau6 cortexa9hf-neon 1.0.8
libxcb-composite0 cortexa9hf-neon 1.11.1
libxcb-damage0 cortexa9hf-neon 1.11.1
libxcb-dev cortexa9hf-neon 1.11.1
libxcb-dpms0 cortexa9hf-neon 1.11.1
libxcb-dri2-0 cortexa9hf-neon 1.11.1
libxcb-dri3-0 cortexa9hf-neon 1.11.1
libxcb-glx0 cortexa9hf-neon 1.11.1
libxcb-image-dev cortexa9hf-neon 0.4.0
libxcb-image0 cortexa9hf-neon 0.4.0
libxcb-keysyms-dev cortexa9hf-neon 0.4.0
libxcb-keysyms1 cortexa9hf-neon 0.4.0
libxcb-present0 cortexa9hf-neon 1.11.1
libxcb-randr0 cortexa9hf-neon 1.11.1
libxcb-record0 cortexa9hf-neon 1.11.1
libxcb-render-util-dev cortexa9hf-neon 0.3.9
libxcb-render-util0 cortexa9hf-neon 0.3.9
libxcb-render0 cortexa9hf-neon 1.11.1
libxcb-res0 cortexa9hf-neon 1.11.1
libxcb-screensaver0 cortexa9hf-neon 1.11.1
libxcb-shape0 cortexa9hf-neon 1.11.1
libxcb-shm0 cortexa9hf-neon 1.11.1
libxcb-sync1 cortexa9hf-neon 1.11.1
libxcb-util-dev cortexa9hf-neon 0.4.0
libxcb-util1 cortexa9hf-neon 0.4.0
libxcb-xevie0 cortexa9hf-neon 1.11.1
libxcb-xf86dri0 cortexa9hf-neon 1.11.1
libxcb-xfixes0 cortexa9hf-neon 1.11.1
libxcb-xinerama0 cortexa9hf-neon 1.11.1
libxcb-xkb1 cortexa9hf-neon 1.11.1
libxcb-xprint0 cortexa9hf-neon 1.11.1
libxcb-xtest0 cortexa9hf-neon 1.11.1
libxcb-xv0 cortexa9hf-neon 1.11.1
libxcb-xvmc0 cortexa9hf-neon 1.11.1
libxcb1 cortexa9hf-neon 1.11.1
libxcomposite-dev cortexa9hf-neon 0.4.4
libxcomposite1 cortexa9hf-neon 0.4.4
libxcursor-dev cortexa9hf-neon 1.1.14
libxcursor1 cortexa9hf-neon 1.1.14
libxdamage-dev cortexa9hf-neon 1.1.4
libxdamage1 cortexa9hf-neon 1.1.4
libxdmcp-dev cortexa9hf-neon 1.1.2
libxdmcp6 cortexa9hf-neon 1.1.2
libxext-dev cortexa9hf-neon 1.3.3
libxext6 cortexa9hf-neon 1.3.3
libxfixes-dev cortexa9hf-neon 5.0.1
libxfixes3 cortexa9hf-neon 5.0.1
libxfont1 cortexa9hf-neon 1.5.1
libxft-dev cortexa9hf-neon 2.3.2
libxft2 cortexa9hf-neon 2.3.2
libxi-dev cortexa9hf-neon 1.7.6
libxi6 cortexa9hf-neon 1.7.6
libxinerama-dev cortexa9hf-neon 1.1.3
libxinerama1 cortexa9hf-neon 1.1.3
libxkbcommon cortexa9hf-neon 0.5.0
libxkbcommon-dev cortexa9hf-neon 0.5.0
libxkbfile1 cortexa9hf-neon 1.0.9
libxml2 cortexa9hf-neon 2.9.4
libxml2-dev cortexa9hf-neon 2.9.4
libxmuu1 cortexa9hf-neon 1.1.2
libxrandr-dev cortexa9hf-neon 1.5.0
libxrandr2 cortexa9hf-neon 1.5.0
libxrender-dev cortexa9hf-neon 0.9.9
libxrender1 cortexa9hf-neon 0.9.9
libxres1 cortexa9hf-neon 1.0.7
libxsettings-client0 cortexa9hf-neon 0.10
libxtst-dev cortexa9hf-neon 1.2.2
libxtst6 cortexa9hf-neon 1.2.2
libxv1 cortexa9hf-neon 1.0.10
libxxf86dga1 cortexa9hf-neon 1.1.4
libxxf86misc1 cortexa9hf-neon 1.0.3
libxxf86vm-dev cortexa9hf-neon 1.1.4
libxxf86vm1 cortexa9hf-neon 1.1.4
libz-dev cortexa9hf-neon 1.2.8
libz1 cortexa9hf-neon 1.2.8
linux-firmware-ar3k all 0.0+git0+5f8ca0c1db
linux-firmware-ar3k-license all 0.0+git0+5f8ca0c1db
linux-firmware-ath6k all 0.0+git0+5f8ca0c1db
linux-firmware-atheros-license all 0.0+git0+5f8ca0c1db
linux-firmware-marvell-license all 0.0+git0+5f8ca0c1db
linux-firmware-ralink all 0.0+git0+5f8ca0c1db
linux-firmware-ralink-license all 0.0+git0+5f8ca0c1db
linux-firmware-rtl-license all 0.0+git0+5f8ca0c1db
linux-firmware-rtl8188ee all 0.0+git0+5f8ca0c1db
linux-firmware-sd8897 all 0.0+git0+5f8ca0c1db
linux-imx-soc-headers imx6dlrom7421a1 4.1.15
linux-libc-headers-dev cortexa9hf-neon 4.1
linuxptp cortexa9hf-neon 1.6
lirc cortexa9hf-neon 0.9.0
lmbench cortexa9hf-neon 3.0+a9
locale-base-en-gb cortexa9hf-neon 2.23
locale-base-en-us cortexa9hf-neon 2.23
logrotate cortexa9hf-neon 3.9.1
lrzsz cortexa9hf-neon 0.12.20
lsb cortexa9hf-neon 4.1
lsbinitscripts cortexa9hf-neon 9.64
ltp cortexa9hf-neon 20160126
lttng-modules imx6dlrom7421a1 2.7.1+git0+45e0ebd91f
lttng-tools cortexa9hf-neon 2.7.1+git0+a90f2c1e10
lttng-ust cortexa9hf-neon 2.7.1+git0+f89c1a3cf2
lua cortexa9hf-neon 5.3.2
m4 cortexa9hf-neon 1.4.17
m4-dev cortexa9hf-neon 1.4.17
make cortexa9hf-neon 4.1
make-dev cortexa9hf-neon 4.1
makedevs cortexa9hf-neon 1.0.1
matchbox-config-gtk cortexa9hf-neon 0.0+git0+3ed74dfb7c
matchbox-desktop cortexa9hf-neon 2.0+git0+71e3e6e042
matchbox-desktop-sato cortexa9hf-neon 0.1+git0+810b0b08eb
matchbox-keyboard cortexa9hf-neon 0.0+git0+ebc330eac8
matchbox-keyboard-applet cortexa9hf-neon 0.0+git0+ebc330eac8
matchbox-keyboard-im cortexa9hf-neon 0.0+git0+ebc330eac8
matchbox-panel-2 cortexa9hf-neon 2.0+git0+26a3a67b41
matchbox-session cortexa9hf-neon 0.1
matchbox-session-sato imx6dlrom7421a1 0.1
matchbox-terminal cortexa9hf-neon 0.0+git0+452bca2534
matchbox-theme-sato cortexa9hf-neon 0.1
matchbox-wm cortexa9hf-neon 1.2+git0+8178e70d5c
mc cortexa9hf-neon 4.8.15
mc-fish cortexa9hf-neon 4.8.15
mc-helpers cortexa9hf-neon 4.8.15
mc-helpers-perl cortexa9hf-neon 4.8.15
mc-helpers-python cortexa9hf-neon 4.8.15
mc-locale-en-gb cortexa9hf-neon 4.8.15
media-ctl cortexa9hf-neon 1.6.2
memtester cortexa9hf-neon 4.3.0
mesa-demos cortexa9hf-neon-mx6qdl 8.2.0
mesa-dev cortexa9hf-neon-mx6qdl 11.1.1
mesa-megadriver cortexa9hf-neon-mx6qdl 11.1.1
mini-x-session cortexa9hf-neon 0.1
minicom cortexa9hf-neon 2.7
mktemp cortexa9hf-neon 1.7
mmc-utils cortexa9hf-neon 0.1
mobile-broadband-provider-info cortexa9hf-neon 20151214
mobile-broadband-provider-info-dev cortexa9hf-neon 20151214
modules-load cortexa9hf-neon 1.0
modutils-initscripts cortexa9hf-neon 1.0
mosquitto cortexa9hf-neon 1.3.5
mosquitto-dev cortexa9hf-neon 1.3.5
mtd-utils cortexa9hf-neon 1.5.2
mtd-utils-ubifs cortexa9hf-neon 1.5.2
mtdev cortexa9hf-neon 1.1.5
nano cortexa9hf-neon 2.2.5
nbench-byte cortexa9hf-neon 2.2.3
ncurses cortexa9hf-neon 6.0+20160213
ncurses-dev cortexa9hf-neon 6.0+20160213
ncurses-terminfo cortexa9hf-neon 6.0+20160213
ncurses-terminfo-base cortexa9hf-neon 6.0+20160213
neard cortexa9hf-neon 0.15
net-tools cortexa9hf-neon 1.60+26
netbase cortexa9hf-neon 5.3
nettle cortexa9hf-neon 3.2
nettle-dev cortexa9hf-neon 3.2
nfs-utils cortexa9hf-neon 1.3.3
nfs-utils-client cortexa9hf-neon 1.3.3
ntp cortexa9hf-neon 4.2.8p7
ntp-tickadj cortexa9hf-neon 4.2.8p7
ntpdate cortexa9hf-neon 4.2.8p7
ofono cortexa9hf-neon 1.17
ofono-dev cortexa9hf-neon 1.17
ofono-tests cortexa9hf-neon 1.17
oh-puzzles cortexa9hf-neon 0.2+git0+92f1a20e4b
opencv-apps cortexa9hf-neon 3.1+git0+92387b1ef8
opencv-samples cortexa9hf-neon 3.1+git0+92387b1ef8
openssh cortexa9hf-neon 7.1p2
openssh-keygen cortexa9hf-neon 7.1p2
openssh-scp cortexa9hf-neon 7.1p2
openssh-sftp-server cortexa9hf-neon 7.1p2
openssh-ssh cortexa9hf-neon 7.1p2
openssh-sshd cortexa9hf-neon 7.1p2
openssl cortexa9hf-neon 1.0.2h
openssl-conf cortexa9hf-neon 1.0.2h
openssl-dev cortexa9hf-neon 1.0.2h
packagegroup-base imx6dlrom7421a1 1.0
packagegroup-base-3g imx6dlrom7421a1 1.0
packagegroup-base-alsa imx6dlrom7421a1 1.0
packagegroup-base-apm imx6dlrom7421a1 1.0
packagegroup-base-bluetooth imx6dlrom7421a1 1.0
packagegroup-base-extended imx6dlrom7421a1 1.0
packagegroup-base-ipv6 imx6dlrom7421a1 1.0
packagegroup-base-nfc imx6dlrom7421a1 1.0
packagegroup-base-nfs imx6dlrom7421a1 1.0
packagegroup-base-pci imx6dlrom7421a1 1.0
packagegroup-base-usbgadget imx6dlrom7421a1 1.0
packagegroup-base-usbhost imx6dlrom7421a1 1.0
packagegroup-base-wifi imx6dlrom7421a1 1.0
packagegroup-base-zeroconf imx6dlrom7421a1 1.0
packagegroup-core-boot imx6dlrom7421a1 1.0
packagegroup-core-eclipse-debug all 1.0
packagegroup-core-full-cmdline all 1.0
packagegroup-core-full-cmdline-dev-utils all 1.0
packagegroup-core-full-cmdline-extended all 1.0
packagegroup-core-full-cmdline-initscripts all 1.0
packagegroup-core-full-cmdline-libs all 1.0
packagegroup-core-full-cmdline-multiuser all 1.0
packagegroup-core-full-cmdline-sys-services all 1.0
packagegroup-core-full-cmdline-utils all 1.0
packagegroup-core-nfs-server all 1.0
packagegroup-core-ssh-openssh all 1.0
packagegroup-core-standalone-sdk-target all 1.0
packagegroup-core-tools-debug all 1.0
packagegroup-core-tools-profile imx6dlrom7421a1 1.0
packagegroup-core-tools-testapps imx6dlrom7421a1 1.0
packagegroup-core-x11-base all 1.0
packagegroup-core-x11-sato imx6dlrom7421a1 1.0
packagegroup-core-x11-sato-apps imx6dlrom7421a1 1.0
packagegroup-core-x11-sato-base imx6dlrom7421a1 1.0
packagegroup-core-x11-sato-games imx6dlrom7421a1 1.0
packagegroup-core-x11-utils all 1.0
packagegroup-core-x11-xserver imx6dlrom7421a1 1.0
packagegroup-distro-base imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0 imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0-audio imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0-base imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0-debug imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0-full all 1.0
packagegroup-fsl-gstreamer1.0-network-base imx6dlrom7421a1 1.0
packagegroup-fsl-gstreamer1.0-video imx6dlrom7421a1 1.0
packagegroup-fsl-tools-audio all 1.0
packagegroup-fsl-tools-benchmark imx6dlrom7421a1 1.0
packagegroup-fsl-tools-gpu imx6dlrom7421a1 1.0
packagegroup-fsl-tools-gpu-external imx6dlrom7421a1 1.0
packagegroup-fsl-tools-testapps imx6dlrom7421a1 1.0
packagegroup-fsl-tools-testapps-fslcodec-testapps imx6dlrom7421a1 1.0
packagegroup-machine-base imx6dlrom7421a1 1.0
packagegroup-qt5-demos all 1.0
packagegroup-qt5-toolchain-target all 1.0
packagegroup-sdk-target all 1.0
packagegroup-tools-bluetooth all 1.0
pango cortexa9hf-neon 1.38.1
pango-dev cortexa9hf-neon 1.38.1
patch cortexa9hf-neon 2.7.5
pax cortexa9hf-neon 3.4
pciutils cortexa9hf-neon 3.4.1
pciutils-ids cortexa9hf-neon 3.4.1
pcmanfm cortexa9hf-neon 1.2.4
pcmanfm-locale-en-gb cortexa9hf-neon 1.2.4
perf imx6dlrom7421a1 4.1.15
perl cortexa9hf-neon 5.22.1
perl-dev cortexa9hf-neon 5.22.1
perl-module--charnames cortexa9hf-neon 5.22.1
perl-module-anydbm-file cortexa9hf-neon 5.22.1
perl-module-app-cpan cortexa9hf-neon 5.22.1
perl-module-app-prove cortexa9hf-neon 5.22.1
perl-module-app-prove-state cortexa9hf-neon 5.22.1
perl-module-app-prove-state-result cortexa9hf-neon 5.22.1
perl-module-app-prove-state-result-test cortexa9hf-neon 5.22.1
perl-module-archive-tar cortexa9hf-neon 5.22.1
perl-module-archive-tar-constant cortexa9hf-neon 5.22.1
perl-module-archive-tar-file cortexa9hf-neon 5.22.1
perl-module-arybase cortexa9hf-neon 5.22.1
perl-module-attribute-handlers cortexa9hf-neon 5.22.1
perl-module-attributes cortexa9hf-neon 5.22.1
perl-module-autodie cortexa9hf-neon 5.22.1
perl-module-autodie-exception cortexa9hf-neon 5.22.1
perl-module-autodie-exception-system cortexa9hf-neon 5.22.1
perl-module-autodie-hints cortexa9hf-neon 5.22.1
perl-module-autodie-scope-guard cortexa9hf-neon 5.22.1
perl-module-autodie-scope-guardstack cortexa9hf-neon 5.22.1
perl-module-autodie-scopeutil cortexa9hf-neon 5.22.1
perl-module-autodie-skip cortexa9hf-neon 5.22.1
perl-module-autoloader cortexa9hf-neon 5.22.1
perl-module-autosplit cortexa9hf-neon 5.22.1
perl-module-autouse cortexa9hf-neon 5.22.1
perl-module-b cortexa9hf-neon 5.22.1
perl-module-b-concise cortexa9hf-neon 5.22.1
perl-module-b-debug cortexa9hf-neon 5.22.1
perl-module-b-deparse cortexa9hf-neon 5.22.1
perl-module-b-op-private cortexa9hf-neon 5.22.1
perl-module-b-showlex cortexa9hf-neon 5.22.1
perl-module-b-terse cortexa9hf-neon 5.22.1
perl-module-b-xref cortexa9hf-neon 5.22.1
perl-module-base cortexa9hf-neon 5.22.1
perl-module-benchmark cortexa9hf-neon 5.22.1
perl-module-bigint cortexa9hf-neon 5.22.1
perl-module-bignum cortexa9hf-neon 5.22.1
perl-module-bigrat cortexa9hf-neon 5.22.1
perl-module-blib cortexa9hf-neon 5.22.1
perl-module-bytes cortexa9hf-neon 5.22.1
perl-module-bytes-heavy cortexa9hf-neon 5.22.1
perl-module-carp cortexa9hf-neon 5.22.1
perl-module-carp-heavy cortexa9hf-neon 5.22.1
perl-module-charnames cortexa9hf-neon 5.22.1
perl-module-class-struct cortexa9hf-neon 5.22.1
perl-module-compress-raw-bzip2 cortexa9hf-neon 5.22.1
perl-module-compress-raw-zlib cortexa9hf-neon 5.22.1
perl-module-compress-zlib cortexa9hf-neon 5.22.1
perl-module-config-extensions cortexa9hf-neon 5.22.1
perl-module-config-git cortexa9hf-neon 5.22.1
perl-module-config-perl-v cortexa9hf-neon 5.22.1
perl-module-constant cortexa9hf-neon 5.22.1
perl-module-corelist cortexa9hf-neon 5.22.1
perl-module-cpan cortexa9hf-neon 5.22.1
perl-module-cwd cortexa9hf-neon 5.22.1
perl-module-data-dumper cortexa9hf-neon 5.22.1
perl-module-db cortexa9hf-neon 5.22.1
perl-module-dbm-filter cortexa9hf-neon 5.22.1
perl-module-dbm-filter-compress cortexa9hf-neon 5.22.1
perl-module-dbm-filter-encode cortexa9hf-neon 5.22.1
perl-module-dbm-filter-int32 cortexa9hf-neon 5.22.1
perl-module-dbm-filter-null cortexa9hf-neon 5.22.1
perl-module-dbm-filter-utf8 cortexa9hf-neon 5.22.1
perl-module-deprecate cortexa9hf-neon 5.22.1
perl-module-devel-peek cortexa9hf-neon 5.22.1
perl-module-devel-ppport cortexa9hf-neon 5.22.1
perl-module-devel-selfstubber cortexa9hf-neon 5.22.1
perl-module-diagnostics cortexa9hf-neon 5.22.1
perl-module-digest cortexa9hf-neon 5.22.1
perl-module-digest-base cortexa9hf-neon 5.22.1
perl-module-digest-file cortexa9hf-neon 5.22.1
perl-module-digest-md5 cortexa9hf-neon 5.22.1
perl-module-digest-sha cortexa9hf-neon 5.22.1
perl-module-dirhandle cortexa9hf-neon 5.22.1
perl-module-dumpvalue cortexa9hf-neon 5.22.1
perl-module-dumpvar cortexa9hf-neon 5.22.1
perl-module-dynaloader cortexa9hf-neon 5.22.1
perl-module-encode cortexa9hf-neon 5.22.1
perl-module-encode--pm cortexa9hf-neon 5.22.1
perl-module-encode--t cortexa9hf-neon 5.22.1
perl-module-encode-alias cortexa9hf-neon 5.22.1
perl-module-encode-byte cortexa9hf-neon 5.22.1
perl-module-encode-changes cortexa9hf-neon 5.22.1
perl-module-encode-cjkconstants cortexa9hf-neon 5.22.1
perl-module-encode-cn cortexa9hf-neon 5.22.1
perl-module-encode-cn-hz cortexa9hf-neon 5.22.1
perl-module-encode-config cortexa9hf-neon 5.22.1
perl-module-encode-configlocal-pm cortexa9hf-neon 5.22.1
perl-module-encode-ebcdic cortexa9hf-neon 5.22.1
perl-module-encode-encoder cortexa9hf-neon 5.22.1
perl-module-encode-encoding cortexa9hf-neon 5.22.1
perl-module-encode-gsm0338 cortexa9hf-neon 5.22.1
perl-module-encode-guess cortexa9hf-neon 5.22.1
perl-module-encode-jp cortexa9hf-neon 5.22.1
perl-module-encode-jp-h2z cortexa9hf-neon 5.22.1
perl-module-encode-jp-jis7 cortexa9hf-neon 5.22.1
perl-module-encode-kr cortexa9hf-neon 5.22.1
perl-module-encode-kr-2022-kr cortexa9hf-neon 5.22.1
perl-module-encode-makefile-pl cortexa9hf-neon 5.22.1
perl-module-encode-mime-header cortexa9hf-neon 5.22.1
perl-module-encode-mime-header-iso-2022-jp cortexa9hf-neon 5.22.1
perl-module-encode-mime-name cortexa9hf-neon 5.22.1
perl-module-encode-readme cortexa9hf-neon 5.22.1
perl-module-encode-symbol cortexa9hf-neon 5.22.1
perl-module-encode-tw cortexa9hf-neon 5.22.1
perl-module-encode-unicode cortexa9hf-neon 5.22.1
perl-module-encode-unicode-utf7 cortexa9hf-neon 5.22.1
perl-module-encoding cortexa9hf-neon 5.22.1
perl-module-encoding-warnings cortexa9hf-neon 5.22.1
perl-module-english cortexa9hf-neon 5.22.1
perl-module-env cortexa9hf-neon 5.22.1
perl-module-errno cortexa9hf-neon 5.22.1
perl-module-experimental cortexa9hf-neon 5.22.1
perl-module-exporter cortexa9hf-neon 5.22.1
perl-module-exporter-heavy cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-base cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-aix cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-android cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-cygwin cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-darwin cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-dec-osf cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-os2 cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-unix cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-vms cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-windows cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-windows-bcc cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-windows-gcc cortexa9hf-neon 5.22.1
perl-module-extutils-cbuilder-platform-windows-msvc cortexa9hf-neon 5.22.1
perl-module-extutils-command cortexa9hf-neon 5.22.1
perl-module-extutils-command-mm cortexa9hf-neon 5.22.1
perl-module-extutils-constant cortexa9hf-neon 5.22.1
perl-module-extutils-constant-base cortexa9hf-neon 5.22.1
perl-module-extutils-constant-proxysubs cortexa9hf-neon 5.22.1
perl-module-extutils-constant-utils cortexa9hf-neon 5.22.1
perl-module-extutils-constant-xs cortexa9hf-neon 5.22.1
perl-module-extutils-embed cortexa9hf-neon 5.22.1
perl-module-extutils-install cortexa9hf-neon 5.22.1
perl-module-extutils-installed cortexa9hf-neon 5.22.1
perl-module-extutils-liblist cortexa9hf-neon 5.22.1
perl-module-extutils-liblist-kid cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker-config cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker-locale cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker-version cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker-version-regex cortexa9hf-neon 5.22.1
perl-module-extutils-makemaker-version-vpp cortexa9hf-neon 5.22.1
perl-module-extutils-manifest cortexa9hf-neon 5.22.1
perl-module-extutils-miniperl cortexa9hf-neon 5.22.1
perl-module-extutils-mkbootstrap cortexa9hf-neon 5.22.1
perl-module-extutils-mksymlists cortexa9hf-neon 5.22.1
perl-module-extutils-mm cortexa9hf-neon 5.22.1
perl-module-extutils-mm-aix cortexa9hf-neon 5.22.1
perl-module-extutils-mm-any cortexa9hf-neon 5.22.1
perl-module-extutils-mm-beos cortexa9hf-neon 5.22.1
perl-module-extutils-mm-cygwin cortexa9hf-neon 5.22.1
perl-module-extutils-mm-darwin cortexa9hf-neon 5.22.1
perl-module-extutils-mm-dos cortexa9hf-neon 5.22.1
perl-module-extutils-mm-macos cortexa9hf-neon 5.22.1
perl-module-extutils-mm-nw5 cortexa9hf-neon 5.22.1
perl-module-extutils-mm-os2 cortexa9hf-neon 5.22.1
perl-module-extutils-mm-qnx cortexa9hf-neon 5.22.1
perl-module-extutils-mm-unix cortexa9hf-neon 5.22.1
perl-module-extutils-mm-uwin cortexa9hf-neon 5.22.1
perl-module-extutils-mm-vms cortexa9hf-neon 5.22.1
perl-module-extutils-mm-vos cortexa9hf-neon 5.22.1
perl-module-extutils-mm-win32 cortexa9hf-neon 5.22.1
perl-module-extutils-mm-win95 cortexa9hf-neon 5.22.1
perl-module-extutils-my cortexa9hf-neon 5.22.1
perl-module-extutils-packlist cortexa9hf-neon 5.22.1
perl-module-extutils-parsexs cortexa9hf-neon 5.22.1
perl-module-extutils-parsexs-constants cortexa9hf-neon 5.22.1
perl-module-extutils-parsexs-countlines cortexa9hf-neon 5.22.1
perl-module-extutils-parsexs-eval cortexa9hf-neon 5.22.1
perl-module-extutils-parsexs-utilities cortexa9hf-neon 5.22.1
perl-module-extutils-testlib cortexa9hf-neon 5.22.1
perl-module-extutils-typemaps cortexa9hf-neon 5.22.1
perl-module-extutils-typemaps-cmd cortexa9hf-neon 5.22.1
perl-module-extutils-typemaps-inputmap cortexa9hf-neon 5.22.1
perl-module-extutils-typemaps-outputmap cortexa9hf-neon 5.22.1
perl-module-extutils-typemaps-type cortexa9hf-neon 5.22.1
perl-module-fatal cortexa9hf-neon 5.22.1
perl-module-fcntl cortexa9hf-neon 5.22.1
perl-module-feature cortexa9hf-neon 5.22.1
perl-module-fields cortexa9hf-neon 5.22.1
perl-module-file-basename cortexa9hf-neon 5.22.1
perl-module-file-compare cortexa9hf-neon 5.22.1
perl-module-file-copy cortexa9hf-neon 5.22.1
perl-module-file-dosglob cortexa9hf-neon 5.22.1
perl-module-file-fetch cortexa9hf-neon 5.22.1
perl-module-file-find cortexa9hf-neon 5.22.1
perl-module-file-glob cortexa9hf-neon 5.22.1
perl-module-file-globmapper cortexa9hf-neon 5.22.1
perl-module-file-path cortexa9hf-neon 5.22.1
perl-module-file-spec cortexa9hf-neon 5.22.1
perl-module-file-spec-cygwin cortexa9hf-neon 5.22.1
perl-module-file-spec-epoc cortexa9hf-neon 5.22.1
perl-module-file-spec-functions cortexa9hf-neon 5.22.1
perl-module-file-spec-mac cortexa9hf-neon 5.22.1
perl-module-file-spec-os2 cortexa9hf-neon 5.22.1
perl-module-file-spec-unix cortexa9hf-neon 5.22.1
perl-module-file-spec-vms cortexa9hf-neon 5.22.1
perl-module-file-spec-win32 cortexa9hf-neon 5.22.1
perl-module-file-stat cortexa9hf-neon 5.22.1
perl-module-file-temp cortexa9hf-neon 5.22.1
perl-module-filecache cortexa9hf-neon 5.22.1
perl-module-filehandle cortexa9hf-neon 5.22.1
perl-module-filetest cortexa9hf-neon 5.22.1
perl-module-filter-simple cortexa9hf-neon 5.22.1
perl-module-filter-util-call cortexa9hf-neon 5.22.1
perl-module-findbin cortexa9hf-neon 5.22.1
perl-module-getopt-long cortexa9hf-neon 5.22.1
perl-module-getopt-std cortexa9hf-neon 5.22.1
perl-module-hash-util cortexa9hf-neon 5.22.1
perl-module-hash-util-fieldhash cortexa9hf-neon 5.22.1
perl-module-http-tiny cortexa9hf-neon 5.22.1
perl-module-i18n-collate cortexa9hf-neon 5.22.1
perl-module-i18n-langinfo cortexa9hf-neon 5.22.1
perl-module-i18n-langtags cortexa9hf-neon 5.22.1
perl-module-i18n-langtags-detect cortexa9hf-neon 5.22.1
perl-module-i18n-langtags-list cortexa9hf-neon 5.22.1
perl-module-if cortexa9hf-neon 5.22.1
perl-module-integer cortexa9hf-neon 5.22.1
perl-module-io cortexa9hf-neon 5.22.1
perl-module-io-compress-adapter-bzip2 cortexa9hf-neon 5.22.1
perl-module-io-compress-adapter-deflate cortexa9hf-neon 5.22.1
perl-module-io-compress-adapter-identity cortexa9hf-neon 5.22.1
perl-module-io-compress-base cortexa9hf-neon 5.22.1
perl-module-io-compress-base-common cortexa9hf-neon 5.22.1
perl-module-io-compress-bzip2 cortexa9hf-neon 5.22.1
perl-module-io-compress-deflate cortexa9hf-neon 5.22.1
perl-module-io-compress-gzip cortexa9hf-neon 5.22.1
perl-module-io-compress-gzip-constants cortexa9hf-neon 5.22.1
perl-module-io-compress-rawdeflate cortexa9hf-neon 5.22.1
perl-module-io-compress-zip cortexa9hf-neon 5.22.1
perl-module-io-compress-zip-constants cortexa9hf-neon 5.22.1
perl-module-io-compress-zlib-constants cortexa9hf-neon 5.22.1
perl-module-io-compress-zlib-extra cortexa9hf-neon 5.22.1
perl-module-io-dir cortexa9hf-neon 5.22.1
perl-module-io-file cortexa9hf-neon 5.22.1
perl-module-io-handle cortexa9hf-neon 5.22.1
perl-module-io-pipe cortexa9hf-neon 5.22.1
perl-module-io-poll cortexa9hf-neon 5.22.1
perl-module-io-seekable cortexa9hf-neon 5.22.1
perl-module-io-select cortexa9hf-neon 5.22.1
perl-module-io-socket cortexa9hf-neon 5.22.1
perl-module-io-socket-inet cortexa9hf-neon 5.22.1
perl-module-io-socket-ip cortexa9hf-neon 5.22.1
perl-module-io-socket-unix cortexa9hf-neon 5.22.1
perl-module-io-uncompress-adapter-bunzip2 cortexa9hf-neon 5.22.1
perl-module-io-uncompress-adapter-identity cortexa9hf-neon 5.22.1
perl-module-io-uncompress-adapter-inflate cortexa9hf-neon 5.22.1
perl-module-io-uncompress-anyinflate cortexa9hf-neon 5.22.1
perl-module-io-uncompress-anyuncompress cortexa9hf-neon 5.22.1
perl-module-io-uncompress-base cortexa9hf-neon 5.22.1
perl-module-io-uncompress-bunzip2 cortexa9hf-neon 5.22.1
perl-module-io-uncompress-gunzip cortexa9hf-neon 5.22.1
perl-module-io-uncompress-inflate cortexa9hf-neon 5.22.1
perl-module-io-uncompress-rawinflate cortexa9hf-neon 5.22.1
perl-module-io-uncompress-unzip cortexa9hf-neon 5.22.1
perl-module-io-zlib cortexa9hf-neon 5.22.1
perl-module-ipc-cmd cortexa9hf-neon 5.22.1
perl-module-ipc-msg cortexa9hf-neon 5.22.1
perl-module-ipc-open2 cortexa9hf-neon 5.22.1
perl-module-ipc-open3 cortexa9hf-neon 5.22.1
perl-module-ipc-semaphore cortexa9hf-neon 5.22.1
perl-module-ipc-sharedmem cortexa9hf-neon 5.22.1
perl-module-ipc-sysv cortexa9hf-neon 5.22.1
perl-module-json-pp cortexa9hf-neon 5.22.1
perl-module-json-pp-boolean cortexa9hf-neon 5.22.1
perl-module-less cortexa9hf-neon 5.22.1
perl-module-lib cortexa9hf-neon 5.22.1
perl-module-list-util cortexa9hf-neon 5.22.1
perl-module-list-util-xs cortexa9hf-neon 5.22.1
perl-module-load cortexa9hf-neon 5.22.1
perl-module-loaded cortexa9hf-neon 5.22.1
perl-module-locale cortexa9hf-neon 5.22.1
perl-module-locale-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-constants cortexa9hf-neon 5.22.1
perl-module-locale-codes-country cortexa9hf-neon 5.22.1
perl-module-locale-codes-country-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-country-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-currency cortexa9hf-neon 5.22.1
perl-module-locale-codes-currency-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-currency-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-langext cortexa9hf-neon 5.22.1
perl-module-locale-codes-langext-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-langext-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-langfam cortexa9hf-neon 5.22.1
perl-module-locale-codes-langfam-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-langfam-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-language cortexa9hf-neon 5.22.1
perl-module-locale-codes-language-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-language-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-langvar cortexa9hf-neon 5.22.1
perl-module-locale-codes-langvar-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-langvar-retired cortexa9hf-neon 5.22.1
perl-module-locale-codes-script cortexa9hf-neon 5.22.1
perl-module-locale-codes-script-codes cortexa9hf-neon 5.22.1
perl-module-locale-codes-script-retired cortexa9hf-neon 5.22.1
perl-module-locale-country cortexa9hf-neon 5.22.1
perl-module-locale-currency cortexa9hf-neon 5.22.1
perl-module-locale-language cortexa9hf-neon 5.22.1
perl-module-locale-maketext cortexa9hf-neon 5.22.1
perl-module-locale-maketext-guts cortexa9hf-neon 5.22.1
perl-module-locale-maketext-gutsloader cortexa9hf-neon 5.22.1
perl-module-locale-maketext-simple cortexa9hf-neon 5.22.1
perl-module-locale-script cortexa9hf-neon 5.22.1
perl-module-math-bigfloat cortexa9hf-neon 5.22.1
perl-module-math-bigfloat-trace cortexa9hf-neon 5.22.1
perl-module-math-bigint cortexa9hf-neon 5.22.1
perl-module-math-bigint-calc cortexa9hf-neon 5.22.1
perl-module-math-bigint-calcemu cortexa9hf-neon 5.22.1
perl-module-math-bigint-fastcalc cortexa9hf-neon 5.22.1
perl-module-math-bigint-trace cortexa9hf-neon 5.22.1
perl-module-math-bigrat cortexa9hf-neon 5.22.1
perl-module-math-complex cortexa9hf-neon 5.22.1
perl-module-math-trig cortexa9hf-neon 5.22.1
perl-module-memoize cortexa9hf-neon 5.22.1
perl-module-memoize-anydbm-file cortexa9hf-neon 5.22.1
perl-module-memoize-expire cortexa9hf-neon 5.22.1
perl-module-memoize-expirefile cortexa9hf-neon 5.22.1
perl-module-memoize-expiretest cortexa9hf-neon 5.22.1
perl-module-memoize-ndbm-file cortexa9hf-neon 5.22.1
perl-module-memoize-sdbm-file cortexa9hf-neon 5.22.1
perl-module-memoize-storable cortexa9hf-neon 5.22.1
perl-module-meta-notation cortexa9hf-neon 5.22.1
perl-module-metadata cortexa9hf-neon 5.22.1
perl-module-mime-base64 cortexa9hf-neon 5.22.1
perl-module-mime-quotedprint cortexa9hf-neon 5.22.1
perl-module-mro cortexa9hf-neon 5.22.1
perl-module-ndbm-file cortexa9hf-neon 5.22.1
perl-module-net-cmd cortexa9hf-neon 5.22.1
perl-module-net-config cortexa9hf-neon 5.22.1
perl-module-net-domain cortexa9hf-neon 5.22.1
perl-module-net-ftp cortexa9hf-neon 5.22.1
perl-module-net-ftp-a cortexa9hf-neon 5.22.1
perl-module-net-ftp-dataconn cortexa9hf-neon 5.22.1
perl-module-net-ftp-e cortexa9hf-neon 5.22.1
perl-module-net-ftp-i cortexa9hf-neon 5.22.1
perl-module-net-ftp-l cortexa9hf-neon 5.22.1
perl-module-net-hostent cortexa9hf-neon 5.22.1
perl-module-net-netent cortexa9hf-neon 5.22.1
perl-module-net-netrc cortexa9hf-neon 5.22.1
perl-module-net-nntp cortexa9hf-neon 5.22.1
perl-module-net-ping cortexa9hf-neon 5.22.1
perl-module-net-pop3 cortexa9hf-neon 5.22.1
perl-module-net-protoent cortexa9hf-neon 5.22.1
perl-module-net-servent cortexa9hf-neon 5.22.1
perl-module-net-smtp cortexa9hf-neon 5.22.1
perl-module-net-time cortexa9hf-neon 5.22.1
perl-module-next cortexa9hf-neon 5.22.1
perl-module-o cortexa9hf-neon 5.22.1
perl-module-odbm-file cortexa9hf-neon 5.22.1
perl-module-ok cortexa9hf-neon 5.22.1
perl-module-opcode cortexa9hf-neon 5.22.1
perl-module-open cortexa9hf-neon 5.22.1
perl-module-ops cortexa9hf-neon 5.22.1
perl-module-overload cortexa9hf-neon 5.22.1
perl-module-overload-numbers cortexa9hf-neon 5.22.1
perl-module-overloading cortexa9hf-neon 5.22.1
perl-module-params-check cortexa9hf-neon 5.22.1
perl-module-parent cortexa9hf-neon 5.22.1
perl-module-parse-cpan-meta cortexa9hf-neon 5.22.1
perl-module-perl-ostype cortexa9hf-neon 5.22.1
perl-module-perl5db cortexa9hf-neon 5.22.1
perl-module-perlfaq cortexa9hf-neon 5.22.1
perl-module-perlio cortexa9hf-neon 5.22.1
perl-module-perlio-encoding cortexa9hf-neon 5.22.1
perl-module-perlio-mmap cortexa9hf-neon 5.22.1
perl-module-perlio-scalar cortexa9hf-neon 5.22.1
perl-module-perlio-via cortexa9hf-neon 5.22.1
perl-module-perlio-via-quotedprint cortexa9hf-neon 5.22.1
perl-module-pod-checker cortexa9hf-neon 5.22.1
perl-module-pod-escapes cortexa9hf-neon 5.22.1
perl-module-pod-find cortexa9hf-neon 5.22.1
perl-module-pod-functions cortexa9hf-neon 5.22.1
perl-module-pod-html cortexa9hf-neon 5.22.1
perl-module-pod-inputobjects cortexa9hf-neon 5.22.1
perl-module-pod-man cortexa9hf-neon 5.22.1
perl-module-pod-parselink cortexa9hf-neon 5.22.1
perl-module-pod-parser cortexa9hf-neon 5.22.1
perl-module-pod-parseutils cortexa9hf-neon 5.22.1
perl-module-pod-perldoc cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-baseto cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-getoptsoo cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-toansi cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-tochecker cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-toman cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-tonroff cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-topod cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-tortf cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-toterm cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-totext cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-totk cortexa9hf-neon 5.22.1
perl-module-pod-perldoc-toxml cortexa9hf-neon 5.22.1
perl-module-pod-plaintext cortexa9hf-neon 5.22.1
perl-module-pod-select cortexa9hf-neon 5.22.1
perl-module-pod-simple cortexa9hf-neon 5.22.1
perl-module-pod-simple-blackbox cortexa9hf-neon 5.22.1
perl-module-pod-simple-checker cortexa9hf-neon 5.22.1
perl-module-pod-simple-debug cortexa9hf-neon 5.22.1
perl-module-pod-simple-dumpastext cortexa9hf-neon 5.22.1
perl-module-pod-simple-dumpasxml cortexa9hf-neon 5.22.1
perl-module-pod-simple-html cortexa9hf-neon 5.22.1
perl-module-pod-simple-htmlbatch cortexa9hf-neon 5.22.1
perl-module-pod-simple-htmllegacy cortexa9hf-neon 5.22.1
perl-module-pod-simple-linksection cortexa9hf-neon 5.22.1
perl-module-pod-simple-methody cortexa9hf-neon 5.22.1
perl-module-pod-simple-progress cortexa9hf-neon 5.22.1
perl-module-pod-simple-pullparser cortexa9hf-neon 5.22.1
perl-module-pod-simple-pullparserendtoken cortexa9hf-neon 5.22.1
perl-module-pod-simple-pullparserstarttoken cortexa9hf-neon 5.22.1
perl-module-pod-simple-pullparsertexttoken cortexa9hf-neon 5.22.1
perl-module-pod-simple-pullparsertoken cortexa9hf-neon 5.22.1
perl-module-pod-simple-rtf cortexa9hf-neon 5.22.1
perl-module-pod-simple-search cortexa9hf-neon 5.22.1
perl-module-pod-simple-simpletree cortexa9hf-neon 5.22.1
perl-module-pod-simple-text cortexa9hf-neon 5.22.1
perl-module-pod-simple-textcontent cortexa9hf-neon 5.22.1
perl-module-pod-simple-tiedoutfh cortexa9hf-neon 5.22.1
perl-module-pod-simple-transcode cortexa9hf-neon 5.22.1
perl-module-pod-simple-transcodedumb cortexa9hf-neon 5.22.1
perl-module-pod-simple-transcodesmart cortexa9hf-neon 5.22.1
perl-module-pod-simple-xhtml cortexa9hf-neon 5.22.1
perl-module-pod-simple-xmloutstream cortexa9hf-neon 5.22.1
perl-module-pod-text cortexa9hf-neon 5.22.1
perl-module-pod-text-color cortexa9hf-neon 5.22.1
perl-module-pod-text-overstrike cortexa9hf-neon 5.22.1
perl-module-pod-text-termcap cortexa9hf-neon 5.22.1
perl-module-pod-usage cortexa9hf-neon 5.22.1
perl-module-posix cortexa9hf-neon 5.22.1
perl-module-re cortexa9hf-neon 5.22.1
perl-module-safe cortexa9hf-neon 5.22.1
perl-module-scalar-util cortexa9hf-neon 5.22.1
perl-module-sdbm-file cortexa9hf-neon 5.22.1
perl-module-search-dict cortexa9hf-neon 5.22.1
perl-module-selectsaver cortexa9hf-neon 5.22.1
perl-module-selfloader cortexa9hf-neon 5.22.1
perl-module-sigtrap cortexa9hf-neon 5.22.1
perl-module-socket cortexa9hf-neon 5.22.1
perl-module-sort cortexa9hf-neon 5.22.1
perl-module-storable cortexa9hf-neon 5.22.1
perl-module-sub-util cortexa9hf-neon 5.22.1
perl-module-subs cortexa9hf-neon 5.22.1
perl-module-symbol cortexa9hf-neon 5.22.1
perl-module-sys-hostname cortexa9hf-neon 5.22.1
perl-module-sys-syslog cortexa9hf-neon 5.22.1
perl-module-tap-base cortexa9hf-neon 5.22.1
perl-module-tap-formatter-base cortexa9hf-neon 5.22.1
perl-module-tap-formatter-color cortexa9hf-neon 5.22.1
perl-module-tap-formatter-console cortexa9hf-neon 5.22.1
perl-module-tap-formatter-console-parallelsession cortexa9hf-neon 5.22.1
perl-module-tap-formatter-console-session cortexa9hf-neon 5.22.1
perl-module-tap-formatter-file cortexa9hf-neon 5.22.1
perl-module-tap-formatter-file-session cortexa9hf-neon 5.22.1
perl-module-tap-formatter-session cortexa9hf-neon 5.22.1
perl-module-tap-harness cortexa9hf-neon 5.22.1
perl-module-tap-harness-env cortexa9hf-neon 5.22.1
perl-module-tap-object cortexa9hf-neon 5.22.1
perl-module-tap-parser cortexa9hf-neon 5.22.1
perl-module-tap-parser-aggregator cortexa9hf-neon 5.22.1
perl-module-tap-parser-grammar cortexa9hf-neon 5.22.1
perl-module-tap-parser-iterator cortexa9hf-neon 5.22.1
perl-module-tap-parser-iterator-array cortexa9hf-neon 5.22.1
perl-module-tap-parser-iterator-process cortexa9hf-neon 5.22.1
perl-module-tap-parser-iterator-stream cortexa9hf-neon 5.22.1
perl-module-tap-parser-iteratorfactory cortexa9hf-neon 5.22.1
perl-module-tap-parser-multiplexer cortexa9hf-neon 5.22.1
perl-module-tap-parser-result cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-bailout cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-comment cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-plan cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-pragma cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-test cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-unknown cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-version cortexa9hf-neon 5.22.1
perl-module-tap-parser-result-yaml cortexa9hf-neon 5.22.1
perl-module-tap-parser-resultfactory cortexa9hf-neon 5.22.1
perl-module-tap-parser-scheduler cortexa9hf-neon 5.22.1
perl-module-tap-parser-scheduler-job cortexa9hf-neon 5.22.1
perl-module-tap-parser-scheduler-spinner cortexa9hf-neon 5.22.1
perl-module-tap-parser-source cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler-executable cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler-file cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler-handle cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler-perl cortexa9hf-neon 5.22.1
perl-module-tap-parser-sourcehandler-rawtap cortexa9hf-neon 5.22.1
perl-module-tap-parser-yamlish-reader cortexa9hf-neon 5.22.1
perl-module-tap-parser-yamlish-writer cortexa9hf-neon 5.22.1
perl-module-term-ansicolor cortexa9hf-neon 5.22.1
perl-module-term-cap cortexa9hf-neon 5.22.1
perl-module-term-complete cortexa9hf-neon 5.22.1
perl-module-term-readline cortexa9hf-neon 5.22.1
perl-module-test cortexa9hf-neon 5.22.1
perl-module-test-builder cortexa9hf-neon 5.22.1
perl-module-test-builder-io-scalar cortexa9hf-neon 5.22.1
perl-module-test-builder-module cortexa9hf-neon 5.22.1
perl-module-test-builder-tester cortexa9hf-neon 5.22.1
perl-module-test-builder-tester-color cortexa9hf-neon 5.22.1
perl-module-test-harness cortexa9hf-neon 5.22.1
perl-module-test-more cortexa9hf-neon 5.22.1
perl-module-test-simple cortexa9hf-neon 5.22.1
perl-module-test-tester cortexa9hf-neon 5.22.1
perl-module-test-tester-capture cortexa9hf-neon 5.22.1
perl-module-test-tester-capturerunner cortexa9hf-neon 5.22.1
perl-module-test-tester-delegate cortexa9hf-neon 5.22.1
perl-module-test-use-ok cortexa9hf-neon 5.22.1
perl-module-text-abbrev cortexa9hf-neon 5.22.1
perl-module-text-balanced cortexa9hf-neon 5.22.1
perl-module-text-parsewords cortexa9hf-neon 5.22.1
perl-module-text-tabs cortexa9hf-neon 5.22.1
perl-module-text-wrap cortexa9hf-neon 5.22.1
perl-module-thread cortexa9hf-neon 5.22.1
perl-module-thread-queue cortexa9hf-neon 5.22.1
perl-module-thread-semaphore cortexa9hf-neon 5.22.1
perl-module-threads cortexa9hf-neon 5.22.1
perl-module-threads-shared cortexa9hf-neon 5.22.1
perl-module-tie-array cortexa9hf-neon 5.22.1
perl-module-tie-file cortexa9hf-neon 5.22.1
perl-module-tie-handle cortexa9hf-neon 5.22.1
perl-module-tie-hash cortexa9hf-neon 5.22.1
perl-module-tie-hash-namedcapture cortexa9hf-neon 5.22.1
perl-module-tie-memoize cortexa9hf-neon 5.22.1
perl-module-tie-refhash cortexa9hf-neon 5.22.1
perl-module-tie-scalar cortexa9hf-neon 5.22.1
perl-module-tie-stdhandle cortexa9hf-neon 5.22.1
perl-module-tie-substrhash cortexa9hf-neon 5.22.1
perl-module-time-gmtime cortexa9hf-neon 5.22.1
perl-module-time-hires cortexa9hf-neon 5.22.1
perl-module-time-local cortexa9hf-neon 5.22.1
perl-module-time-localtime cortexa9hf-neon 5.22.1
perl-module-time-piece cortexa9hf-neon 5.22.1
perl-module-time-seconds cortexa9hf-neon 5.22.1
perl-module-time-tm cortexa9hf-neon 5.22.1
perl-module-unicode-collate cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-big5 cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-gb2312 cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-jisx0208 cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-korean cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-pinyin cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-stroke cortexa9hf-neon 5.22.1
perl-module-unicode-collate-cjk-zhuyin cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-af cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ar cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-as cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-az cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-be cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-bg cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-bn cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ca cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-cs cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-cy cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-da cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-de-phone cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ee cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-eo cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-es cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-es-trad cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-et cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fa cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fi cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fi-phone cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fil cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fo cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-fr cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-gu cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ha cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-haw cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-hi cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-hr cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-hu cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-hy cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ig cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-is cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ja cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-kk cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-kl cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-kn cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ko cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-kok cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ln cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-lt cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-lv cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-mk cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ml cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-mr cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-mt cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-nb cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-nn cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-nso cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-om cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-or cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-pa cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-pl cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ro cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ru cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sa cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-se cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-si cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-si-dict cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sk cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sl cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sq cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sr cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sv cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-sv-refo cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ta cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-te cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-th cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-tn cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-to cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-tr cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-uk cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-ur cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-vi cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-wae cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-wo cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-yo cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh-big5 cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh-gb cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh-pin cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh-strk cortexa9hf-neon 5.22.1
perl-module-unicode-collate-locale-zh-zhu cortexa9hf-neon 5.22.1
perl-module-unicode-normalize cortexa9hf-neon 5.22.1
perl-module-unicode-ucd cortexa9hf-neon 5.22.1
perl-module-unicore cortexa9hf-neon 5.22.1
perl-module-universal cortexa9hf-neon 5.22.1
perl-module-user-grent cortexa9hf-neon 5.22.1
perl-module-user-pwent cortexa9hf-neon 5.22.1
perl-module-utf8 cortexa9hf-neon 5.22.1
perl-module-utf8-heavy cortexa9hf-neon 5.22.1
perl-module-version cortexa9hf-neon 5.22.1
perl-module-version-regex cortexa9hf-neon 5.22.1
perl-module-version-vpp cortexa9hf-neon 5.22.1
perl-module-vmsish cortexa9hf-neon 5.22.1
perl-module-xsloader cortexa9hf-neon 5.22.1
perl-modules cortexa9hf-neon 5.22.1
piglit cortexa9hf-neon-mx6qdl 1.0+gitr0+c458542791
pkgconfig cortexa9hf-neon 0.29+git0+5914edfe96
pkgconfig-dev cortexa9hf-neon 0.29+git0+5914edfe96
pointercal imx6dlrom7421a1 0.0
pointercal-xinput imx6dlrom7421a1 0.0
powertop cortexa9hf-neon 2.8
powertop-locale-en-gb cortexa9hf-neon 2.8
powertop-locale-en-us cortexa9hf-neon 2.8
ppp cortexa9hf-neon 2.4.7
procps cortexa9hf-neon 3.3.11
psmisc cortexa9hf-neon 22.21
psplash cortexa9hf-neon 0.1+git0+88343ad23c
psplash-default cortexa9hf-neon 0.1+git0+88343ad23c
pstree cortexa9hf-neon 22.21
ptpd cortexa9hf-neon 2.3.1
pulseaudio cortexa9hf-neon-mx6qdl 8.0
pulseaudio-client-conf-sato all 1
pulseaudio-dev cortexa9hf-neon-mx6qdl 8.0
pulseaudio-lib-alsa-util cortexa9hf-neon-mx6qdl 8.0
pulseaudio-lib-bluez5-util cortexa9hf-neon-mx6qdl 8.0
pulseaudio-lib-cli cortexa9hf-neon-mx6qdl 8.0
pulseaudio-lib-protocol-cli cortexa9hf-neon-mx6qdl 8.0
pulseaudio-lib-protocol-native cortexa9hf-neon-mx6qdl 8.0
pulseaudio-misc cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-alsa-card cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-alsa-sink cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-alsa-source cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-always-sink cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-augment-properties cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-bluetooth-discover cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-bluetooth-policy cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-bluez5-device cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-bluez5-discover cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-card-restore cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-cli cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-cli-protocol-unix cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-console-kit cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-default-device-restore cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-detect cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-device-manager cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-device-restore cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-filter-apply cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-filter-heuristics cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-intended-roles cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-loopback cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-native-protocol-unix cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-null-sink cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-position-event-sounds cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-rescue-streams cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-role-cork cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-stream-restore cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-suspend-on-idle cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-switch-on-connect cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-switch-on-port-available cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-udev-detect cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-x11-bell cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-x11-cork-request cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-x11-publish cortexa9hf-neon-mx6qdl 8.0
pulseaudio-module-x11-xsmp cortexa9hf-neon-mx6qdl 8.0
pulseaudio-server cortexa9hf-neon-mx6qdl 8.0
python-argparse cortexa9hf-neon 2.7.11
python-audio cortexa9hf-neon 2.7.11
python-codecs cortexa9hf-neon 2.7.11
python-compile cortexa9hf-neon 2.7.11
python-compression cortexa9hf-neon 2.7.11
python-contextlib cortexa9hf-neon 2.7.11
python-core cortexa9hf-neon 2.7.11
python-crypt cortexa9hf-neon 2.7.11
python-ctypes cortexa9hf-neon 2.7.11
python-datetime cortexa9hf-neon 2.7.11
python-dbus cortexa9hf-neon 1.2.0
python-dbus-dev cortexa9hf-neon 1.2.0
python-dev cortexa9hf-neon 2.7.11
python-difflib cortexa9hf-neon 2.7.11
python-distutils cortexa9hf-neon 2.7.11
python-email cortexa9hf-neon 2.7.11
python-fcntl cortexa9hf-neon 2.7.11
python-html cortexa9hf-neon 2.7.11
python-image cortexa9hf-neon 2.7.11
python-importlib cortexa9hf-neon 2.7.11
python-io cortexa9hf-neon 2.7.11
python-json cortexa9hf-neon 2.7.11
python-lang cortexa9hf-neon 2.7.11
python-logging cortexa9hf-neon 2.7.11
python-mako cortexa9hf-neon 1.0.3
python-math cortexa9hf-neon 2.7.11
python-mime cortexa9hf-neon 2.7.11
python-mmap cortexa9hf-neon 2.7.11
python-multiprocessing cortexa9hf-neon 2.7.11
python-netclient cortexa9hf-neon 2.7.11
python-netserver cortexa9hf-neon 2.7.11
python-numbers cortexa9hf-neon 2.7.11
python-pickle cortexa9hf-neon 2.7.11
python-pkgutil cortexa9hf-neon 2.7.11
python-plistlib cortexa9hf-neon 2.7.11
python-pprint cortexa9hf-neon 2.7.11
python-pygobject cortexa9hf-neon 3.18.2
python-pygobject-dev cortexa9hf-neon 3.18.2
python-re cortexa9hf-neon 2.7.11
python-readline cortexa9hf-neon 2.7.11
python-setuptools cortexa9hf-neon 19.4
python-setuptools-dev cortexa9hf-neon 19.4
python-shell cortexa9hf-neon 2.7.11
python-stringold cortexa9hf-neon 2.7.11
python-subprocess cortexa9hf-neon 2.7.11
python-textutils cortexa9hf-neon 2.7.11
python-threading cortexa9hf-neon 2.7.11
python-unittest cortexa9hf-neon 2.7.11
python-unixadmin cortexa9hf-neon 2.7.11
python-xml cortexa9hf-neon 2.7.11
python-zlib cortexa9hf-neon 2.7.11
qt3d cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt3d-dev cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt3d-examples cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt3d-mkspecs cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt3d-plugins cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt3d-qmlplugins cortexa9hf-neon 5.6.1+git0+7fab1fa656
qt5-demo-extrafiles all 1.0
qt5everywheredemo cortexa9hf-neon 1.0
qt5ledscreen cortexa9hf-neon 1.0
qt5nmapcarousedemo cortexa9hf-neon 1.0
qt5nmapper cortexa9hf-neon 1.0
qtbase cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-dev cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-examples cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts-pfa cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts-pfb cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts-qpf cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts-ttf-dejavu cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-fonts-ttf-vera cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-mkspecs cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-plugins cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtbase-staticdev cortexa9hf-neon-mx6qdl 5.6.1+git0+7bf002c3b3
qtconnectivity cortexa9hf-neon 5.6.1+git0+71a0d199a2
qtconnectivity-dev cortexa9hf-neon 5.6.1+git0+71a0d199a2
qtconnectivity-mkspecs cortexa9hf-neon 5.6.1+git0+71a0d199a2
qtconnectivity-qmlplugins cortexa9hf-neon 5.6.1+git0+71a0d199a2
qtdeclarative cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-dev cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-examples cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-mkspecs cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-plugins cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-qmlplugins cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-staticdev cortexa9hf-neon 5.6.1+git0+a05f59388e
qtdeclarative-tools cortexa9hf-neon 5.6.1+git0+a05f59388e
qtgraphicaleffects-qmlplugins cortexa9hf-neon 5.6.1+git0+0b68e91d68
qtimageformats cortexa9hf-neon 5.6.1+git0+99f384ac23
qtimageformats-dev cortexa9hf-neon 5.6.1+git0+99f384ac23
qtimageformats-plugins cortexa9hf-neon 5.6.1+git0+99f384ac23
qtlocation cortexa9hf-neon 5.6.1+git0+04762a9eec
qtlocation-dev cortexa9hf-neon 5.6.1+git0+04762a9eec
qtlocation-mkspecs cortexa9hf-neon 5.6.1+git0+04762a9eec
qtlocation-plugins cortexa9hf-neon 5.6.1+git0+04762a9eec
qtlocation-qmlplugins cortexa9hf-neon 5.6.1+git0+04762a9eec
qtmultimedia cortexa9hf-neon 5.6.1+git0+d7d31d63db
qtmultimedia-dev cortexa9hf-neon 5.6.1+git0+d7d31d63db
qtmultimedia-mkspecs cortexa9hf-neon 5.6.1+git0+d7d31d63db
qtmultimedia-plugins cortexa9hf-neon 5.6.1+git0+d7d31d63db
qtmultimedia-qmlplugins cortexa9hf-neon 5.6.1+git0+d7d31d63db
qtquickcontrols cortexa9hf-neon 5.6.1+git0+84a26f223b
qtquickcontrols-dev cortexa9hf-neon 5.6.1+git0+84a26f223b
qtquickcontrols-qmldesigner cortexa9hf-neon 5.6.1+git0+84a26f223b
qtquickcontrols-qmlplugins cortexa9hf-neon 5.6.1+git0+84a26f223b
qtscript cortexa9hf-neon 5.6.1+git0+9dc78a2d84
qtscript-dev cortexa9hf-neon 5.6.1+git0+9dc78a2d84
qtscript-mkspecs cortexa9hf-neon 5.6.1+git0+9dc78a2d84
qtsmarthome cortexa9hf-neon 1.0
qtsystems cortexa9hf-neon 5.6.1+git0+434af789f0
qtsystems-dev cortexa9hf-neon 5.6.1+git0+434af789f0
qtsystems-mkspecs cortexa9hf-neon 5.6.1+git0+434af789f0
qtsystems-qmlplugins cortexa9hf-neon 5.6.1+git0+434af789f0
qttools cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttools-dev cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttools-mkspecs cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttools-plugins cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttools-staticdev cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttools-tools cortexa9hf-neon 5.6.1+git0+bda7ece99a
qttranslations-qmlviewer cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qt cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtbase cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtconfig cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtconnectivity cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtdeclarative cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qthelp cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtlocation cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtmultimedia cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtscript cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtwebsockets cortexa9hf-neon 5.6.1+git0+4925f90e9c
qttranslations-qtxmlpatterns cortexa9hf-neon 5.6.1+git0+4925f90e9c
quitbattery cortexa9hf-neon 1.0.0
quitindicators cortexa9hf-neon 1.0.1
randrproto-dev cortexa9hf-neon 1.5.0
recordproto-dev cortexa9hf-neon 1.14.2
renderproto-dev cortexa9hf-neon 0.11.1
rgb cortexa9hf-neon 1.0.6
rmm cortexa9hf-neon 3.2.13
rpcbind cortexa9hf-neon 0.2.3
run-postinsts all 1.0
sato-icon-theme all 0.4.1
sato-screenshot cortexa9hf-neon 0.1+git0+3a9688e8a0
sbc cortexa9hf-neon 1.3
sbc-dev cortexa9hf-neon 1.3
sed cortexa9hf-neon 4.2.2
sed-dev cortexa9hf-neon 4.2.2
settings-daemon cortexa9hf-neon 0.0+git0+9a99528b02
shadow cortexa9hf-neon 4.2.1
shadow-base cortexa9hf-neon 4.2.1
shadow-dev cortexa9hf-neon 4.2.1
shadow-securetty imx6dlrom7421a1 4.2.1
shadow-securetty-dev imx6dlrom7421a1 4.2.1
shared-mime-info cortexa9hf-neon 1.6
shared-mime-info-dev cortexa9hf-neon 1.6
shutdown-desktop all 1.0
slang cortexa9hf-neon 2.2.4
sqlite3 cortexa9hf-neon 3.11.0
st cortexa9hf-neon 1.0
strace cortexa9hf-neon 4.11
stress cortexa9hf-neon 1.0.4
sudo cortexa9hf-neon 1.8.15
susi-iot cortexa9hf-neon 1.0.14160
sysfsutils cortexa9hf-neon 2.1.0
sysklogd cortexa9hf-neon 1.5.1
sysprof cortexa9hf-neon 1.2.0+git0+cd44ee6644
systemtap cortexa9hf-neon 2.9
systemtap-locale-en cortexa9hf-neon 2.9
sysvinit cortexa9hf-neon 2.88dsf
sysvinit-inittab imx6dlrom7421a1 2.88dsf
sysvinit-pidof cortexa9hf-neon 2.88dsf
tar cortexa9hf-neon 1.28
tbb cortexa9hf-neon 4.1
tcf-agent cortexa9hf-neon 1.3.0+git0+b9a735e9c7
tcl cortexa9hf-neon 8.6.4
tcp-wrappers cortexa9hf-neon 7.6
time cortexa9hf-neon 1.7
tiobench cortexa9hf-neon 0.3.3
tk cortexa9hf-neon 8.6.4
tk-lib cortexa9hf-neon 8.6.4
tools cortexa9hf-neon 1.0.0
trace-cmd cortexa9hf-neon 2.6
tslib-calibrate cortexa9hf-neon 1.1
tslib-conf cortexa9hf-neon 1.1
tslib-tests cortexa9hf-neon 1.1
tzdata all 2016f
uci cortexa9hf-neon 2012+03+28.1
udev-cache cortexa9hf-neon 3.1.5
udev-extraconf imx6dlrom7421a1 1.1
udev-rules-imx cortexa9hf-neon 1.0
update-alternatives-opkg cortexa9hf-neon 0.1.8+git0+53274f0875
update-rc.d all 0.7
update-rc.d-dev all 0.7
usbutils cortexa9hf-neon 008
util-linux cortexa9hf-neon 2.27.1
util-linux-cfdisk cortexa9hf-neon 2.27.1
util-linux-fdisk cortexa9hf-neon 2.27.1
util-linux-getopt cortexa9hf-neon 2.27.1
util-linux-losetup cortexa9hf-neon 2.27.1
util-linux-mcookie cortexa9hf-neon 2.27.1
util-linux-mkfs cortexa9hf-neon 2.27.1
util-linux-mount cortexa9hf-neon 2.27.1
util-linux-mountpoint cortexa9hf-neon 2.27.1
util-linux-readprofile cortexa9hf-neon 2.27.1
util-linux-sfdisk cortexa9hf-neon 2.27.1
util-linux-sulogin cortexa9hf-neon 2.27.1
util-linux-swaponoff cortexa9hf-neon 2.27.1
util-linux-umount cortexa9hf-neon 2.27.1
util-macros-dev cortexa9hf-neon 1.19.0
v4l-utils cortexa9hf-neon 1.6.2
valgrind cortexa9hf-neon 3.11.0
vlan cortexa9hf-neon 1.9
vte-locale-en-gb cortexa9hf-neon 0.28.2
vte-termcap cortexa9hf-neon 0.28.2
wireless-tools cortexa9hf-neon 30.pre9
wpa-supplicant cortexa9hf-neon 2.5
wpa-supplicant-cli cortexa9hf-neon 2.5
wpa-supplicant-passphrase cortexa9hf-neon 2.5
x11perf cortexa9hf-neon 1.6.0
xauth cortexa9hf-neon 1.0.9
xcb-proto-dev cortexa9hf-neon 1.11
xcb-util-wm cortexa9hf-neon 0.4.1
xcb-util-wm-dev cortexa9hf-neon 0.4.1
xcursor-transparent-theme all 0.1.1+git0+23c8af5ba4
xdpyinfo cortexa9hf-neon 1.3.2
xextproto-dev cortexa9hf-neon 7.3.0
xf86-input-evdev cortexa9hf-neon 2.10.1
xf86-video-imxfb-vivante cortexa9hf-neon-mx6qdl 5.0.11.p8.6
xf86driproto-dev cortexa9hf-neon 2.1.1
xf86vidmodeproto-dev cortexa9hf-neon 2.3.1
xhost cortexa9hf-neon 1.0.7
xineramaproto-dev cortexa9hf-neon 1.2.1
xinetd cortexa9hf-neon 2.3.15
xinit cortexa9hf-neon 1.3.4
xinput cortexa9hf-neon 1.6.2
xinput-calibrator cortexa9hf-neon 0.7.5+git0+c01c5af807
xkbcomp cortexa9hf-neon 1.3.1
xkeyboard-config cortexa9hf-neon 2.16
xkeyboard-config-dev cortexa9hf-neon 2.16
xkeyboard-config-locale-en-gb cortexa9hf-neon 2.16
xmodmap cortexa9hf-neon 1.0.9
xprop cortexa9hf-neon 1.2.2
xproto-dev cortexa9hf-neon 7.0.28
xrandr cortexa9hf-neon 1.4.3
xrestop cortexa9hf-neon 0.4
xserver-common cortexa9hf-neon-mx6qdl 1.34
xserver-nodm-init cortexa9hf-neon 2.0
xserver-xf86-config imx6dlrom7421a1 0.1
xserver-xorg cortexa9hf-neon-mx6qdl 1.18.0
xserver-xorg-extension-glx cortexa9hf-neon-mx6qdl 1.18.0
xserver-xorg-extension-viv-autohdmi cortexa9hf-neon-mx6qdl 5.0.11.p8.6
xserver-xorg-module-exa cortexa9hf-neon-mx6qdl 1.18.0
xset cortexa9hf-neon 1.2.3
xtrans-dev cortexa9hf-neon 1.3.5
xvideo-tests cortexa9hf-neon 0.1+git0+7d38b881e9
xwininfo cortexa9hf-neon 1.1.3
xz cortexa9hf-neon 5.2.2
xz-dev cortexa9hf-neon 5.2.2

Policies for software add-ons

SUSI4

When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise. Advantech has done all the hard work for our customers with the release of a suite of Software APIs, Application Programming Interfaces, which is a Bridge to Simplify & Enhance H/W & Application Implementation Efficiency. Nowadays, Advantech provides our sample application demos, HW drivers and APIs. The drivers which are keeping in maintain included Secured & Unified Smart Interface (SUSI) 4.0, 3.02 and iManager 2.0. The only SUSI4 driver is on developing, so we recommend SUSI4 to new customers.

WISE Agent

WISE Agent – a software development framework to communicate between device and RMM Server.
Advantech provides a software development framework to communicate and exchange information between a device and RMM Server called a WISE Agent framework.
The WISE Agent framework provides a rich set of user-friendly, intelligent and integrated interfaces, which speeds development, enhances security and makes agent application easier and simpler to communicate with RMM Server.


Installation methods and media

We will produce a live .sdcard iso image. The primary target for this image will be SD card

Hardware requirements

Please get ELAA ROM-3420DK and ROM-7421DK start kit  

Software user guide

Yocto 2.1 software user guide