Moving from LTIB to Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Moving from LTIB to Yocto

17,255 Views
venkatesh_raika
Contributor II

HI All,

I am interested in using Yocto for my upcoming project  and i want to get started using it on my imx6 board.

I tried building a Yocto image and tested that on imx6 board , image works fine. :-)

But when i tried to understand and see how i can cross compile my application for the platform i was totally confused  on what to do and what not .

I am confused what to use and how to setup the cross compilation environment , ADT ? or Poky ? and how to add these after i already a a successful image build ? how to use the existing build  that was created ?

Can somebody please suggest some simple steps that need to setup the following :

1) Install SDK to do the cross compilation environment for imx6 (AI ) with support for gui ( like  QT)

2) Create a gui build for imx6 ( AI) ( build with gui tools like Qt supported )

3) How to setup cross compilation environment to cross compile gui or normal application and test it on the board.

Regards,

18 Replies

7,467 Views
LeonardoSandova
Specialist I

BTW, this can table can help the transition

https://community.freescale.com/docs/DOC-94874

Leo

7,467 Views
ramakanthkesire
Contributor II

I tried to move from LTIB to Yocto. I could run examples created with the image as mentioned in https://community.freescale.com/docs/DOC-99366#comment-11516

However, when I tried to cross compile Qt with toolchain created(using bitbake meta-toolchain), it is giving errors like below:

obj/qguivariantanimation.o: In function `(anonymous namespace)::qUnregisterGuiGetInterpolator_dtor_class_::~qUnregisterGuiGetInterpolator_dtor_class_()':
qguivariantanimation.cpp:(.text+0x10): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x1c): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x28): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x34): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x40): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
.obj/qguivariantanimation.o:qguivariantanimation.cpp:(.text.startup+0x18): more undefined references to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void c

onst*, float), int)' follow
collect2: error: ld returned 1 exit status
make[3]: *** [../../lib/libQt5Gui.so.5.3.0] Error 1
make[3]: Leaving directory `/home/kishore/Qt5_IMX6/qt-everywhere-opensource-src-5.3.0-beta/qtbase/src/gui'
make[2]: *** [sub-gui-make_first] Error 2
make[2]: Leaving directory `/home/kishore/Qt5_IMX6/qt-everywhere-opensource-src-5.3.0-beta/qtbase/src'
make[1]: *** [sub-src-make_first] Error 2
make[1]: Leaving directory `/home/kishore/Qt5_IMX6/qt-everywhere-opensource-src-5.3.0-beta/qtbase'
make: *** [module-qtbase-make_first] Error 2

Thanks in advance.


PS:The target board is SabreAI IMX6 board and host system is 32 bit Ubuntu machine.

0 Kudos

7,467 Views
OtavioSalvador
Senior Contributor II

You don't need to cross-build the Qt byhand. We have support for Qt5 toolchain in meta-qt5 layer.

0 Kudos

7,467 Views
ramakanthkesire
Contributor II

I did add meta-qt5 in bblayers.conf and added required modules in local.conf..The qt5 examples are working fine on Sabre AI board.

I would like to cross compile my application..So I need to have qmake(which is created using cross compiler qt5)..Please let me know how can I do..

0 Kudos

7,467 Views
OtavioSalvador
Senior Contributor II

Yes, as I said we have this in meta-qt5:

$: bitbake meta-toolchain-qt5

should do the trick.

0 Kudos

7,467 Views
ramakanthkesire
Contributor II

so bitbaking meta-toolchain-qt5 created a toolchain with qt5 included.

I tried to set up the environment with the script  of the toolchain setting qmake path to /opt/poky/1.6+snapshot/sysroots/i686-pokysdk-linux/usr/bin/qt5.


But QMAKE_SPEC takes invalid conf i.e. /fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/lib/qt5/mkspecs/linux-oe-g++ which throws an error make:c command not found while building the sample app.


Please let me know how to setup the path and correct sysroot.

0 Kudos

7,467 Views
ramakanthkesire
Contributor II

Iam bitbaking but at the end throws below qtquickcontrols error..Atleast in the earlier recipes, this problem didnot occur..am using master-next branch.

ERROR: qtquickcontrols not found in the base feeds

ERROR: Function failed: do_rootfs

ERROR: Logfile of failure stored in: /home/kishore/Yocto_Qt/fsl-community-bsp/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.28549

ERROR: Task 7 (/home/kishore/Yocto_Qt/fsl-community-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'.

Please let me know the solution for the same.

0 Kudos

7,467 Views
OtavioSalvador
Senior Contributor II

Hello,

Yes, I have fixed this in master and daisy branches of meta-qt5. Please update and try again.

Best Regards,

0 Kudos

7,466 Views
ramakanthkesire
Contributor II

Thanks for the quick reponse.

Shall I update with master branch instead of master-next to fix the issue?

As I had to do bitbake <qtmodule> -f -c compile in master-next branch of meta-qt5 for recompiling every module, hope this is also

fixed in master branch.

Please let me know on how to add sample application directly in meta-qt5 recipe though I tried to do similar to cinematic experience.

It throws an error when bitbake Helloworld

Error: build/tmp/work/Helloworld/1.0-r0/Helloworld_1.0//*.pro not found

Helloworld folder content is not getting copied into "build/tmp/work/Helloworld/1.0-r0/Helloworld_1.0/"

0 Kudos

7,467 Views
OtavioSalvador
Senior Contributor II

Hello,

You can use master; don't use master-next for daily work (and for products, stick to daisy) as it breaks often.

For updating, bitbake will do the right thing and rebuild the need recipes so you don't need to force anything. Once you confirm it fixes your toolchain issue please mark the answer as correct or helpful.

Regarding adding sample application we can offer you consultancy services to help your development. If you have interest on it please contact me privately.

Regards,

0 Kudos

7,466 Views
ramakanthkesire
Contributor II

I need to use Qt5.3 as QtMultimedia and QtLocation is matured in Qt5.3 which is as per our project needs.
I tried with master branch with the below steps as mentioned in https://community.freescale.com/docs/DOC-100419


•Setup your repo: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master; repo sync •Download meta-qt5 branch: cd sources; git clone -b jansa/qt5-5.3.0-beta1 https://github.com/meta-qt5/meta-qt5.git
•Checkout a specific revision: cd meta-qt5; git checkout 92be18a3a14deed9d38b8fc6e89f09ba4d730597

However, it throws below error when I do bitbake core-image-minimal.

DEBUG: Executing python function do_unpack
DEBUG: Executing python function base_do_unpack
NOTE: Unpacking /home/ramakanth/master/fsl-community-bsp/downloads/icu4c-53_1-src.tgz to /home/ramakanth/master/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/icu/53.1-r0/

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
DEBUG: Python function base_do_unpack finished
DEBUG: Python function do_unpack finished
ERROR: Function failed: Unpack failure for URL: 'http://download.icu-project.org/files/icu4c/53.1/icu4c-53_1-src.tgz'. Unpack command PATH="/home/ramakanth/master/fsl-community-bsp/sources/poky/scripts:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin/arm-poky-linux-gnueabi:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/imx6qsabreauto/usr/bin/crossscripts:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/sbin:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/i686-linux/sbin:/home/ramakanth/master/fsl-community-bsp/build/tmp/sysroots/i686-linux/bin:/home/ramakanth/master/fsl-community-bsp/sources/poky/scripts:/home/ramakanth/master/fsl-community-bsp/sources/poky/bitbake/bin:/home/ramakanth/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" tar xz --no-same-owner -f /home/ramakanth/master/fsl-community-bsp/downloads/icu4c-53_1-src.tgz failed with return value 2

0 Kudos

7,466 Views
OtavioSalvador
Senior Contributor II

The icu tarball file seems corrupted.

Do:

$: bitbake icu -c cleanall

and try again.

0 Kudos

7,466 Views
ramakanthkesire
Contributor II

am using master branch but still getting below qtquickcontrols error:

ERROR: qtquickcontrols not found in the base feeds (imx6qsabreauto cortexa9hf-vfp-neon-mx6 cortexa9hf-vfp-neon cortexa9hf-vfp armv7ahf-vfp-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all).

acl-2.2.52-r0@cortexa9hf_vfp_neon acl-dbg-2.2.52-r0@cortexa9hf_vfp_neon acl-dev-2.2.52-r0@cortexa9hf_vfp_neon acl-doc-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-de-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-es-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-fr-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-gl-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-pl-2.2.52-r0@cortexa9hf_vfp_neon acl-locale-sv-2.2.52-r0@cortexa9hf_vfp_neon acl-ptest-2.2.52-r0@cortexa9hf_vfp_neon alsa-conf-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-conf-base-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-dev-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-lib-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-lib-dbg-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-lib-dev-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-server-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-state-0.2.0-r5@imx6qsabreauto alsa-state-dbg-0.2.0-r5@imx6qsabreauto alsa-state-dev-0.2.0-r5@imx6qsabreauto alsa-states-0.2.0-r5@imx6qsabreauto alsa-tools-1.0.27-r0@cortexa9hf_vfp_neon alsa-tools-dbg-1.0.27-r0@cortexa9hf_vfp_neon alsa-tools-dev-1.0.27-r0@cortexa9hf_vfp_neon alsa-tools-doc-1.0.27-r0@cortexa9hf_vfp_neon alsa-utils-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-aconnect-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-alsaconf-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-alsactl-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-alsaloop-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-alsamixer-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-alsaucm-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-amixer-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-aplay-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-aseqdump-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-aseqnet-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-dbg-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-dev-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-doc-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-iecset-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-locale-de-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-locale-fr-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-locale-ja-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-locale-ru-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-midi-1.0.27.2-r0@cortexa9hf_vfp_neon alsa-utils-speakertest-1.0.27.2-r0@cortexa9hf_vfp_neon attr-2.4.47-r0@cortexa9hf_vfp_neon attr-dbg-2.4.47-r0@cortexa9hf_vfp_neon attr-dev-2.4.47-r0@cortexa9hf_vfp_neon attr-doc-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-cs-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-de-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-es-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-fr-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-gl-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-nl-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-pl-2.4.47-r0@cortexa9hf_vfp_neon attr-locale-sv-2.4.47-r0@cortexa9hf_vfp_neon attr-ptest-2.4.47-r0@cortexa9hf_vfp_neon avahi-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-autoipd-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-daemon-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-dbg-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-dev-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-dnsconfd-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-doc-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-bg-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-ca-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-cs-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-da-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-de-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-el-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-en-au-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-en-ca-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-en-gb-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-en-nz-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-es-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-fi-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-fo-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-fr-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-gl-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-he-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-hu-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-id-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-it-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-ja-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-ms-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-nl-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-pl-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-pt-br-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-ro-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-ru-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-sl-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-sr-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-sr+latin-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-sv-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-uk-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-zh-cn-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-locale-zh-tw-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-staticdev-0.6.31-r11.1@cortexa9hf_vfp_neon avahi-utils-0.6.31-r11.1@cortexa9hf_vfp_neon babeltrace-1.2.1+git0+66c2a20b43-r0@cortexa9hf_vfp_neon babeltrace-dbg-1.2.1+git0+66c2a20b43-r0@cortexa9hf_vfp_neon babeltrace-dev-1.2.1+git0+66c2a20b43-r0@cortexa9hf_vfp_neon babeltrace-doc-1.2.1+git0+66c2a20b43-r0@cortexa9hf_vfp_neon babeltrace-staticdev-1.2.1+git0+66c2a20b43-r0@cortexa9hf_vfp_neon base-files-3.0.14-r89@imx6qsabreauto base-files-dbg-3.0.14-r89@imx6qsabreauto base-files-dev-3.0.14-r89@imx6qsabreauto base-files-doc-3.0.14-r89@imx6qsabreauto base-passwd-3.5.29-r0@cortexa9hf_vfp_neon base-passwd-dbg-3.5.29-r0@cortexa9hf_vfp_neon base-passwd-dev-3.5.29-r0@cortexa9hf_vfp_neon base-passwd-doc-3.5.29-r0@cortexa9hf_vfp_neon base-passwd-update-3.5.29-r0@cortexa9hf_vfp_neon bash-4.3-r0@cortexa9hf_vfp_neon bash-dbg-4.3-r0@cortexa9hf_vfp_neon bash-dev-4.3-r0@cortexa9hf_vfp_neon bash-doc-4.3-r0@cortexa9hf_vfp_neon bash-ptest-4.3-r0@cortexa9hf_vfp_neon binutils-2.24-r0@cortexa9hf_vfp_neon binutils-dbg-2.24-r0@cortexa9hf_vfp_neon binutils-dev-2.24-r0@cortexa9hf_vfp_neon binutils-doc-2.24-r0@cortexa9hf_vfp_neon binutils-locale-bg-2.24-r0@cortexa9hf_vfp_neon binutils-locale-da-2.24-r0@cortexa9hf_vfp_neon binutils-locale-de-2.24-r0@cortexa9hf_vfp_neon binutils-locale-eo-2.24-r0@cortexa9hf_vfp_neon binutils-locale-es-2.24-r0@cortexa9hf_vfp_neon binutils-locale-fi-2.24-r0@cortexa9hf_vfp_neon binutils-locale-fr-2.24-r0@cortexa9hf_vfp_neon binutils-locale-ga-2.24-r0@cortexa9hf_vfp_neon binutils-locale-hr-2.24-r0@cortexa9hf_vfp_neon binutils-locale-id-2.24-r0@cortexa9hf_vfp_neon binutils-locale-it-2.24-r0@cortexa9hf_vfp_neon binutils-locale-ja-2.24-r0@cortexa9hf_vfp_neon binutils-locale-ms-2.24-r0@cortexa9hf_vfp_neon binutils-locale-nl-2.24-r0@cortexa9hf_vfp_neon binutils-locale-pt-br-2.24-r0@cortexa9hf_vfp_neon binutils-locale-ro-2.24-r0@cortexa9hf_vfp_neon binutils-locale-ru-2.24-r0@cortexa9hf_vfp_neon binutils-locale-rw-2.24-r0@cortexa9hf_vfp_neon binutils-locale-sk-2.24-r0@cortexa9hf_vfp_neon binutils-locale-sr-2.24-r0@cortexa9hf_vfp_neon binutils-locale-sv-2.24-r0@cortexa9hf_vfp_neon binutils-locale-tr-2.24-r0@cortexa9hf_vfp_neon binutils-locale-uk-2.24-r0@cortexa9hf_vfp_neon binutils-locale-vi-2.24-r0@cortexa9hf_vfp_neon binutils-locale-zh-cn-2.24-r0@cortexa9hf_vfp_neon binutils-locale-zh-tw-2.24-r0@cortexa9hf_vfp_neon binutils-staticdev-2.24-r0@cortexa9hf_vfp_neon bison-2.7.1-r0@cortexa9hf_vfp_neon bison-dbg-2.7.1-r0@cortexa9hf_vfp_neon bison-dev-2.7.1-r0@cortexa9hf_vfp_neon bison-doc-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ast-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-da-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-de-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-el-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-eo-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-es-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-et-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-fi-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-fr-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ga-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-gl-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-hr-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-hu-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-id-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-it-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ja-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ky-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-lt-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-lv-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ms-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-nb-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-nl-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-pl-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-pt-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-pt-br-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ro-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-ru-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-sl-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-sq-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-sr-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-sv-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-th-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-tr-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-uk-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-vi-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-zh-cn-2.7.1-r0@cortexa9hf_vfp_neon bison-locale-zh-tw-2.7.1-r0@cortexa9hf_vfp_neon bison-staticdev-2.7.1-r0@cortexa9hf_vfp_neon blktrace-1.0.5+git0+d6918c8832-r6@cortexa9hf_vfp_neon blktrace-dbg-1.0.5+git0+d6918c8832-r6@cortexa9hf_vfp_neon blktrace-dev-1.0.5+git0+d6918c8832-r6@cortexa9hf_vfp_neon blktrace-doc-1.0.5+git0+d6918c8832-r6@cortexa9hf_vfp_neon bluez-hcidump-2.5-r1@cortexa9hf_vfp_neon bluez-hcidump-dbg-2.5-r1@cortexa9hf_vfp_neon bluez-hcidump-dev-2.5-r1@cortexa9hf_vfp_neon bluez-hcidump-doc-2.5-r1@cortexa9hf_vfp_neon bluez4-4.101-r11@cortexa9hf_vfp_neon bluez4-dbg-4.101-r11@cortexa9hf_vfp_neon bluez4-dev-4.101-r11@cortexa9hf_vfp_neon bluez4-doc-4.101-r11@cortexa9hf_vfp_neon bluez4-testtools-4.101-r11@cortexa9hf_vfp_neon bonnie++-1.03e-r0@cortexa9hf_vfp_neon bonnie++-dbg-1.03e-r0@cortexa9hf_vfp_neon bonnie++-dev-1.03e-r0@cortexa9hf_vfp_neon bonnie-scripts-1.03e-r0@cortexa9hf_vfp_neon busybox-1.22.1-r32@cortexa9hf_vfp_neon busybox-dbg-1.22.1-r32@cortexa9hf_vfp_neon busybox-dev-1.22.1-r32@cortexa9hf_vfp_neon busybox-hwclock-1.22.1-r32@cortexa9hf_vfp_neon busybox-ptest-1.22.1-r32@cortexa9hf_vfp_neon busybox-syslog-1.22.1-r32@cortexa9hf_vfp_neon busybox-udhcpc-1.22.1-r32@cortexa9hf_vfp_neon busybox-udhcpd-1.22.1-r32@cortexa9hf_vfp_neon bzip2-1.0.6-r5@cortexa9hf_vfp_neon bzip2-dbg-1.0.6-r5@cortexa9hf_vfp_neon bzip2-dev-1.0.6-r5@cortexa9hf_vfp_neon bzip2-doc-1.0.6-r5@cortexa9hf_vfp_neon bzip2-ptest-1.0.6-r5@cortexa9hf_vfp_neon catchsegv-2.19-r0@cortexa9hf_vfp_neon cinematicexperience-1.0-r0@cortexa9hf_vfp_neon cinematicexperience-dbg-1.0-r0@cortexa9hf_vfp_neon cinematicexperience-dev-1.0-r0@cortexa9hf_vfp_neon coreutils-8.22-r0@cortexa9hf_vfp_neon coreutils-dbg-8.22-r0@cortexa9hf_vfp_neon coreutils-dev-8.22-r0@cortexa9hf_vfp_neon coreutils-doc-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-af-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-be-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-bg-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ca-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-cs-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-da-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-de-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-el-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-eo-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-es-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-et-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-eu-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-fi-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-fr-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ga-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-gl-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-hr-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-hu-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ia-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-id-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-it-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ja-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-kk-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ko-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-lg-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-lt-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ms-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-nb-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-nl-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-pl-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-pt-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-pt-br-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ro-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-ru-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-sk-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-sl-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-sv-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-tr-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-uk-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-vi-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-zh-cn-8.22-r0@cortexa9hf_vfp_neon coreutils-locale-zh-tw-8.22-r0@cortexa9hf_vfp_neon cpp-4.9.0-r0@cortexa9hf_vfp_neon cpp-symlinks-4.9.0-r0@cortexa9hf_vfp_neon cpuburn-neon-20120610-r0@cortexa9hf_vfp_neon cpuburn-neon-dbg-20120610-r0@cortexa9hf_vfp_neon cpuburn-neon-dev-20120610-r0@cortexa9hf_vfp_neon cpufrequtils-008-r5@cortexa9hf_vfp_neon cpufrequtils-dbg-008-r5@cortexa9hf_vfp_neon cpufrequtils-dev-008-r5@cortexa9hf_vfp_neon cpufrequtils-doc-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-ca-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-cs-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-de-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-fr-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-it-008-r5@cortexa9hf_vfp_neon cpufrequtils-locale-pt-008-r5@cortexa9hf_vfp_neon cryptodev-linux-1.6-r0@cortexa9hf_vfp_neon cryptodev-linux-dbg-1.6-r0@cortexa9hf_vfp_neon cryptodev-linux-dev-1.6-r0@cortexa9hf_vfp_neon db-5.3.21-r0@cortexa9hf_vfp_neon db-bin-5.3.21-r0@cortexa9hf_vfp_neon db-cxx-5.3.21-r0@cortexa9hf_vfp_neon db-dbg-5.3.21-r0@cortexa9hf_vfp_neon db-dev-5.3.21-r0@cortexa9hf_vfp_neon db-doc-5.3.21-r0@cortexa9hf_vfp_neon db-staticdev-5.3.21-r0@cortexa9hf_vfp_neon dbench-4.0-r0@cortexa9hf_vfp_neon dbench-dbg-4.0-r0@cortexa9hf_vfp_neon dbench-dev-4.0-r0@cortexa9hf_vfp_neon dbench-doc-4.0-r0@cortexa9hf_vfp_neon dbus-1-1.8.2-r0@cortexa9hf_vfp_neon dbus-dbg-1.8.2-r0@cortexa9hf_vfp_neon dbus-dev-1.8.2-r0@cortexa9hf_vfp_neon dbus-doc-1.8.2-r0@cortexa9hf_vfp_neon dbus-staticdev-1.8.2-r0@cortexa9hf_vfp_neon debianutils-4.4-r0@cortexa9hf_vfp_neon debianutils-dbg-4.4-r0@cortexa9hf_vfp_neon debianutils-dev-4.4-r0@cortexa9hf_vfp_neon debianutils-doc-4.4-r0@cortexa9hf_vfp_neon depmodwrapper-cross-1.0-r0@imx6qsabreauto depmodwrapper-cross-dbg-1.0-r0@imx6qsabreauto depmodwrapper-cross-dev-1.0-r0@imx6qsabreauto dgawk-4.0.2-r0@cortexa9hf_vfp_neon diffutils-3.3-r0@cortexa9hf_vfp_neon diffutils-dbg-3.3-r0@cortexa9hf_vfp_neon diffutils-dev-3.3-r0@cortexa9hf_vfp_neon diffutils-doc-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ca-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-cs-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-da-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-de-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-el-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-eo-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-es-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-fi-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-fr-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ga-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-gl-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-he-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-hr-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-hu-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-id-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-it-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ja-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-lv-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ms-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-nl-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-pl-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-pt-br-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ro-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-ru-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-sr-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-sv-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-tr-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-uk-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-vi-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-zh-cn-3.3-r0@cortexa9hf_vfp_neon diffutils-locale-zh-tw-3.3-r0@cortexa9hf_vfp_neon diffutils-ptest-3.3-r0@cortexa9hf_vfp_neon dosfstools-2.11-r5@cortexa9hf_vfp_neon dosfstools-dbg-2.11-r5@cortexa9hf_vfp_neon dosfstools-dev-2.11-r5@cortexa9hf_vfp_neon dosfstools-doc-2.11-r5@cortexa9hf_vfp_neon e2fsprogs-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-badblocks-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-dbg-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-dev-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-doc-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-e2fsck-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-mke2fs-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-staticdev-1.42.9-r0@cortexa9hf_vfp_neon e2fsprogs-tune2fs-1.42.9-r0@cortexa9hf_vfp_neon eglibc-binaries-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-aa-dj-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-aa-dj.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-af-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-af-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ak-gh-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-an-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-an-es.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-anp-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ae-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ae.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-bh-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-bh.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-dz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-dz.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-eg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-eg.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-iq-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-iq.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-jo-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-jo.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-kw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-kw.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-lb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-lb.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ly-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ly.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ma-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ma.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-om-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-om.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-qa-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-qa.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sa-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sa.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sd-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sd.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ss-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sy-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-sy.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-tn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-tn.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ye-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ar-ye.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-as-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ast-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ast-es.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ayc-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-az-az-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-be-by-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-be-by+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-be-by.cp1251-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bem-zm-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ber-dz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ber-ma-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bg-bg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bg-bg.cp1251-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bho-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bn-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bo-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bo-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-br-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-br-fr+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-br-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-brx-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bs-ba-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-bs-ba.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-ad-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-ad.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-fr.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-it-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ca-it.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cmn-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-crh-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cs-cz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cs-cz.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-csb-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cv-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cy-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-cy-gb.iso-8859-14-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-da-dk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-da-dk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-at-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-at+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-at.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-be-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-de-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-de+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-de.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-lu+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-de-lu.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-doi-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-dv-mv-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-dz-bt-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-el-cy-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-el-cy.iso-8859-7-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-el-gr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-el-gr.iso-8859-7-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ag-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-au-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-au.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-bw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-bw.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ca.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-dk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-dk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-hk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ie-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ie+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ie.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-nz.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-ph.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-sg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-sg.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-us-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-us.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-zm-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-zw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-en-zw.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ar-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ar.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-bo-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-bo.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-cl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-cl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-co-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-co.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-cr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-cu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-do-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-do.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ec-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ec.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-gt-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-gt.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-hn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-hn.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-mx-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-mx.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ni-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ni.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pa-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pa.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pe.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-pr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-py-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-py.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-sv-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-sv.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-us-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-us.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-uy-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-uy.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ve-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-es-ve.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-et-ee-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-et-ee.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-et-ee.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-eu-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-eu-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-eu-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fa-ir-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ff-sn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fi-fi-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fi-fi+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fi-fi.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fil-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fo-fo-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fo-fo.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-be-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-ca.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-fr+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-lu+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fr-lu.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fur-it-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fy-de-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-fy-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ga-ie-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ga-ie+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ga-ie.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gd-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gd-gb.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gl-es-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gl-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gl-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gu-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gv-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-gv-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ha-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hak-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-he-il-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-he-il.iso-8859-8-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hi-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hne-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hr-hr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hr-hr.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hsb-de-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hsb-de.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ht-ht-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hu-hu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hu-hu.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hy-am-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-hy-am.armscii-8-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ia-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-id-id-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-id-id.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ig-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ik-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-is-is-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-is-is.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-it-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-it-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-it-it-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-it-it+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-it-it.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-iu-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-iw-il-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-iw-il.iso-8859-8-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ja-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ja-jp.euc-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ka-ge-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ka-ge.georgian-ps-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kk-kz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kk-kz.pt154-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kl-gl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kl-gl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-km-kh-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kn-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ko-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ko-kr.euc-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kok-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ks-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ks-in+devanagari-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ku-tr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ku-tr.iso-8859-9-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kw-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-kw-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ky-kg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lb-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lg-ug-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lg-ug.iso-8859-10-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-li-be-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-li-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lij-it-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lo-la-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lt-lt-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lt-lt.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lv-lv-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lv-lv.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-lzh-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mag-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mai-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mg-mg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mg-mg.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mhr-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mi-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mi-nz.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mk-mk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mk-mk.iso-8859-5-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ml-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mni-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mr-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ms-my-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ms-my.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mt-mt-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-mt-mt.iso-8859-3-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-my-mm-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nan-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nan-tw+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nb-no-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nb-no.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nds-de-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nds-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ne-np-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nhn-mx-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-niu-nu-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-niu-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-aw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-be-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-nl+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nl-nl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nn-no-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nn-no.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nr-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-nso-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-oc-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-oc-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-om-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-om-ke.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-or-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-os-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pa-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pa-pk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pap-an-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pap-aw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pap-cw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pl-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pl-pl.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ps-af-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pt-br-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pt-br.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pt-pt-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pt-pt+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-pt-pt.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-quz-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ro-ro-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ro-ro.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ru-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ru-ru.iso-8859-5-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ru-ru.koi8-r-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ru-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ru-ua.koi8-u-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-rw-rw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sa-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sat-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sc-it-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sd-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sd-in+devanagari-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-se-no-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-shs-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-si-lk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sk-sk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sk-sk.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sl-si-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sl-si.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-dj-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-dj.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-ke.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-so-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-so-so.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sq-al-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sq-al.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sq-mk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sr-me-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sr-rs-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sr-rs+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ss-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-st-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-st-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sv-fi-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sv-fi+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sv-fi.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sv-se-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sv-se.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sw-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-sw-tz-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-szl-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ta-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ta-lk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tg-tj-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tg-tj.koi8-t-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-th-th-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-th-th.tis-620-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-the-np-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tk-tm-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tl-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tl-ph.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tn-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tr-cy-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tr-cy.iso-8859-9-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ts-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tt-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-tt-ru+iqtelif-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ug-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-uk-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-uk-ua.koi8-u-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-unm-us-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ur-in-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ur-pk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-uz-uz+cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-uz-uz.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-ve-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-vi-vn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-wa-be-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-wa-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-wa-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-wae-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-wo-sn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-xh-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-xh-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-yi-us-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-yi-us.cp1255-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-yo-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-yue-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-cn.gb18030-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-cn.gb2312-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-cn.gbk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-hk.big5-hkscs-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-sg-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-sg.gb2312-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-sg.gbk-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-tw.big5-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zh-tw.euc-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zu-za-2.19-r0@cortexa9hf_vfp_neon eglibc-binary-localedata-zu-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ansi-x3.110-1983-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ansi-x3.4-1968-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-armscii-8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-asmo-449-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-big5-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-big5-hkscs-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-brf-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-bs-4730-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-bs-viewdata-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp10007-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1125-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1250-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1251-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1252-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1253-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1254-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1255-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1256-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1257-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp1258-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp737-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp770-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp771-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp772-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp773-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp774-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp775-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cp949-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-csa-z243.4-1985-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-csa-z243.4-1985-2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-csa-z243.4-1985-gr-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-csn-369103-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-cwi-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-dec-mcs-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-din-66003-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ds-2089-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-at-de-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-at-de-a-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-ca-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-dk-no-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-dk-no-a-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-es-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-es-a-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-es-s-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-fi-se-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-fi-se-a-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-is-friss-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-it-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-pt-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-uk-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ebcdic-us-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ecma-cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-es-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-es2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-euc-jisx0213-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-euc-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-euc-jp-ms-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-euc-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-euc-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-gb-1988-80-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-gb18030-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-gb2312-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-gbk-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-georgian-academy-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-georgian-ps-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-gost-19768-74-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-greek-ccitt-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-greek7-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-greek7-old-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-hp-greek8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-hp-roman8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-hp-roman9-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-hp-thai8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-hp-turkish8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm037-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm038-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1004-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1026-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1047-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1124-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1129-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1132-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1133-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1160-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1161-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1162-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1163-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm1164-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm256-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm273-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm274-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm275-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm277-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm278-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm280-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm281-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm284-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm285-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm290-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm297-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm420-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm423-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm424-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm437-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm500-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm850-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm851-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm852-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm855-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm856-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm857-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm860-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm861-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm862-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm863-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm864-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm865-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm866-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm866nav-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm868-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm869-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm870-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm871-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm874-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm875-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm880-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm891-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm903-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm904-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm905-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm918-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ibm922-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iec-p27-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-inis-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-inis-8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-inis-cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-invariant-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-isiri-3342-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-10367-box-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-10646-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-11548-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-2033-1983-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-5427-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-5427-ext-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-5428-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-646.basic-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-646.irv-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-6937-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-6937-2-25-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-6937-2-add-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-1+gl-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-10-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-11-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-13-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-14-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-16-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-3-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-4-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-5-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-7-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-9-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-9e-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-8859-supp-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-ir-197-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-ir-209-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-iso-ir-90-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-it-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6220-1969-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6220-1969-ro-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-a-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-b-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-b-add-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-hand-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-hand-add-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-c6229-1984-kana-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jis-x0201-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-johab-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jus-i.b1.002-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jus-i.b1.003-mac-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-jus-i.b1.003-serb-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-koi-8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-koi8-r-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-koi8-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-koi8-t-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-koi8-u-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ksc5636-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-latin-greek-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-latin-greek-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mac-centraleurope-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mac-cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mac-is-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mac-sami-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mac-uk-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-macintosh-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-mik-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-msz-7795.3-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nats-dano-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nats-dano-add-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nats-sefi-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nats-sefi-add-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nc-nc00-10-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nextstep-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nf-z-62-010-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-nf-z-62-010-1973-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ns-4551-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-ns-4551-2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-pt-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-pt154-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-pt2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-rk1048-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-sami-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-sami-ws2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-sen-850200-b-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-sen-850200-c-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-shift-jis-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-shift-jisx0213-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-t.101-g2-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-t.61-7bit-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-t.61-8bit-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-tcvn5712-1-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-tis-620-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-tscii-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-utf-8-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-videotex-suppl-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-viscii-2.19-r0@cortexa9hf_vfp_neon eglibc-charmap-windows-31j-2.19-r0@cortexa9hf_vfp_neon eglibc-charmaps-2.19-r0@cortexa9hf_vfp_neon eglibc-doc-2.19-r0@cortexa9hf_vfp_neon eglibc-extra-nss-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ansi-x3.110-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-armscii-8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-asmo-449-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-big5-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-big5hkscs-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-brf-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp10007-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1125-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1250-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1251-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1252-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1253-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1254-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1255-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1256-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1257-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp1258-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp737-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp770-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp771-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp772-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp773-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp774-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp775-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cp932-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-csn-369103-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-cwi-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-dec-mcs-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-at-de-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-at-de-a-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-ca-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-dk-no-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-dk-no-a-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-es-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-es-a-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-es-s-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-fi-se-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-fi-se-a-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-is-friss-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-it-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-pt-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-uk-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ebcdic-us-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ecma-cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-jisx0213-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-jp-ms-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-euc-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-gb18030-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-gbbig5-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-gbgbk-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-gbk-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-georgian-academy-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-georgian-ps-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-gost-19768-74-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-greek-ccitt-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-greek7-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-greek7-old-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-hp-greek8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-hp-roman8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-hp-roman9-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-hp-thai8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-hp-turkish8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm037-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm038-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1004-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1008-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1008-420-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1025-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1026-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1046-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1047-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1097-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1112-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1122-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1123-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1124-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1129-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1130-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1132-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1133-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1137-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1140-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1141-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1142-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1143-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1144-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1145-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1146-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1147-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1148-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1149-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1153-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1154-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1155-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1156-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1157-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1158-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1160-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1161-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1162-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1163-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1164-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1166-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1167-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm12712-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1364-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1371-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1388-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1390-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm1399-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm16804-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm256-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm273-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm274-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm275-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm277-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm278-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm280-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm281-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm284-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm285-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm290-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm297-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm420-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm423-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm424-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm437-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm4517-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm4899-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm4909-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm4971-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm500-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm5347-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm803-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm850-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm851-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm852-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm855-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm856-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm857-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm860-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm861-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm862-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm863-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm864-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm865-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm866-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm866nav-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm868-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm869-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm870-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm871-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm874-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm875-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm880-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm891-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm901-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm902-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm903-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm9030-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm904-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm905-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm9066-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm918-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm921-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm922-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm930-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm932-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm933-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm935-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm937-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm939-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm943-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-ibm9448-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iec-p27-1-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-inis-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-inis-8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-inis-cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-isiri-3342-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-10367-box-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-11548-1-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2022-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2022-cn-ext-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2022-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2022-jp-3-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2022-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-2033-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-5427-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-5427-ext-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-5428-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-6937-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-6937-2-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-ir-197-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso-ir-209-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso646-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-1-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-10-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-11-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-13-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-14-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-15-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-16-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-2-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-3-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-4-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-5-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-6-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-7-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-9-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-iso8859-9e-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-johab-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-koi-8-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-koi8-r-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-koi8-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-koi8-t-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-koi8-u-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-latin-greek-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-latin-greek-1-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libcns-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libgb-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libisoir165-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libjis-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libjisx0213-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-libksc-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-mac-centraleurope-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-mac-is-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-mac-sami-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-mac-uk-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-macintosh-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-mik-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-nats-dano-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-nats-sefi-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-pt154-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-rk1048-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-sami-ws2-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-shift-jisx0213-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-sjis-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-t.61-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-tcvn5712-1-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-tis-620-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-tscii-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-uhc-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-unicode-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-utf-16-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-utf-32-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-utf-7-2.19-r0@cortexa9hf_vfp_neon eglibc-gconv-viscii-2.19-r0@cortexa9hf_vfp_neon eglibc-gconvs-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-be-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-bg-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-cs-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-da-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-dbg-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-de-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-el-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-en-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-eo-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-es-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-fi-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-gl-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-hr-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-hu-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-ia-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-id-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-it-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-ja-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-ko-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-locale.alias-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-lt-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-nb-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-pt-br-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-rw-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-sk-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-sl-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-sv-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-tr-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-uk-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-vi-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-zh-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-locale-zh-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-aa-dj-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-aa-er-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-aa-er+saaho-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-aa-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-af-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ak-gh-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-am-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-an-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-anp-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-ae-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-bh-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-dz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-eg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-iq-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-jo-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-kw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-lb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-ly-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-ma-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-om-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-qa-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-sa-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-sd-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-ss-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-sy-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-tn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ar-ye-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-as-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ast-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ayc-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-az-az-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-be-by-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-be-by+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bem-zm-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ber-dz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ber-ma-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bg-bg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bho-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bn-bd-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bn-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bo-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bo-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-br-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-br-fr+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-brx-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-bs-ba-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-byn-er-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ca-ad-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ca-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ca-es+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ca-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ca-it-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-cmn-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-crh-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-cs-cz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-csb-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-cv-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-cy-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-da-dk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-at-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-at+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-be-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-be+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-de-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-de+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-de-lu+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-doi-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-dv-mv-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-dz-bt-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-el-cy-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-el-gr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-el-gr+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ag-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-au-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-bw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-dk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ie-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ie+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-sg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-us-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-zm-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-en-zw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-ar-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-bo-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-cl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-co-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-cr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-cu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-do-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-ec-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-es+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-gt-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-hn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-mx-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-ni-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-pa-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-pr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-py-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-sv-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-us-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-uy-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-es-ve-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-et-ee-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-eu-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-eu-es+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fa-ir-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ff-sn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fi-fi-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fi-fi+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fil-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fo-fo-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-be-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-be+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-fr+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fr-lu+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fur-it-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fy-de-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-fy-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ga-ie-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ga-ie+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gd-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gez-er-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gez-er+abegede-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gez-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gez-et+abegede-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gl-es-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gl-es+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gu-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-gv-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ha-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hak-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-he-il-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hi-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hne-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hr-hr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hsb-de-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ht-ht-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hu-hu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-hy-am-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-i18n-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ia-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-id-id-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ig-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ik-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-is-is-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-iso14651-t1-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-iso14651-t1-common-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-iso14651-t1-pinyin-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-it-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-it-it-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-it-it+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-iu-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-iw-il-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ja-jp-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ka-ge-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-kk-kz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-kl-gl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-km-kh-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-kn-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ko-kr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-kok-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ks-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ks-in+devanagari-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ku-tr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-kw-gb-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ky-kg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lb-lu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lg-ug-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-li-be-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-li-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lij-it-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lo-la-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lt-lt-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lv-lv-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-lzh-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mag-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mai-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mg-mg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mhr-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mi-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mk-mk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ml-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mn-mn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mni-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mr-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ms-my-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-mt-mt-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-my-mm-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nan-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nan-tw+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nb-no-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nds-de-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nds-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ne-np-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nhn-mx-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-niu-nu-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-niu-nz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nl-aw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nl-be-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nl-be+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nl-nl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nl-nl+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nn-no-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nr-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-nso-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-oc-fr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-om-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-om-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-or-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-os-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pa-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pa-pk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pap-an-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pap-aw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pap-cw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pl-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-posix-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ps-af-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pt-br-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pt-pt-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-pt-pt+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-quz-pe-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ro-ro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ru-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ru-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-rw-rw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sa-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sat-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sc-it-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sd-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sd-in+devanagari-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-se-no-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-shs-ca-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-si-lk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sid-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sk-sk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sl-si-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-so-dj-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-so-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-so-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-so-so-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sq-al-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sq-mk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sr-me-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sr-rs-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sr-rs+latin-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ss-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-st-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sv-fi-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sv-fi+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sv-se-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sw-ke-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-sw-tz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-szl-pl-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ta-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ta-lk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-te-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tg-tj-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-th-th-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-the-np-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ti-er-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ti-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tig-er-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tk-tm-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tl-ph-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tn-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tr-cy-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tr-tr-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-circle-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-cjk-compat-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-cjk-variants-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-combining-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-compat-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-font-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-fraction-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-hangul-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-narrow-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-neutral-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-small-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-translit-wide-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ts-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tt-ru-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-tt-ru+iqtelif-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ug-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-uk-ua-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-unm-us-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ur-in-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ur-pk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-uz-uz-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-uz-uz+cyrillic-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-ve-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-vi-vn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-wa-be-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-wa-be+euro-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-wae-ch-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-wal-et-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-wo-sn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-xh-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-yi-us-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-yo-ng-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-yue-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-zh-cn-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-zh-hk-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-zh-sg-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-zh-tw-2.19-r0@cortexa9hf_vfp_neon eglibc-localedata-zu-za-2.19-r0@cortexa9hf_vfp_neon eglibc-localedatas-2.19-r0@cortexa9hf_vfp_neon eglibc-mtrace-2.19-r0@cortexa9hf_vfp_neon eglibc-mtrace-dbg-2.19-r0@cortexa9hf_vfp_neon eglibc-mtrace-dev-2.19-r0@cortexa9hf_vfp_neon eglibc-pcprofile-2.19-r0@cortexa9hf_vfp_neon eglibc-pic-2.19-r0@cortexa9hf_vfp_neon eglibc-staticdev-2.19-r0@cortexa9hf_vfp_neon eglibc-utils-2.19-r0@cortexa9hf_vfp_neon elfutils-0.148-r11@cortexa9hf_vfp_neon elfutils-binutils-0.148-r11@cortexa9hf_vfp_neon elfutils-dbg-0.148-r11@cortexa9hf_vfp_neon elfutils-dev-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-de-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-en+boldquot-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-en+quot-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-es-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-ja-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-pl-0.148-r11@cortexa9hf_vfp_neon elfutils-locale-uk-0.148-r11@cortexa9hf_vfp_neon elfutils-staticdev-0.148-r11@cortexa9hf_vfp_neon ethtool-3.14-r0@cortexa9hf_vfp_neon ethtool-dbg-3.14-r0@cortexa9hf_vfp_neon ethtool-dev-3.14-r0@cortexa9hf_vfp_neon ethtool-doc-3.14-r0@cortexa9hf_vfp_neon ethtool-ptest-3.14-r0@cortexa9hf_vfp_neon evtest-1.25-r0@cortexa9hf_vfp_neon evtest-dbg-1.25-r0@cortexa9hf_vfp_neon evtest-dev-1.25-r0@cortexa9hf_vfp_neon fio-2.0.5-r0@cortexa9hf_vfp_neon fio-dbg-2.0.5-r0@cortexa9hf_vfp_neon fio-dev-2.0.5-r0@cortexa9hf_vfp_neon fio-doc-2.0.5-r0@cortexa9hf_vfp_neon firmware-imx-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-dbg-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-dev-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-sdma-imx25-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-sdma-imx31-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-sdma-imx35-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-sdma-imx51-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-sdma-imx53-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-vpu-imx27-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-vpu-imx51-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-vpu-imx53-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-vpu-imx6d-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 firmware-imx-vpu-imx6q-1:3.10.17+1.0.0-r0@cortexa9hf_vfp_neon_mx6 flac-1.3.0-r0@cortexa9hf_vfp_neon flac-dbg-1.3.0-r0@cortexa9hf_vfp_neon flac-dev-1.3.0-r0@cortexa9hf_vfp_neon flac-doc-1.3.0-r0@cortexa9hf_vfp_neon flex-2.5.39-r0@cortexa9hf_vfp_neon flex-dbg-2.5.39-r0@cortexa9hf_vfp_neon flex-dev-2.5.39-r0@cortexa9hf_vfp_neon flex-doc-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-ca-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-da-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-de-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-en+boldquot-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-en+quot-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-eo-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-es-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-fi-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-fr-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-ga-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-hr-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-ko-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-nl-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-pl-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-pt-br-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-ro-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-ru-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-sr-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-sv-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-tr-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-vi-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-zh-cn-2.5.39-r0@cortexa9hf_vfp_neon flex-locale-zh-tw-2.5.39-r0@cortexa9hf_vfp_neon flex-ptest-2.5.39-r0@cortexa9hf_vfp_neon flex-staticdev-2.5.39-r0@cortexa9hf_vfp_neon fontconfig-utils-2.11.1-r0@cortexa9hf_vfp_neon fsl-rc-local-1.0-r0@cortexa9hf_vfp_neon fsl-rc-local-dbg-1.0-r0@cortexa9hf_vfp_neon fsl-rc-local-dev-1.0-r0@cortexa9hf_vfp_neon g++-4.9.0-r0@cortexa9hf_vfp_neon g++-symlinks-4.9.0-r0@cortexa9hf_vfp_neon gawk-4.0.2-r0@cortexa9hf_vfp_neon gawk-common-4.0.2-r0@cortexa9hf_vfp_neon gawk-dbg-4.0.2-r0@cortexa9hf_vfp_neon gawk-dev-4.0.2-r0@cortexa9hf_vfp_neon gawk-doc-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-da-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-de-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-es-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-fi-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-fr-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-it-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-ja-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-nl-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-pl-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-sv-4.0.2-r0@cortexa9hf_vfp_neon gawk-locale-vi-4.0.2-r0@cortexa9hf_vfp_neon gawk-ptest-4.0.2-r0@cortexa9hf_vfp_neon gcc-4.9.0-r0@cortexa9hf_vfp_neon gcc-dbg-4.9.0-r0@cortexa9hf_vfp_neon gcc-dev-4.9.0-r0@cortexa9hf_vfp_neon gcc-doc-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-be-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-ca-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-da-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-de-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-el-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-eo-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-es-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-fi-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-fr-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-hr-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-id-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-ja-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-nl-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-pt-br-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-ru-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-sr-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-sv-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-tr-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-uk-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-vi-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-zh-cn-4.9.0-r0@cortexa9hf_vfp_neon gcc-locale-zh-tw-4.9.0-r0@cortexa9hf_vfp_neon gcc-plugin-dev-4.9.0-r0@cortexa9hf_vfp_neon gcc-plugins-4.9.0-r0@cortexa9hf_vfp_neon gcc-runtime-dbg-4.9.0-r0@cortexa9hf_vfp_neon gcc-symlinks-4.9.0-r0@cortexa9hf_vfp_neon gconf-3.2.6-r0@cortexa9hf_vfp_neon gconf-dbg-3.2.6-r0@cortexa9hf_vfp_neon gconf-dev-3.2.6-r0@cortexa9hf_vfp_neon gconf-doc-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-am-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ar-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-as-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ast-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-az-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-be-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-bg-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-bn-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-bn-in-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-bs-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ca-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ca+valencia-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-cs-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-cy-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-da-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-de-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-dz-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-el-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-en+shaw-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-en-ca-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-en-gb-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-eo-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-es-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-et-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-eu-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-fa-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-fi-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-fr-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ga-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-gl-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-gu-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-he-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-hi-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-hr-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-hu-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-hy-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-id-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-is-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-it-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ja-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ka-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-km-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-kn-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ko-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ku-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-lt-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-lv-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-mai-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-mg-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-mk-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ml-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-mn-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-mr-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ms-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-nb-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ne-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-nl-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-nn-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-oc-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-or-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-pa-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-pl-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-pt-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-pt-br-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ro-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ru-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-rw-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-si-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sk-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sl-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sq-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sr-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sr+latin-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-sv-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ta-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-te-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-th-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-tr-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-ug-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-uk-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-vi-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-xh-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-yi-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-zh-cn-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-zh-hk-3.2.6-r0@cortexa9hf_vfp_neon gconf-locale-zh-tw-3.2.6-r0@cortexa9hf_vfp_neon gcov-4.9.0-r0@cortexa9hf_vfp_neon gdb-7.7-r0@cortexa9hf_vfp_neon gdb-dbg-7.7-r0@cortexa9hf_vfp_neon gdb-dev-7.7-r0@cortexa9hf_vfp_neon gdb-doc-7.7-r0@cortexa9hf_vfp_neon gdbserver-7.7-r0@cortexa9hf_vfp_neon gettext-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-dbg-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-dev-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-doc-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-be-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-bg-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ca-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-cs-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-da-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-de-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-el-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-en+boldquot-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-en+quot-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-eo-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-es-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-et-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-eu-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-fi-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-fr-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ga-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-gl-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-hr-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-id-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-it-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ja-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ko-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-nb-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-nl-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-nn-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-pa-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-pl-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-pt-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-pt-br-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ro-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-ru-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-sk-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-sl-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-sr-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-sv-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-tr-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-uk-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-vi-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-zh-cn-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-zh-hk-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-locale-zh-tw-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-runtime-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-runtime-doc-0.18.3.2-r0@cortexa9hf_vfp_neon gettext-staticdev-0.18.3.2-r0@cortexa9hf_vfp_neon glib-networking-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-dbg-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-dev-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-an-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ar-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-as-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-be-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-bg-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-bn-in-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ca-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ca+valencia-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-cs-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-da-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-de-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-el-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-en-ca-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-en-gb-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-eo-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-es-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-et-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-eu-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-fa-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-fi-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-fr-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-fur-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-gl-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-gu-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-he-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-hi-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-hu-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-id-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-it-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ja-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-km-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-kn-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ko-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-lt-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-lv-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ml-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-mr-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-nb-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-nl-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-or-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-pa-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-pl-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-pt-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-pt-br-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ro-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ru-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-sk-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-sl-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-sr-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-sr+latin-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-sv-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ta-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-te-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-tg-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-th-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-tr-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-ug-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-uk-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-vi-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-zh-cn-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-zh-hk-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-locale-zh-tw-2.38.0-r0@cortexa9hf_vfp_neon glib-networking-staticdev-2.38.0-r0@cortexa9hf_vfp_neon gnome-desktop-testing-2014.1-r0@cortexa9hf_vfp_neon gnome-desktop-testing-dbg-2014.1-r0@cortexa9hf_vfp_neon gnome-desktop-testing-dev-2014.1-r0@cortexa9hf_vfp_neon gnutls-3.2.13-r0@cortexa9hf_vfp_neon gnutls-bin-3.2.13-r0@cortexa9hf_vfp_neon gnutls-dbg-3.2.13-r0@cortexa9hf_vfp_neon gnutls-dev-3.2.13-r0@cortexa9hf_vfp_neon gnutls-doc-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-cs-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-de-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-en+boldquot-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-en+quot-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-eo-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-fi-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-fr-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-it-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-ms-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-nl-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-pl-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-sv-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-uk-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-vi-3.2.13-r0@cortexa9hf_vfp_neon gnutls-locale-zh-cn-3.2.13-r0@cortexa9hf_vfp_neon gnutls-staticdev-3.2.13-r0@cortexa9hf_vfp_neon gpu-viv-bin-mx6q-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 gpu-viv-bin-mx6q-dbg-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 gpu-viv-bin-mx6q-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 gst-fsl-plugin-3.0.11-r0@imx6qsabreauto gst-fsl-plugin-dbg-3.0.11-r0@imx6qsabreauto gst-fsl-plugin-dev-3.0.11-r0@imx6qsabreauto gst-fsl-plugin-doc-3.0.11-r0@imx6qsabreauto gst-fsl-plugin-gplay-3.0.11-r0@imx6qsabreauto gst-fsl-plugin-staticdev-3.0.11-r0@imx6qsabreauto gst-plugins-base-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-adder-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-adder-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-alsa-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-alsa-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-app-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-app-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-apps-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audioconvert-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audioconvert-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audiorate-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audiorate-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audioresample-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audioresample-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audiotestsrc-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-audiotestsrc-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-dbg-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-decodebin-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-decodebin-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-decodebin2-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-decodebin2-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-doc-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-encodebin-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-encodebin-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ffmpegcolorspace-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ffmpegcolorspace-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-gdp-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-gdp-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-gio-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-gio-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ivorbisdec-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ivorbisdec-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-af-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-az-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-bg-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-ca-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-cs-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-da-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-de-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-el-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-en-gb-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-eo-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-es-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-eu-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-fi-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-fr-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-gl-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-hu-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-id-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-it-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-ja-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-lt-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-lv-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-nb-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-nl-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-or-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-pl-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-pt-br-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-ro-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-ru-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-sk-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-sl-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-sq-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-sr-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-sv-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-tr-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-uk-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-vi-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-locale-zh-cn-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-meta-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ogg-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-ogg-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-playbin-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-playbin-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-staticdev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-subparse-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-subparse-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-tcp-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-tcp-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-theora-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-theora-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-typefindfunctions-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-typefindfunctions-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videorate-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videorate-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videoscale-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videoscale-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videotestsrc-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-videotestsrc-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-volume-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-volume-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-vorbis-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-base-vorbis-dev-0.10.36-r8@cortexa9hf_vfp_neon_mx6 gst-plugins-good-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alaw-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alaw-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alpha-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alpha-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alphacolor-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-alphacolor-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-annodex-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-annodex-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-apetag-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-apetag-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-audiofx-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-audiofx-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-audioparsers-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-audioparsers-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-auparse-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-auparse-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-autodetect-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-autodetect-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-avi-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-avi-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-cairo-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-cairo-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-cutter-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-cutter-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-dbg-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-debug-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-debug-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-deinterlace-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-deinterlace-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-efence-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-efence-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-effectv-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-effectv-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-equalizer-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-equalizer-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flac-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flac-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flv-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flv-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flxdec-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-flxdec-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-gconfelements-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-gconfelements-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-goom-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-goom-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-goom2k1-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-goom2k1-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-icydemux-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-icydemux-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-id3demux-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-id3demux-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-imagefreeze-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-imagefreeze-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-interleave-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-interleave-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-isomp4-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-isomp4-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-jpeg-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-jpeg-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-level-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-level-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-af-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-az-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-bg-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-ca-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-cs-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-da-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-de-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-el-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-en-gb-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-eo-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-es-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-eu-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-fi-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-fr-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-gl-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-hu-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-id-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-it-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-ja-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-lt-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-lv-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-mt-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-nb-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-nl-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-or-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-pl-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-pt-br-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-ro-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-ru-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-sk-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-sl-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-sq-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-sr-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-sv-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-tr-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-uk-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-vi-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-zh-cn-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-zh-hk-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-locale-zh-tw-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-matroska-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-matroska-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-meta-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-mulaw-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-mulaw-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-multifile-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-multifile-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-multipart-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-multipart-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-navigationtest-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-navigationtest-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-oss4audio-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-oss4audio-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-ossaudio-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-ossaudio-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-png-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-png-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-pulse-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-pulse-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-replaygain-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-replaygain-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtp-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtp-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtpmanager-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtpmanager-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtsp-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-rtsp-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-shapewipe-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-shapewipe-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-smpte-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-smpte-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-souphttpsrc-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-souphttpsrc-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-spectrum-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-spectrum-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-speex-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-speex-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-staticdev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-udp-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-udp-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-video4linux2-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-video4linux2-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videobox-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videobox-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videocrop-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videocrop-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videofilter-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videofilter-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videomixer-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-videomixer-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-wavenc-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-wavenc-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-wavparse-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-wavparse-dev-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-y4menc-0.10.31-r8@cortexa9hf_vfp_neon gst-plugins-good-y4menc-dev-0.10.31-r8@cortexa9hf_vfp_neon gstreamer-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-dbg-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-dev-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-doc-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-af-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-az-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-be-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-bg-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-ca-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-cs-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-da-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-de-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-el-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-en-gb-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-eo-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-es-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-eu-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-fi-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-fr-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-gl-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-hu-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-id-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-it-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-ja-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-lt-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-nb-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-nl-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-pl-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-pt-br-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-ro-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-ru-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-rw-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-sk-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-sl-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-sq-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-sr-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-sv-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-tr-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-uk-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-vi-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-zh-cn-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-locale-zh-tw-0.10.36-r2@cortexa9hf_vfp_neon gstreamer-staticdev-0.10.36-r2@cortexa9hf_vfp_neon gstreamer1.0-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-dbg-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-doc-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-af-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-az-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-be-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-bg-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-ca-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-cs-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-da-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-de-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-el-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-en-gb-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-eo-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-es-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-eu-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-fi-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-fr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-gl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-hr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-hu-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-id-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-it-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-ja-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-lt-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-nb-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-nl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-pl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-pt-br-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-ro-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-ru-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-rw-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-sk-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-sl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-sq-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-sr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-sv-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-tr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-uk-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-vi-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-zh-cn-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-locale-zh-tw-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-adder-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-adder-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-alsa-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-alsa-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-app-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-app-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-apps-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audioconvert-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audioconvert-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audiorate-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audiorate-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audioresample-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audioresample-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audiotestsrc-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-audiotestsrc-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-dbg-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-doc-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-encodebin-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-encodebin-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-gio-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-gio-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-ivorbisdec-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-ivorbisdec-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-af-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-az-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-bg-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-ca-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-cs-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-da-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-de-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-el-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-en-gb-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-eo-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-es-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-eu-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-fi-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-fr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-gl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-hr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-hu-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-id-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-it-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-ja-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-lt-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-lv-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-nb-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-nl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-or-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-pl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-pt-br-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-ro-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-ru-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-sk-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-sl-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-sq-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-sr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-sv-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-tr-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-uk-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-vi-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-locale-zh-cn-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-meta-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-ogg-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-ogg-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-playback-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-playback-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-staticdev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-subparse-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-subparse-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-tcp-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-tcp-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-theora-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-theora-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-typefindfunctions-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-typefindfunctions-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videoconvert-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videoconvert-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videorate-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videorate-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videoscale-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videoscale-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videotestsrc-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-videotestsrc-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-volume-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-volume-dev-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-vorbis-1.2.4-r0@cortexa9hf_vfp_neon gstreamer1.0-plugins-base-vorbis-dev-1.2.4-r0@cortexa9hf_vfp_neon gtk-doc-stub-0.0+git0+3dfd0a09de-r0@cortexa9hf_vfp_neon gtk-doc-stub-dbg-0.0+git0+3dfd0a09de-r0@cortexa9hf_vfp_neon gtk-doc-stub-dev-0.0+git0+3dfd0a09de-r0@cortexa9hf_vfp_neon i2c-tools-3.1.0-r0@cortexa9hf_vfp_neon i2c-tools-dbg-3.1.0-r0@cortexa9hf_vfp_neon i2c-tools-dev-3.1.0-r0@cortexa9hf_vfp_neon i2c-tools-doc-3.1.0-r0@cortexa9hf_vfp_neon icu-53.1-r0@cortexa9hf_vfp_neon icu-dbg-53.1-r0@cortexa9hf_vfp_neon icu-dev-53.1-r0@cortexa9hf_vfp_neon icu-doc-53.1-r0@cortexa9hf_vfp_neon imx-lib-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-lib-dbg-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-lib-dev-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-lib-staticdev-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-test-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-test-dbg-1:3.10.17+1.0.0-r0@imx6qsabreauto imx-test-dev-1:3.10.17+1.0.0-r0@imx6qsabreauto init-ifupdown-1.0-r7@cortexa9hf_vfp_neon init-ifupdown-dbg-1.0-r7@cortexa9hf_vfp_neon init-ifupdown-dev-1.0-r7@cortexa9hf_vfp_neon initscripts-1.0-r155@cortexa9hf_vfp_neon initscripts-dbg-1.0-r155@cortexa9hf_vfp_neon initscripts-dev-1.0-r155@cortexa9hf_vfp_neon initscripts-functions-1.0-r155@cortexa9hf_vfp_neon iozone3-414-r0@cortexa9hf_vfp_neon iozone3-dbg-414-r0@cortexa9hf_vfp_neon iozone3-dev-414-r0@cortexa9hf_vfp_neon iozone3-doc-414-r0@cortexa9hf_vfp_neon iperf-2.0.5-r0@cortexa9hf_vfp_neon iperf-dbg-2.0.5-r0@cortexa9hf_vfp_neon iperf-dev-2.0.5-r0@cortexa9hf_vfp_neon iperf-doc-2.0.5-r0@cortexa9hf_vfp_neon iproute2-3.14.0-r0@cortexa9hf_vfp_neon iproute2-dbg-3.14.0-r0@cortexa9hf_vfp_neon iproute2-dev-3.14.0-r0@cortexa9hf_vfp_neon iproute2-doc-3.14.0-r0@cortexa9hf_vfp_neon iproute2-tc-3.14.0-r0@cortexa9hf_vfp_neon iptables-1.4.21-r0@cortexa9hf_vfp_neon iptables-dbg-1.4.21-r0@cortexa9hf_vfp_neon iptables-dev-1.4.21-r0@cortexa9hf_vfp_neon iptables-doc-1.4.21-r0@cortexa9hf_vfp_neon json-c-0.11-r0@cortexa9hf_vfp_neon json-c-dbg-0.11-r0@cortexa9hf_vfp_neon json-c-dev-0.11-r0@cortexa9hf_vfp_neon json-c-staticdev-0.11-r0@cortexa9hf_vfp_neon kernel-3.10.17-r0@imx6qsabreauto kernel-3.10.17-1.0.0-ga+g232293e-3.10.17-r0@imx6qsabreauto kernel-dev-3.10.17-r0@imx6qsabreauto kernel-devicetree-3.10.17-r0@imx6qsabreauto kernel-image-3.10.17-1.0.0-ga+g232293e-3.10.17-r0@imx6qsabreauto kernel-module-adv7180-tvin-3.10.17-r0@imx6qsabreauto kernel-module-ath6kl-core-3.10.17-r0@imx6qsabreauto kernel-module-ath6kl-sdio-3.10.17-r0@imx6qsabreauto kernel-module-binfmt-misc-3.10.17-r0@imx6qsabreauto kernel-module-configfs-3.10.17-r0@imx6qsabreauto kernel-module-crc-ccitt-3.10.17-r0@imx6qsabreauto kernel-module-crc-itu-t-3.10.17-r0@imx6qsabreauto kernel-module-crc7-3.10.17-r0@imx6qsabreauto kernel-module-csi-v4l2-capture-3.10.17-r0@imx6qsabreauto kernel-module-evbug-3.10.17-r0@imx6qsabreauto kernel-module-fsl-csi-3.10.17-r0@imx6qsabreauto kernel-module-g-ether-3.10.17-r0@imx6qsabreauto kernel-module-g-mass-storage-3.10.17-r0@imx6qsabreauto kernel-module-g-serial-3.10.17-r0@imx6qsabreauto kernel-module-g-zero-3.10.17-r0@imx6qsabreauto kernel-module-gspca-main-3.10.17-r0@imx6qsabreauto kernel-module-i2c-algo-pca-3.10.17-r0@imx6qsabreauto kernel-module-i2c-algo-pcf-3.10.17-r0@imx6qsabreauto kernel-module-ipu-bg-overlay-sdc-3.10.17-r0@imx6qsabreauto kernel-module-ipu-csi-enc-3.10.17-r0@imx6qsabreauto kernel-module-ipu-fg-overlay-sdc-3.10.17-r0@imx6qsabreauto kernel-module-ipu-prp-enc-3.10.17-r0@imx6qsabreauto kernel-module-ipu-still-3.10.17-r0@imx6qsabreauto kernel-module-isofs-3.10.17-r0@imx6qsabreauto kernel-module-libcomposite-3.10.17-r0@imx6qsabreauto kernel-module-libcrc32c-3.10.17-r0@imx6qsabreauto kernel-module-msdos-3.10.17-r0@imx6qsabreauto kernel-module-mxc-mlb150-3.10.17-r0@imx6qsabreauto kernel-module-mxc-v4l2-capture-3.10.17-r0@imx6qsabreauto kernel-module-nls-iso8859-15-3.10.17-r0@imx6qsabreauto kernel-module-ov5640-camera-3.10.17-r0@imx6qsabreauto kernel-module-ov5640-camera-mipi-3.10.17-r0@imx6qsabreauto kernel-module-ov5642-camera-3.10.17-r0@imx6qsabreauto kernel-module-psmouse-3.10.17-r0@imx6qsabreauto kernel-module-serport-3.10.17-r0@imx6qsabreauto kernel-module-snd-hwdep-3.10.17-r0@imx6qsabreauto kernel-module-snd-rawmidi-3.10.17-r0@imx6qsabreauto kernel-module-snd-usb-audio-3.10.17-r0@imx6qsabreauto kernel-module-snd-usbmidi-lib-3.10.17-r0@imx6qsabreauto kernel-module-tcrypt-3.10.17-r0@imx6qsabreauto kernel-module-u-serial-3.10.17-r0@imx6qsabreauto kernel-module-udf-3.10.17-r0@imx6qsabreauto kernel-module-usb-f-acm-3.10.17-r0@imx6qsabreauto kernel-module-usb-f-obex-3.10.17-r0@imx6qsabreauto kernel-module-usb-f-serial-3.10.17-r0@imx6qsabreauto kernel-module-usb-f-ss-lb-3.10.17-r0@imx6qsabreauto kernel-module-uvcvideo-3.10.17-r0@imx6qsabreauto kernel-module-videobuf2-vmalloc-3.10.17-r0@imx6qsabreauto kernel-modules-3.10.17-r0@imx6qsabreauto kernel-vmlinux-3.10.17-r0@imx6qsabreauto kmod-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon kmod-bash-completion-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon kmod-dbg-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon kmod-dev-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon kmod-ptest-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon latencytop-0.5-r3@cortexa9hf_vfp_neon latencytop-dbg-0.5-r3@cortexa9hf_vfp_neon latencytop-dev-0.5-r3@cortexa9hf_vfp_neon ldd-2.19-r0@cortexa9hf_vfp_neon libacl-dev-2.2.52-r0@cortexa9hf_vfp_neon libacl-doc-2.2.52-r0@cortexa9hf_vfp_neon libacl-staticdev-2.2.52-r0@cortexa9hf_vfp_neon libacl1-2.2.52-r0@cortexa9hf_vfp_neon libaio-dbg-0.3.109-r2@cortexa9hf_vfp_neon libaio-dev-0.3.109-r2@cortexa9hf_vfp_neon libaio-staticdev-0.3.109-r2@cortexa9hf_vfp_neon libaio1-0.3.109-r2@cortexa9hf_vfp_neon libasm-dev-0.148-r11@cortexa9hf_vfp_neon libasm1-0.148-r11@cortexa9hf_vfp_neon libasound-module-bluez-4.101-r11@cortexa9hf_vfp_neon libasound2-1.0.27.2-r0@cortexa9hf_vfp_neon libatomic-dev-4.9.0-r0@cortexa9hf_vfp_neon libatomic-staticdev-4.9.0-r0@cortexa9hf_vfp_neon libatomic1-4.9.0-r0@cortexa9hf_vfp_neon libatomics-ops-7.2-r1@cortexa9hf_vfp_neon libatomics-ops-dbg-7.2-r1@cortexa9hf_vfp_neon libatomics-ops-dev-7.2-r1@cortexa9hf_vfp_neon libatomics-ops-doc-7.2-r1@cortexa9hf_vfp_neon libatomics-ops-staticdev-7.2-r1@cortexa9hf_vfp_neon libattr-dev-2.4.47-r0@cortexa9hf_vfp_neon libattr-doc-2.4.47-r0@cortexa9hf_vfp_neon libattr-staticdev-2.4.47-r0@cortexa9hf_vfp_neon libattr1-2.4.47-r0@cortexa9hf_vfp_neon libavahi-client3-0.6.31-r11.1@cortexa9hf_vfp_neon libavahi-common3-0.6.31-r11.1@cortexa9hf_vfp_neon libavahi-core7-0.6.31-r11.1@cortexa9hf_vfp_neon libavahi-glib1-0.6.31-r11.1@cortexa9hf_vfp_neon libavahi-gobject0-0.6.31-r11.1@cortexa9hf_vfp_neon libblkid1-2.24.2-r1@cortexa9hf_vfp_neon libbz2-0-1.0.6-r5@cortexa9hf_vfp_neon libbz2-dev-1.0.6-r5@cortexa9hf_vfp_neon libbz2-staticdev-1.0.6-r5@cortexa9hf_vfp_neon libc6-2.19-r0@cortexa9hf_vfp_neon libc6-dbg-2.19-r0@cortexa9hf_vfp_neon libc6-dev-2.19-r0@cortexa9hf_vfp_neon libcairo-dbg-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-dev-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-doc-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-gobject2-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-perf-utils-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-script-interpreter2-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo-staticdev-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcairo2-1.12.16-r0@cortexa9hf_vfp_neon_mx6 libcap-bin-2.22-r6@cortexa9hf_vfp_neon libcap-dbg-2.22-r6@cortexa9hf_vfp_neon libcap-dev-2.22-r6@cortexa9hf_vfp_neon libcap-doc-2.22-r6@cortexa9hf_vfp_neon libcap-staticdev-2.22-r6@cortexa9hf_vfp_neon libcap2-2.22-r6@cortexa9hf_vfp_neon libcheck-0.9.12-r0@cortexa9hf_vfp_neon libcheck-dbg-0.9.12-r0@cortexa9hf_vfp_neon libcheck-dev-0.9.12-r0@cortexa9hf_vfp_neon libcheck-doc-0.9.12-r0@cortexa9hf_vfp_neon libcheck-staticdev-0.9.12-r0@cortexa9hf_vfp_neon libcidn1-2.19-r0@cortexa9hf_vfp_neon libclc-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libclc-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libcom-err2-1.42.9-r0@cortexa9hf_vfp_neon libcrypto1.0.0-1.0.1g-r0@cortexa9hf_vfp_neon libdaemon-dbg-0.14-r0@cortexa9hf_vfp_neon libdaemon-dev-0.14-r0@cortexa9hf_vfp_neon libdaemon-doc-0.14-r0@cortexa9hf_vfp_neon libdaemon-staticdev-0.14-r0@cortexa9hf_vfp_neon libdaemon0-0.14-r0@cortexa9hf_vfp_neon libdbus-1-3-1.8.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-2-0.100.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-bash-completion-0.100.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-dbg-0.100.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-dev-0.100.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-doc-0.100.2-r0@cortexa9hf_vfp_neon libdbus-glib-1-staticdev-0.100.2-r0@cortexa9hf_vfp_neon libdw-dev-0.148-r11@cortexa9hf_vfp_neon libdw1-0.148-r11@cortexa9hf_vfp_neon libe2p2-1.42.9-r0@cortexa9hf_vfp_neon libegl-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libegl-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libelf-dev-0.148-r11@cortexa9hf_vfp_neon libelf1-0.148-r11@cortexa9hf_vfp_neon liberation-fonts-1:1.04-r4@cortexa9hf_vfp_neon libexpat-bin-2.1.0-r0@cortexa9hf_vfp_neon libexpat-dbg-2.1.0-r0@cortexa9hf_vfp_neon libexpat-dev-2.1.0-r0@cortexa9hf_vfp_neon libexpat-doc-2.1.0-r0@cortexa9hf_vfp_neon libexpat-staticdev-2.1.0-r0@cortexa9hf_vfp_neon libexpat1-2.1.0-r0@cortexa9hf_vfp_neon libext2fs2-1.42.9-r0@cortexa9hf_vfp_neon libffi-dbg-3.0.13-r0@cortexa9hf_vfp_neon libffi-dev-3.0.13-r0@cortexa9hf_vfp_neon libffi-doc-3.0.13-r0@cortexa9hf_vfp_neon libffi-staticdev-3.0.13-r0@cortexa9hf_vfp_neon libffi6-3.0.13-r0@cortexa9hf_vfp_neon libflac++6-1.3.0-r0@cortexa9hf_vfp_neon libflac8-1.3.0-r0@cortexa9hf_vfp_neon libfontconfig-dbg-2.11.1-r0@cortexa9hf_vfp_neon libfontconfig-dev-2.11.1-r0@cortexa9hf_vfp_neon libfontconfig1-2.11.1-r0@cortexa9hf_vfp_neon libform5-5.9-r15.1@cortexa9hf_vfp_neon libformw5-5.9-r15.1@cortexa9hf_vfp_neon libfreetype-dbg-2.5.3-r0@cortexa9hf_vfp_neon libfreetype-dev-2.5.3-r0@cortexa9hf_vfp_neon libfreetype-doc-2.5.3-r0@cortexa9hf_vfp_neon libfreetype-staticdev-2.5.3-r0@cortexa9hf_vfp_neon libfreetype6-2.5.3-r0@cortexa9hf_vfp_neon libfslcodec-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-aac-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-bmp-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-bsac-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-dbg-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-deinterlace-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-dev-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-doc-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-flac-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-g.711-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-g.723.1-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-g.726-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-g.729ab-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-gif-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-h264-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-jpeg-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-meta-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-mp3-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-mpeg2-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-mpeg4asp-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-nb-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-oggvorbis-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-peq-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-png-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-sbc-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-src-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-test-bin-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-test-source-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslcodec-wb-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslparser-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslparser-dbg-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslparser-dev-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslparser-doc-3.0.11-r0@cortexa9hf_vfp_neon_mx6 libfslvpuwrap-dbg-1.0.46-r0@cortexa9hf_vfp_neon_mx6 libfslvpuwrap-dev-1.0.46-r0@cortexa9hf_vfp_neon_mx6 libfslvpuwrap-doc-1.0.46-r0@cortexa9hf_vfp_neon_mx6 libfslvpuwrap-staticdev-1.0.46-r0@cortexa9hf_vfp_neon_mx6 libfslvpuwrap3-1.0.46-r0@cortexa9hf_vfp_neon_mx6 libgal-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgc-wayland-protocol0-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgcc-s-dbg-4.9.0-r0@cortexa9hf_vfp_neon libgcc-s-dev-4.9.0-r0@cortexa9hf_vfp_neon libgcc1-4.9.0-r0@cortexa9hf_vfp_neon libgcov-dev-4.9.0-r0@cortexa9hf_vfp_neon libgdbm-bin-1.11-r0@cortexa9hf_vfp_neon libgdbm-compat4-1.11-r0@cortexa9hf_vfp_neon libgdbm-dbg-1.11-r0@cortexa9hf_vfp_neon libgdbm-dev-1.11-r0@cortexa9hf_vfp_neon libgdbm-doc-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-de-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-eo-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-fi-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-fr-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-ja-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-pl-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-pt-br-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-sr-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-uk-1.11-r0@cortexa9hf_vfp_neon libgdbm-locale-vi-1.11-r0@cortexa9hf_vfp_neon libgdbm-ptest-1.11-r0@cortexa9hf_vfp_neon libgdbm-staticdev-1.11-r0@cortexa9hf_vfp_neon libgdbm4-1.11-r0@cortexa9hf_vfp_neon libgettextlib-0.18.3.2-r0@cortexa9hf_vfp_neon libgettextsrc-0.18.3.2-r0@cortexa9hf_vfp_neon libgl-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgl-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgles-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgles-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgles2-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgles2-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libglib-2.0-0-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-bash-completion-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-codegen-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-dbg-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-dev-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-af-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-am-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-an-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ar-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-as-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ast-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-az-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-be-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-be+latin-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-bg-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-bn-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-bn-in-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-bs-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ca-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ca+valencia-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-cs-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-cy-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-da-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-de-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-dz-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-el-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-en+shaw-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-en-ca-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-en-gb-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-eo-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-es-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-et-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-eu-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-fa-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-fi-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-fr-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ga-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-gl-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-gu-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-he-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-hi-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-hr-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-hu-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-hy-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-id-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-is-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-it-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ja-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ka-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-kk-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-kn-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ko-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ku-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-lt-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-lv-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-mai-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-mg-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-mk-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ml-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-mn-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-mr-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ms-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-nb-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-nds-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ne-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-nl-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-nn-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-oc-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-or-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-pa-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-pl-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ps-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-pt-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-pt-br-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ro-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ru-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-rw-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-si-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sk-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sl-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sq-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sr-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sr+ije-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sr+latin-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-sv-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ta-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-te-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-tg-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-th-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-tl-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-tr-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-tt-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-ug-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-uk-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-vi-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-wa-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-xh-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-yi-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-zh-cn-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-zh-hk-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-locale-zh-tw-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-ptest-1:2.40.0-r0@cortexa9hf_vfp_neon libglib-2.0-utils-1:2.40.0-r0@cortexa9hf_vfp_neon libglslc-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libgmp-dbg-5.1.1-r0@cortexa9hf_vfp_neon libgmp-dev-5.1.1-r0@cortexa9hf_vfp_neon libgmp-doc-5.1.1-r0@cortexa9hf_vfp_neon libgmp-staticdev-5.1.1-r0@cortexa9hf_vfp_neon libgmp10-5.1.1-r0@cortexa9hf_vfp_neon libgmpxx4-5.1.1-r0@cortexa9hf_vfp_neon libgnutls-openssl27-3.2.13-r0@cortexa9hf_vfp_neon libgnutlsxx28-3.2.13-r0@cortexa9hf_vfp_neon libgomp-dev-4.9.0-r0@cortexa9hf_vfp_neon libgomp-staticdev-4.9.0-r0@cortexa9hf_vfp_neon libgomp1-4.9.0-r0@cortexa9hf_vfp_neon libgplaycore0-3.0.11-r0@imx6qsabreauto libgstallocators-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstapp-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstapp-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstaudio-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstaudio-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstcdda-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstfft-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstfft-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstfsl-0.10-0-3.0.11-r0@imx6qsabreauto libgstinterfaces-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstnetbuffer-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstpbutils-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstpbutils-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstriff-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstriff-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstrtp-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstrtp-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstrtsp-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstrtsp-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstsdp-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstsdp-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgsttag-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgsttag-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgstvideo-0.10-0-0.10.36-r8@cortexa9hf_vfp_neon_mx6 libgstvideo-1.0-0-1.2.4-r0@cortexa9hf_vfp_neon libgudev-1.0-0-182-r9@cortexa9hf_vfp_neon libharfbuzz-bin-0.9.28-r0@cortexa9hf_vfp_neon libharfbuzz-dbg-0.9.28-r0@cortexa9hf_vfp_neon libharfbuzz-dev-0.9.28-r0@cortexa9hf_vfp_neon libharfbuzz0-0.9.28-r0@cortexa9hf_vfp_neon libicudata53-53.1-r0@cortexa9hf_vfp_neon libicui18n53-53.1-r0@cortexa9hf_vfp_neon libicuio53-53.1-r0@cortexa9hf_vfp_neon libicule53-53.1-r0@cortexa9hf_vfp_neon libiculx53-53.1-r0@cortexa9hf_vfp_neon libicutu53-53.1-r0@cortexa9hf_vfp_neon libicuuc53-53.1-r0@cortexa9hf_vfp_neon libid3tag-dbg-0.15.1b-r7@cortexa9hf_vfp_neon libid3tag-dev-0.15.1b-r7@cortexa9hf_vfp_neon libid3tag-staticdev-0.15.1b-r7@cortexa9hf_vfp_neon libid3tag0-0.15.1b-r7@cortexa9hf_vfp_neon libjpeg-dbg-8d-r1@cortexa9hf_vfp_neon libjpeg-dev-8d-r1@cortexa9hf_vfp_neon libjpeg-doc-8d-r1@cortexa9hf_vfp_neon libjpeg-staticdev-8d-r1@cortexa9hf_vfp_neon libjpeg-tools-8d-r1@cortexa9hf_vfp_neon libjpeg8-8d-r1@cortexa9hf_vfp_neon libkmod2-17+git0+49d8e0b590-r0@cortexa9hf_vfp_neon libltdl-dbg-2.4.2-r6.0@cortexa9hf_vfp_neon libltdl-dev-2.4.2-r6.0@cortexa9hf_vfp_neon libltdl-staticdev-2.4.2-r6.0@cortexa9hf_vfp_neon libltdl7-2.4.2-r6.0@cortexa9hf_vfp_neon liblzma-dbg-5.1.3alpha-r0@cortexa9hf_vfp_neon liblzma-dev-5.1.3alpha-r0@cortexa9hf_vfp_neon liblzma-staticdev-5.1.3alpha-r0@cortexa9hf_vfp_neon liblzma5-5.1.3alpha-r0@cortexa9hf_vfp_neon liblzo2-2-2.06-r1@cortexa9hf_vfp_neon liblzo2-dbg-2.06-r1@cortexa9hf_vfp_neon liblzo2-dev-2.06-r1@cortexa9hf_vfp_neon liblzo2-doc-2.06-r1@cortexa9hf_vfp_neon liblzo2-staticdev-2.06-r1@cortexa9hf_vfp_neon libmemusage-2.19-r0@cortexa9hf_vfp_neon libmenu5-5.9-r15.1@cortexa9hf_vfp_neon libmenuw5-5.9-r15.1@cortexa9hf_vfp_neon libmount1-2.24.2-r1@cortexa9hf_vfp_neon libmpc-dbg-1.0.2-r0@cortexa9hf_vfp_neon libmpc-dev-1.0.2-r0@cortexa9hf_vfp_neon libmpc-doc-1.0.2-r0@cortexa9hf_vfp_neon libmpc-staticdev-1.0.2-r0@cortexa9hf_vfp_neon libmpc3-1.0.2-r0@cortexa9hf_vfp_neon libmpfr-dbg-3.1.2-r0@cortexa9hf_vfp_neon libmpfr-dev-3.1.2-r0@cortexa9hf_vfp_neon libmpfr-doc-3.1.2-r0@cortexa9hf_vfp_neon libmpfr-staticdev-3.1.2-r0@cortexa9hf_vfp_neon libmpfr4-3.1.2-r0@cortexa9hf_vfp_neon libncurses5-5.9-r15.1@cortexa9hf_vfp_neon libncursesw5-5.9-r15.1@cortexa9hf_vfp_neon libnl-3-200-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-cli-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-dbg-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-dev-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-doc-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-genl-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-3-staticdev-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-idiag-3-200-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-nf-3-200-1:3.2.24-r0@cortexa9hf_vfp_neon libnl-route-3-200-1:3.2.24-r0@cortexa9hf_vfp_neon libnss-mdns-0.10-r7@cortexa9hf_vfp_neon libnss-mdns-dbg-0.10-r7@cortexa9hf_vfp_neon libnss-mdns-dev-0.10-r7@cortexa9hf_vfp_neon libogg-dbg-1.3.1-r0@cortexa9hf_vfp_neon libogg-dev-1.3.1-r0@cortexa9hf_vfp_neon libogg-doc-1.3.1-r0@cortexa9hf_vfp_neon libogg-staticdev-1.3.1-r0@cortexa9hf_vfp_neon libogg0-1.3.1-r0@cortexa9hf_vfp_neon liboil-0.3.17-r5@cortexa9hf_vfp_neon liboil-dbg-0.3.17-r5@cortexa9hf_vfp_neon liboil-dev-0.3.17-r5@cortexa9hf_vfp_neon liboil-doc-0.3.17-r5@cortexa9hf_vfp_neon liboil-staticdev-0.3.17-r5@cortexa9hf_vfp_neon libopencl-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libopenvg-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libopenvg-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 liborc-0.4-0-0.4.18-r2.0@cortexa9hf_vfp_neon liborc-test-0.4-0-0.4.18-r2.0@cortexa9hf_vfp_neon libpanel5-5.9-r15.1@cortexa9hf_vfp_neon libpanelw5-5.9-r15.1@cortexa9hf_vfp_neon libpci-dbg-3.2.1-r0@cortexa9hf_vfp_neon libpci-dev-3.2.1-r0@cortexa9hf_vfp_neon libpci3-3.2.1-r0@cortexa9hf_vfp_neon libperl5-5.14.3-r1@cortexa9hf_vfp_neon libpixman-1-0-1:0.32.4-r0@cortexa9hf_vfp_neon libpixman-1-dbg-1:0.32.4-r0@cortexa9hf_vfp_neon libpixman-1-dev-1:0.32.4-r0@cortexa9hf_vfp_neon libpixman-1-staticdev-1:0.32.4-r0@cortexa9hf_vfp_neon libpng16-16-1.6.10-r0@cortexa9hf_vfp_neon libpng16-dbg-1.6.10-r0@cortexa9hf_vfp_neon libpng16-dev-1.6.10-r0@cortexa9hf_vfp_neon libpng16-doc-1.6.10-r0@cortexa9hf_vfp_neon libpng16-staticdev-1.6.10-r0@cortexa9hf_vfp_neon libpng16-tools-1.6.10-r0@cortexa9hf_vfp_neon libpopt-dbg-1.16-r3@cortexa9hf_vfp_neon libpopt-dev-1.16-r3@cortexa9hf_vfp_neon libpopt-doc-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-cs-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-da-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-de-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-eo-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-es-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-fi-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-fr-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-ga-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-gl-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-hu-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-id-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-is-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-it-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-ja-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-ko-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-lv-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-nb-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-nl-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-pl-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-pt-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-ro-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-ru-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-sk-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-sl-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-sv-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-th-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-tr-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-uk-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-vi-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-wa-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-zh-cn-1.16-r3@cortexa9hf_vfp_neon libpopt-locale-zh-tw-1.16-r3@cortexa9hf_vfp_neon libpopt-staticdev-1.16-r3@cortexa9hf_vfp_neon libpopt0-1.16-r3@cortexa9hf_vfp_neon libpulse-mainloop-glib0-5.0-r0@cortexa9hf_vfp_neon libpulse-simple0-5.0-r0@cortexa9hf_vfp_neon libpulse0-5.0-r0@cortexa9hf_vfp_neon libpulsecommon-5.0-r0@cortexa9hf_vfp_neon libpulsecore-5.0-r0@cortexa9hf_vfp_neon libpyglib-2.0-python0-2.28.3-r0@cortexa9hf_vfp_neon libpython2.7-1.0-2.7.3-r0.3@cortexa9hf_vfp_neon libqt5sensors-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-dev-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-examples-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-examples-dev-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-plugins-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5sensors5-5.2.1-r0@cortexa9hf_vfp_neon libqt5serialport-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5serialport-dev-5.2.1-r0@cortexa9hf_vfp_neon libqt5serialport-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon libqt5serialport5-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-dev-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-examples-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-plugins-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5svg5-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-dev-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-examples-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-tools-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns-tools-dbg-5.2.1-r0@cortexa9hf_vfp_neon libqt5xmlpatterns5-5.2.1-r0@cortexa9hf_vfp_neon libreadline-dbg-6.3-r0@cortexa9hf_vfp_neon libreadline-dev-6.3-r0@cortexa9hf_vfp_neon libreadline-doc-6.3-r0@cortexa9hf_vfp_neon libreadline-staticdev-6.3-r0@cortexa9hf_vfp_neon libreadline6-6.3-r0@cortexa9hf_vfp_neon libsamplerate0-0.1.8-r1@cortexa9hf_vfp_neon libsamplerate0-dbg-0.1.8-r1@cortexa9hf_vfp_neon libsamplerate0-dev-0.1.8-r1@cortexa9hf_vfp_neon libsamplerate0-doc-0.1.8-r1@cortexa9hf_vfp_neon libsamplerate0-staticdev-0.1.8-r1@cortexa9hf_vfp_neon libsegfault-2.19-r0@cortexa9hf_vfp_neon libsndfile-bin-1.0.25-r2@cortexa9hf_vfp_neon libsndfile-dbg-1.0.25-r2@cortexa9hf_vfp_neon libsndfile-dev-1.0.25-r2@cortexa9hf_vfp_neon libsndfile-doc-1.0.25-r2@cortexa9hf_vfp_neon libsndfile-staticdev-1.0.25-r2@cortexa9hf_vfp_neon libsndfile1-1.0.25-r2@cortexa9hf_vfp_neon libsotruss-2.19-r0@cortexa9hf_vfp_neon libsoup-2.4-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-dbg-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-dev-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-an-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-as-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-be-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-bg-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-bn-in-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ca-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ca+valencia-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-cs-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-da-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-de-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-el-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-en-gb-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-eo-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-es-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-et-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-eu-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-fa-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-fr-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-fur-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-gl-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-gu-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-he-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-hi-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-hu-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-id-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-it-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ja-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-kn-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ko-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-lt-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-lv-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ml-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-mr-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-nb-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-nl-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-or-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-pa-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-pl-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-pt-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-pt-br-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ro-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ru-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-sk-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-sl-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-sr-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-sr+latin-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-sv-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ta-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-te-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-tg-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-th-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-tr-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-ug-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-uk-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-uz+cyrillic-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-vi-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-zh-cn-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-zh-hk-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-locale-zh-tw-2.46.0-r0@cortexa9hf_vfp_neon libsoup-2.4-staticdev-2.46.0-r0@cortexa9hf_vfp_neon libsqlite3-0-3:3.8.4.3-r0@cortexa9hf_vfp_neon libsqlite3-dev-3:3.8.4.3-r0@cortexa9hf_vfp_neon libsqlite3-doc-3:3.8.4.3-r0@cortexa9hf_vfp_neon libsqlite3-staticdev-3:3.8.4.3-r0@cortexa9hf_vfp_neon libss2-1.42.9-r0@cortexa9hf_vfp_neon libssl1.0.0-1.0.1g-r0@cortexa9hf_vfp_neon libssp-dev-4.9.0-r0@cortexa9hf_vfp_neon libssp-staticdev-4.9.0-r0@cortexa9hf_vfp_neon libssp0-4.9.0-r0@cortexa9hf_vfp_neon libstdc++-dev-4.9.0-r0@cortexa9hf_vfp_neon libstdc++-staticdev-4.9.0-r0@cortexa9hf_vfp_neon libstdc++6-4.9.0-r0@cortexa9hf_vfp_neon libtag-c0-1.9.1-r0@cortexa9hf_vfp_neon libtag-dbg-1.9.1-r0@cortexa9hf_vfp_neon libtag-dev-1.9.1-r0@cortexa9hf_vfp_neon libtag1-1.9.1-r0@cortexa9hf_vfp_neon libtheora-1.1.1-r1@cortexa9hf_vfp_neon libtheora-dbg-1.1.1-r1@cortexa9hf_vfp_neon libtheora-dev-1.1.1-r1@cortexa9hf_vfp_neon libtheora-staticdev-1.1.1-r1@cortexa9hf_vfp_neon libthread-db1-2.19-r0@cortexa9hf_vfp_neon libtic5-5.9-r15.1@cortexa9hf_vfp_neon libticw5-5.9-r15.1@cortexa9hf_vfp_neon libtiff-dbg-4.0.3-r0@cortexa9hf_vfp_neon libtiff-dev-4.0.3-r0@cortexa9hf_vfp_neon libtiff-doc-4.0.3-r0@cortexa9hf_vfp_neon libtiff-staticdev-4.0.3-r0@cortexa9hf_vfp_neon libtiff-utils-4.0.3-r0@cortexa9hf_vfp_neon libtiff-utils-dbg-4.0.3-r0@cortexa9hf_vfp_neon libtiff5-4.0.3-r0@cortexa9hf_vfp_neon libtiffxx-dbg-4.0.3-r0@cortexa9hf_vfp_neon libtiffxx-dev-4.0.3-r0@cortexa9hf_vfp_neon libtiffxx-staticdev-4.0.3-r0@cortexa9hf_vfp_neon libtiffxx5-4.0.3-r0@cortexa9hf_vfp_neon libtinfo5-5.9-r15.1@cortexa9hf_vfp_neon libtool-2.4.2-r6.0@cortexa9hf_vfp_neon libtool-dbg-2.4.2-r6.0@cortexa9hf_vfp_neon libtool-dev-2.4.2-r6.0@cortexa9hf_vfp_neon libtool-doc-2.4.2-r6.0@cortexa9hf_vfp_neon libts-1.0-0-1.1-r0@cortexa9hf_vfp_neon libts-1.0-dbg-1.1-r0@cortexa9hf_vfp_neon libts-1.0-dev-1.1-r0@cortexa9hf_vfp_neon libudev0-182-r9@cortexa9hf_vfp_neon liburcu-0.8.1-r0@cortexa9hf_vfp_neon liburcu-dbg-0.8.1-r0@cortexa9hf_vfp_neon liburcu-dev-0.8.1-r0@cortexa9hf_vfp_neon liburcu-doc-0.8.1-r0@cortexa9hf_vfp_neon liburcu-staticdev-0.8.1-r0@cortexa9hf_vfp_neon libusb-0.1-4-1:0.1.5-r0@cortexa9hf_vfp_neon libusb-0.1-dbg-1:0.1.5-r0@cortexa9hf_vfp_neon libusb-0.1-dev-1:0.1.5-r0@cortexa9hf_vfp_neon libusb-0.1-staticdev-1:0.1.5-r0@cortexa9hf_vfp_neon libusb-1.0-0-1.0.18-r0@cortexa9hf_vfp_neon libusb-1.0-dbg-1.0.18-r0@cortexa9hf_vfp_neon libusb-1.0-dev-1.0.18-r0@cortexa9hf_vfp_neon libusb-1.0-staticdev-1.0.18-r0@cortexa9hf_vfp_neon libuuid1-2.24.2-r1@cortexa9hf_vfp_neon libvdk-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libvdk-mx6-dev-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libvivante-mx6-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libvorbis-1.3.4-r0@cortexa9hf_vfp_neon libvorbis-dbg-1.3.4-r0@cortexa9hf_vfp_neon libvorbis-dev-1.3.4-r0@cortexa9hf_vfp_neon libvorbis-doc-1.3.4-r0@cortexa9hf_vfp_neon libvorbis-staticdev-1.3.4-r0@cortexa9hf_vfp_neon libvorbisidec-dbg-20120314-r1@cortexa9hf_vfp_neon libvorbisidec-dev-20120314-r1@cortexa9hf_vfp_neon libvorbisidec-staticdev-20120314-r1@cortexa9hf_vfp_neon libvorbisidec1-20120314-r1@cortexa9hf_vfp_neon libvpu-dbg-1:3.10.17+1.0.0-r0@imx6qsabreauto libvpu-dev-1:3.10.17+1.0.0-r0@imx6qsabreauto libvpu-staticdev-1:3.10.17+1.0.0-r0@imx6qsabreauto libvpu4-1:3.10.17+1.0.0-r0@imx6qsabreauto libwayland-viv0-1:3.10.17+1.0.0+hfp-r0@cortexa9hf_vfp_neon_mx6 libwrap-dev-7.6-r10@cortexa9hf_vfp_neon libwrap-doc-7.6-r10@cortexa9hf_vfp_neon libwrap-staticdev-7.6-r10@cortexa9hf_vfp_neon libwrap0-7.6-r10@cortexa9hf_vfp_neon libxml2-2.9.1-r0@cortexa9hf_vfp_neon libxml2-dbg-2.9.1-r0@cortexa9hf_vfp_neon libxml2-dev-2.9.1-r0@cortexa9hf_vfp_neon libxml2-doc-2.9.1-r0@cortexa9hf_vfp_neon libxml2-ptest-2.9.1-r0@cortexa9hf_vfp_neon libxml2-staticdev-2.9.1-r0@cortexa9hf_vfp_neon libxslt-1.1.28-r0@cortexa9hf_vfp_neon libxslt-bin-1.1.28-r0@cortexa9hf_vfp_neon libxslt-dbg-1.1.28-r0@cortexa9hf_vfp_neon libxslt-dev-1.1.28-r0@cortexa9hf_vfp_neon libxslt-doc-1.1.28-r0@cortexa9hf_vfp_neon libxslt-staticdev-1.1.28-r0@cortexa9hf_vfp_neon libz-dbg-1.2.8-r0@cortexa9hf_vfp_neon libz-dev-1.2.8-r0@cortexa9hf_vfp_neon libz-doc-1.2.8-r0@cortexa9hf_vfp_neon libz-ptest-1.2.8-r0@cortexa9hf_vfp_neon libz-staticdev-1.2.8-r0@cortexa9hf_vfp_neon libz1-1.2.8-r0@cortexa9hf_vfp_neon linux-libc-headers-dbg-3.14-r0@cortexa9hf_vfp_neon linux-libc-headers-dev-3.14-r0@cortexa9hf_vfp_neon lmbench-3.0+a9-r2@cortexa9hf_vfp_neon lmbench-dbg-3.0+a9-r2@cortexa9hf_vfp_neon lmbench-dev-3.0+a9-r2@cortexa9hf_vfp_neon lmbench-doc-3.0+a9-r2@cortexa9hf_vfp_neon lmbench-staticdev-3.0+a9-r2@cortexa9hf_vfp_neon locale-base-aa-dj-2.19-r0@cortexa9hf_vfp_neon locale-base-aa-dj.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-af-za-2.19-r0@cortexa9hf_vfp_neon locale-base-af-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ak-gh-2.19-r0@cortexa9hf_vfp_neon locale-base-an-es-2.19-r0@cortexa9hf_vfp_neon locale-base-an-es.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-anp-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ae-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ae.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-bh-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-bh.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-dz-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-dz.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-eg-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-eg.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-iq-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-iq.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-jo-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-jo.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-kw-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-kw.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-lb-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-lb.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ly-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ly.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ma-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ma.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-om-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-om.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-qa-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-qa.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sa-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sa.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sd-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sd.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ss-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sy-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-sy.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-tn-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-tn.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ye-2.19-r0@cortexa9hf_vfp_neon locale-base-ar-ye.iso-8859-6-2.19-r0@cortexa9hf_vfp_neon locale-base-as-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ast-es-2.19-r0@cortexa9hf_vfp_neon locale-base-ast-es.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-ayc-pe-2.19-r0@cortexa9hf_vfp_neon locale-base-az-az-2.19-r0@cortexa9hf_vfp_neon locale-base-be-by-2.19-r0@cortexa9hf_vfp_neon locale-base-be-by+latin-2.19-r0@cortexa9hf_vfp_neon locale-base-be-by.cp1251-2.19-r0@cortexa9hf_vfp_neon locale-base-bem-zm-2.19-r0@cortexa9hf_vfp_neon locale-base-ber-dz-2.19-r0@cortexa9hf_vfp_neon locale-base-ber-ma-2.19-r0@cortexa9hf_vfp_neon locale-base-bg-bg-2.19-r0@cortexa9hf_vfp_neon locale-base-bg-bg.cp1251-2.19-r0@cortexa9hf_vfp_neon locale-base-bho-in-2.19-r0@cortexa9hf_vfp_neon locale-base-bn-in-2.19-r0@cortexa9hf_vfp_neon locale-base-bo-cn-2.19-r0@cortexa9hf_vfp_neon locale-base-bo-in-2.19-r0@cortexa9hf_vfp_neon locale-base-br-fr-2.19-r0@cortexa9hf_vfp_neon locale-base-br-fr+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-br-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-brx-in-2.19-r0@cortexa9hf_vfp_neon locale-base-bs-ba-2.19-r0@cortexa9hf_vfp_neon locale-base-bs-ba.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-ad-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-ad.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-es-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-fr-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-fr.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-it-2.19-r0@cortexa9hf_vfp_neon locale-base-ca-it.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-cmn-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-crh-ua-2.19-r0@cortexa9hf_vfp_neon locale-base-cs-cz-2.19-r0@cortexa9hf_vfp_neon locale-base-cs-cz.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-csb-pl-2.19-r0@cortexa9hf_vfp_neon locale-base-cv-ru-2.19-r0@cortexa9hf_vfp_neon locale-base-cy-gb-2.19-r0@cortexa9hf_vfp_neon locale-base-cy-gb.iso-8859-14-2.19-r0@cortexa9hf_vfp_neon locale-base-da-dk-2.19-r0@cortexa9hf_vfp_neon locale-base-da-dk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-de-at-2.19-r0@cortexa9hf_vfp_neon locale-base-de-at+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-de-at.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-de-be-2.19-r0@cortexa9hf_vfp_neon locale-base-de-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-de-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-de-ch-2.19-r0@cortexa9hf_vfp_neon locale-base-de-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-de-de-2.19-r0@cortexa9hf_vfp_neon locale-base-de-de+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-de-de.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-de-lu-2.19-r0@cortexa9hf_vfp_neon locale-base-de-lu+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-de-lu.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-doi-in-2.19-r0@cortexa9hf_vfp_neon locale-base-dv-mv-2.19-r0@cortexa9hf_vfp_neon locale-base-dz-bt-2.19-r0@cortexa9hf_vfp_neon locale-base-el-cy-2.19-r0@cortexa9hf_vfp_neon locale-base-el-cy.iso-8859-7-2.19-r0@cortexa9hf_vfp_neon locale-base-el-gr-2.19-r0@cortexa9hf_vfp_neon locale-base-el-gr.iso-8859-7-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ag-2.19-r0@cortexa9hf_vfp_neon locale-base-en-au-2.19-r0@cortexa9hf_vfp_neon locale-base-en-au.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-bw-2.19-r0@cortexa9hf_vfp_neon locale-base-en-bw.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ca-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ca.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-dk-2.19-r0@cortexa9hf_vfp_neon locale-base-en-dk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-gb-2.19-r0@cortexa9hf_vfp_neon locale-base-en-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-hk-2.19-r0@cortexa9hf_vfp_neon locale-base-en-hk.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ie-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ie+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ie.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-in-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ng-2.19-r0@cortexa9hf_vfp_neon locale-base-en-nz-2.19-r0@cortexa9hf_vfp_neon locale-base-en-nz.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ph-2.19-r0@cortexa9hf_vfp_neon locale-base-en-ph.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-sg-2.19-r0@cortexa9hf_vfp_neon locale-base-en-sg.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-us-2.19-r0@cortexa9hf_vfp_neon locale-base-en-us.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-za-2.19-r0@cortexa9hf_vfp_neon locale-base-en-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-en-zm-2.19-r0@cortexa9hf_vfp_neon locale-base-en-zw-2.19-r0@cortexa9hf_vfp_neon locale-base-en-zw.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ar-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ar.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-bo-2.19-r0@cortexa9hf_vfp_neon locale-base-es-bo.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-cl-2.19-r0@cortexa9hf_vfp_neon locale-base-es-cl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-co-2.19-r0@cortexa9hf_vfp_neon locale-base-es-co.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-cr-2.19-r0@cortexa9hf_vfp_neon locale-base-es-cu-2.19-r0@cortexa9hf_vfp_neon locale-base-es-do-2.19-r0@cortexa9hf_vfp_neon locale-base-es-do.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ec-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ec.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-es-2.19-r0@cortexa9hf_vfp_neon locale-base-es-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-es-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-gt-2.19-r0@cortexa9hf_vfp_neon locale-base-es-gt.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-hn-2.19-r0@cortexa9hf_vfp_neon locale-base-es-hn.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-mx-2.19-r0@cortexa9hf_vfp_neon locale-base-es-mx.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ni-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ni.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pa-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pa.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pe-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pe.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pr-2.19-r0@cortexa9hf_vfp_neon locale-base-es-pr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-py-2.19-r0@cortexa9hf_vfp_neon locale-base-es-py.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-sv-2.19-r0@cortexa9hf_vfp_neon locale-base-es-sv.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-us-2.19-r0@cortexa9hf_vfp_neon locale-base-es-us.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-uy-2.19-r0@cortexa9hf_vfp_neon locale-base-es-uy.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ve-2.19-r0@cortexa9hf_vfp_neon locale-base-es-ve.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-et-ee-2.19-r0@cortexa9hf_vfp_neon locale-base-et-ee.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-et-ee.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-eu-es-2.19-r0@cortexa9hf_vfp_neon locale-base-eu-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-eu-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fa-ir-2.19-r0@cortexa9hf_vfp_neon locale-base-ff-sn-2.19-r0@cortexa9hf_vfp_neon locale-base-fi-fi-2.19-r0@cortexa9hf_vfp_neon locale-base-fi-fi+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-fi-fi.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fil-ph-2.19-r0@cortexa9hf_vfp_neon locale-base-fo-fo-2.19-r0@cortexa9hf_vfp_neon locale-base-fo-fo.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-be-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-ca-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-ca.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-ch-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-fr-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-fr+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-lu-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-lu+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-fr-lu.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-fur-it-2.19-r0@cortexa9hf_vfp_neon locale-base-fy-de-2.19-r0@cortexa9hf_vfp_neon locale-base-fy-nl-2.19-r0@cortexa9hf_vfp_neon locale-base-ga-ie-2.19-r0@cortexa9hf_vfp_neon locale-base-ga-ie+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-ga-ie.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-gd-gb-2.19-r0@cortexa9hf_vfp_neon locale-base-gd-gb.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-gl-es-2.19-r0@cortexa9hf_vfp_neon locale-base-gl-es+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-gl-es.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-gu-in-2.19-r0@cortexa9hf_vfp_neon locale-base-gv-gb-2.19-r0@cortexa9hf_vfp_neon locale-base-gv-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ha-ng-2.19-r0@cortexa9hf_vfp_neon locale-base-hak-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-he-il-2.19-r0@cortexa9hf_vfp_neon locale-base-he-il.iso-8859-8-2.19-r0@cortexa9hf_vfp_neon locale-base-hi-in-2.19-r0@cortexa9hf_vfp_neon locale-base-hne-in-2.19-r0@cortexa9hf_vfp_neon locale-base-hr-hr-2.19-r0@cortexa9hf_vfp_neon locale-base-hr-hr.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-hsb-de-2.19-r0@cortexa9hf_vfp_neon locale-base-hsb-de.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-ht-ht-2.19-r0@cortexa9hf_vfp_neon locale-base-hu-hu-2.19-r0@cortexa9hf_vfp_neon locale-base-hu-hu.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-hy-am-2.19-r0@cortexa9hf_vfp_neon locale-base-hy-am.armscii-8-2.19-r0@cortexa9hf_vfp_neon locale-base-ia-fr-2.19-r0@cortexa9hf_vfp_neon locale-base-id-id-2.19-r0@cortexa9hf_vfp_neon locale-base-id-id.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ig-ng-2.19-r0@cortexa9hf_vfp_neon locale-base-ik-ca-2.19-r0@cortexa9hf_vfp_neon locale-base-is-is-2.19-r0@cortexa9hf_vfp_neon locale-base-is-is.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-it-ch-2.19-r0@cortexa9hf_vfp_neon locale-base-it-ch.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-it-it-2.19-r0@cortexa9hf_vfp_neon locale-base-it-it+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-it-it.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-iu-ca-2.19-r0@cortexa9hf_vfp_neon locale-base-iw-il-2.19-r0@cortexa9hf_vfp_neon locale-base-iw-il.iso-8859-8-2.19-r0@cortexa9hf_vfp_neon locale-base-ja-jp-2.19-r0@cortexa9hf_vfp_neon locale-base-ja-jp.euc-jp-2.19-r0@cortexa9hf_vfp_neon locale-base-ka-ge-2.19-r0@cortexa9hf_vfp_neon locale-base-ka-ge.georgian-ps-2.19-r0@cortexa9hf_vfp_neon locale-base-kk-kz-2.19-r0@cortexa9hf_vfp_neon locale-base-kk-kz.pt154-2.19-r0@cortexa9hf_vfp_neon locale-base-kl-gl-2.19-r0@cortexa9hf_vfp_neon locale-base-kl-gl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-km-kh-2.19-r0@cortexa9hf_vfp_neon locale-base-kn-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ko-kr-2.19-r0@cortexa9hf_vfp_neon locale-base-ko-kr.euc-kr-2.19-r0@cortexa9hf_vfp_neon locale-base-kok-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ks-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ks-in+devanagari-2.19-r0@cortexa9hf_vfp_neon locale-base-ku-tr-2.19-r0@cortexa9hf_vfp_neon locale-base-ku-tr.iso-8859-9-2.19-r0@cortexa9hf_vfp_neon locale-base-kw-gb-2.19-r0@cortexa9hf_vfp_neon locale-base-kw-gb.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ky-kg-2.19-r0@cortexa9hf_vfp_neon locale-base-lb-lu-2.19-r0@cortexa9hf_vfp_neon locale-base-lg-ug-2.19-r0@cortexa9hf_vfp_neon locale-base-lg-ug.iso-8859-10-2.19-r0@cortexa9hf_vfp_neon locale-base-li-be-2.19-r0@cortexa9hf_vfp_neon locale-base-li-nl-2.19-r0@cortexa9hf_vfp_neon locale-base-lij-it-2.19-r0@cortexa9hf_vfp_neon locale-base-lo-la-2.19-r0@cortexa9hf_vfp_neon locale-base-lt-lt-2.19-r0@cortexa9hf_vfp_neon locale-base-lt-lt.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon locale-base-lv-lv-2.19-r0@cortexa9hf_vfp_neon locale-base-lv-lv.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon locale-base-lzh-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-mag-in-2.19-r0@cortexa9hf_vfp_neon locale-base-mai-in-2.19-r0@cortexa9hf_vfp_neon locale-base-mg-mg-2.19-r0@cortexa9hf_vfp_neon locale-base-mg-mg.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-mhr-ru-2.19-r0@cortexa9hf_vfp_neon locale-base-mi-nz-2.19-r0@cortexa9hf_vfp_neon locale-base-mi-nz.iso-8859-13-2.19-r0@cortexa9hf_vfp_neon locale-base-mk-mk-2.19-r0@cortexa9hf_vfp_neon locale-base-mk-mk.iso-8859-5-2.19-r0@cortexa9hf_vfp_neon locale-base-ml-in-2.19-r0@cortexa9hf_vfp_neon locale-base-mni-in-2.19-r0@cortexa9hf_vfp_neon locale-base-mr-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ms-my-2.19-r0@cortexa9hf_vfp_neon locale-base-ms-my.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-mt-mt-2.19-r0@cortexa9hf_vfp_neon locale-base-mt-mt.iso-8859-3-2.19-r0@cortexa9hf_vfp_neon locale-base-my-mm-2.19-r0@cortexa9hf_vfp_neon locale-base-nan-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-nan-tw+latin-2.19-r0@cortexa9hf_vfp_neon locale-base-nb-no-2.19-r0@cortexa9hf_vfp_neon locale-base-nb-no.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-nds-de-2.19-r0@cortexa9hf_vfp_neon locale-base-nds-nl-2.19-r0@cortexa9hf_vfp_neon locale-base-ne-np-2.19-r0@cortexa9hf_vfp_neon locale-base-nhn-mx-2.19-r0@cortexa9hf_vfp_neon locale-base-niu-nu-2.19-r0@cortexa9hf_vfp_neon locale-base-niu-nz-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-aw-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-be-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-nl-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-nl+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-nl-nl.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-nn-no-2.19-r0@cortexa9hf_vfp_neon locale-base-nn-no.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-nr-za-2.19-r0@cortexa9hf_vfp_neon locale-base-nso-za-2.19-r0@cortexa9hf_vfp_neon locale-base-oc-fr-2.19-r0@cortexa9hf_vfp_neon locale-base-oc-fr.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-om-ke-2.19-r0@cortexa9hf_vfp_neon locale-base-om-ke.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-or-in-2.19-r0@cortexa9hf_vfp_neon locale-base-os-ru-2.19-r0@cortexa9hf_vfp_neon locale-base-pa-in-2.19-r0@cortexa9hf_vfp_neon locale-base-pa-pk-2.19-r0@cortexa9hf_vfp_neon locale-base-pap-an-2.19-r0@cortexa9hf_vfp_neon locale-base-pap-aw-2.19-r0@cortexa9hf_vfp_neon locale-base-pap-cw-2.19-r0@cortexa9hf_vfp_neon locale-base-pl-pl-2.19-r0@cortexa9hf_vfp_neon locale-base-pl-pl.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-ps-af-2.19-r0@cortexa9hf_vfp_neon locale-base-pt-br-2.19-r0@cortexa9hf_vfp_neon locale-base-pt-br.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-pt-pt-2.19-r0@cortexa9hf_vfp_neon locale-base-pt-pt+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-pt-pt.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-quz-pe-2.19-r0@cortexa9hf_vfp_neon locale-base-ro-ro-2.19-r0@cortexa9hf_vfp_neon locale-base-ro-ro.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-ru-ru-2.19-r0@cortexa9hf_vfp_neon locale-base-ru-ru.iso-8859-5-2.19-r0@cortexa9hf_vfp_neon locale-base-ru-ru.koi8-r-2.19-r0@cortexa9hf_vfp_neon locale-base-ru-ua-2.19-r0@cortexa9hf_vfp_neon locale-base-ru-ua.koi8-u-2.19-r0@cortexa9hf_vfp_neon locale-base-rw-rw-2.19-r0@cortexa9hf_vfp_neon locale-base-sa-in-2.19-r0@cortexa9hf_vfp_neon locale-base-sat-in-2.19-r0@cortexa9hf_vfp_neon locale-base-sc-it-2.19-r0@cortexa9hf_vfp_neon locale-base-sd-in-2.19-r0@cortexa9hf_vfp_neon locale-base-sd-in+devanagari-2.19-r0@cortexa9hf_vfp_neon locale-base-se-no-2.19-r0@cortexa9hf_vfp_neon locale-base-shs-ca-2.19-r0@cortexa9hf_vfp_neon locale-base-si-lk-2.19-r0@cortexa9hf_vfp_neon locale-base-sk-sk-2.19-r0@cortexa9hf_vfp_neon locale-base-sk-sk.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-sl-si-2.19-r0@cortexa9hf_vfp_neon locale-base-sl-si.iso-8859-2-2.19-r0@cortexa9hf_vfp_neon locale-base-so-dj-2.19-r0@cortexa9hf_vfp_neon locale-base-so-dj.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-so-ke-2.19-r0@cortexa9hf_vfp_neon locale-base-so-ke.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-so-so-2.19-r0@cortexa9hf_vfp_neon locale-base-so-so.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-sq-al-2.19-r0@cortexa9hf_vfp_neon locale-base-sq-al.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-sq-mk-2.19-r0@cortexa9hf_vfp_neon locale-base-sr-me-2.19-r0@cortexa9hf_vfp_neon locale-base-sr-rs-2.19-r0@cortexa9hf_vfp_neon locale-base-sr-rs+latin-2.19-r0@cortexa9hf_vfp_neon locale-base-ss-za-2.19-r0@cortexa9hf_vfp_neon locale-base-st-za-2.19-r0@cortexa9hf_vfp_neon locale-base-st-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-sv-fi-2.19-r0@cortexa9hf_vfp_neon locale-base-sv-fi+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-sv-fi.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-sv-se-2.19-r0@cortexa9hf_vfp_neon locale-base-sv-se.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-sw-ke-2.19-r0@cortexa9hf_vfp_neon locale-base-sw-tz-2.19-r0@cortexa9hf_vfp_neon locale-base-szl-pl-2.19-r0@cortexa9hf_vfp_neon locale-base-ta-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ta-lk-2.19-r0@cortexa9hf_vfp_neon locale-base-tg-tj-2.19-r0@cortexa9hf_vfp_neon locale-base-tg-tj.koi8-t-2.19-r0@cortexa9hf_vfp_neon locale-base-th-th-2.19-r0@cortexa9hf_vfp_neon locale-base-th-th.tis-620-2.19-r0@cortexa9hf_vfp_neon locale-base-the-np-2.19-r0@cortexa9hf_vfp_neon locale-base-tk-tm-2.19-r0@cortexa9hf_vfp_neon locale-base-tl-ph-2.19-r0@cortexa9hf_vfp_neon locale-base-tl-ph.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-tn-za-2.19-r0@cortexa9hf_vfp_neon locale-base-tr-cy-2.19-r0@cortexa9hf_vfp_neon locale-base-tr-cy.iso-8859-9-2.19-r0@cortexa9hf_vfp_neon locale-base-ts-za-2.19-r0@cortexa9hf_vfp_neon locale-base-tt-ru-2.19-r0@cortexa9hf_vfp_neon locale-base-tt-ru+iqtelif-2.19-r0@cortexa9hf_vfp_neon locale-base-ug-cn-2.19-r0@cortexa9hf_vfp_neon locale-base-uk-ua-2.19-r0@cortexa9hf_vfp_neon locale-base-uk-ua.koi8-u-2.19-r0@cortexa9hf_vfp_neon locale-base-unm-us-2.19-r0@cortexa9hf_vfp_neon locale-base-ur-in-2.19-r0@cortexa9hf_vfp_neon locale-base-ur-pk-2.19-r0@cortexa9hf_vfp_neon locale-base-uz-uz+cyrillic-2.19-r0@cortexa9hf_vfp_neon locale-base-uz-uz.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-ve-za-2.19-r0@cortexa9hf_vfp_neon locale-base-vi-vn-2.19-r0@cortexa9hf_vfp_neon locale-base-wa-be-2.19-r0@cortexa9hf_vfp_neon locale-base-wa-be+euro.iso-8859-15-2.19-r0@cortexa9hf_vfp_neon locale-base-wa-be.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-wae-ch-2.19-r0@cortexa9hf_vfp_neon locale-base-wo-sn-2.19-r0@cortexa9hf_vfp_neon locale-base-xh-za-2.19-r0@cortexa9hf_vfp_neon locale-base-xh-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon locale-base-yi-us-2.19-r0@cortexa9hf_vfp_neon locale-base-yi-us.cp1255-2.19-r0@cortexa9hf_vfp_neon locale-base-yo-ng-2.19-r0@cortexa9hf_vfp_neon locale-base-yue-hk-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-cn-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-cn.gb18030-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-cn.gb2312-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-cn.gbk-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-hk-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-hk.big5-hkscs-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-sg-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-sg.gb2312-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-sg.gbk-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-tw.big5-2.19-r0@cortexa9hf_vfp_neon locale-base-zh-tw.euc-tw-2.19-r0@cortexa9hf_vfp_neon locale-base-zu-za-2.19-r0@cortexa9hf_vfp_neon locale-base-zu-za.iso-8859-1-2.19-r0@cortexa9hf_vfp_neon localedef-2.19-r0@cortexa9hf_vfp_neon lttng-tools-v2.4.0-r0@cortexa9hf_vfp_neon lttng-tools-dbg-v2.4.0-r0@cortexa9hf_vfp_neon lttng-tools-dev-v2.4.0-r0@cortexa9hf_vfp_neon lttng-tools-doc-v2.4.0-r0@cortexa9hf_vfp_neon lttng-tools-ptest-v2.4.0-r0@cortexa9hf_vfp_neon lttng-tools-staticdev-v2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-2:2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-bin-2:2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-dbg-2:2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-dev-2:2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-doc-2:2.4.0-r0@cortexa9hf_vfp_neon lttng-ust-staticdev-2:2.4.0-r0@cortexa9hf_vfp_neon m4-1.4.17-r0@cortexa9hf_vfp_neon m4-dbg-1.4.17-r0@cortexa9hf_vfp_neon m4-dev-1.4.17-r0@cortexa9hf_vfp_neon m4-doc-1.4.17-r0@cortexa9hf_vfp_neon make-4.0-r0@cortexa9hf_vfp_neon make-dbg-4.0-r0@cortexa9hf_vfp_neon make-dev-4.0-r0@cortexa9hf_vfp_neon make-doc-4.0-r0@cortexa9hf_vfp_neon make-locale-be-4.0-r0@cortexa9hf_vfp_neon make-locale-cs-4.0-r0@cortexa9hf_vfp_neon make-locale-da-4.0-r0@cortexa9hf_vfp_neon make-locale-de-4.0-r0@cortexa9hf_vfp_neon make-locale-es-4.0-r0@cortexa9hf_vfp_neon make-locale-fi-4.0-r0@cortexa9hf_vfp_neon make-locale-fr-4.0-r0@cortexa9hf_vfp_neon make-locale-ga-4.0-r0@cortexa9hf_vfp_neon make-locale-gl-4.0-r0@cortexa9hf_vfp_neon make-locale-he-4.0-r0@cortexa9hf_vfp_neon make-locale-hr-4.0-r0@cortexa9hf_vfp_neon make-locale-id-4.0-r0@cortexa9hf_vfp_neon make-locale-it-4.0-r0@cortexa9hf_vfp_neon make-locale-ja-4.0-r0@cortexa9hf_vfp_neon make-locale-ko-4.0-r0@cortexa9hf_vfp_neon make-locale-lt-4.0-r0@cortexa9hf_vfp_neon make-locale-nl-4.0-r0@cortexa9hf_vfp_neon make-locale-pl-4.0-r0@cortexa9hf_vfp_neon make-locale-pt-br-4.0-r0@cortexa9hf_vfp_neon make-locale-ru-4.0-r0@cortexa9hf_vfp_neon make-locale-sv-4.0-r0@cortexa9hf_vfp_neon make-locale-tr-4.0-r0@cortexa9hf_vfp_neon make-locale-uk-4.0-r0@cortexa9hf_vfp_neon make-locale-vi-4.0-r0@cortexa9hf_vfp_neon make-locale-zh-cn-4.0-r0@cortexa9hf_vfp_neon memtester-4.1.3-r0@cortexa9hf_vfp_neon memtester-dbg-4.1.3-r0@cortexa9hf_vfp_neon memtester-dev-4.1.3-r0@cortexa9hf_vfp_neon memtester-doc-4.1.3-r0@cortexa9hf_vfp_neon modutils-initscripts-1.0-r7@cortexa9hf_vfp_neon modutils-initscripts-dbg-1.0-r7@cortexa9hf_vfp_neon modutils-initscripts-dev-1.0-r7@cortexa9hf_vfp_neon mtd-utils-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-dbg-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-dev-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-doc-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-jffs2-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-misc-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon mtd-utils-ubifs-1.5.1+git0+9f107132a6-r0@cortexa9hf_vfp_neon nano-2.2.5-r3.0@cortexa9hf_vfp_neon nano-dbg-2.2.5-r3.0@cortexa9hf_vfp_neon nano-dev-2.2.5-r3.0@cortexa9hf_vfp_neon nano-doc-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-bg-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-ca-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-cs-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-da-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-de-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-es-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-eu-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-fi-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-fr-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-ga-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-gl-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-hu-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-id-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-it-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-ms-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-nb-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-nl-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-nn-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-pl-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-pt-br-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-ro-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-ru-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-rw-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-sr-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-sv-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-tr-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-uk-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-vi-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-zh-cn-2.2.5-r3.0@cortexa9hf_vfp_neon nano-locale-zh-tw-2.2.5-r3.0@cortexa9hf_vfp_neon nbench-byte-2.2.3-r0@cortexa9hf_vfp_neon nbench-byte-dbg-2.2.3-r0@cortexa9hf_vfp_neon nbench-byte-dev-2.2.3-r0@cortexa9hf_vfp_neon ncurses-5.9-r15.1@cortexa9hf_vfp_neon ncurses-dbg-5.9-r15.1@cortexa9hf_vfp_neon ncurses-dev-5.9-r15.1@cortexa9hf_vfp_neon ncurses-doc-5.9-r15.1@cortexa9hf_vfp_neon ncurses-staticdev-5.9-r15.1@cortexa9hf_vfp_neon ncurses-terminfo-5.9-r15.1@cortexa9hf_vfp_neon ncurses-terminfo-base-5.9-r15.1@cortexa9hf_vfp_neon ncurses-tools-5.9-r15.1@cortexa9hf_vfp_neon netbase-1:5.2-r0@cortexa9hf_vfp_neon netbase-dbg-1:5.2-r0@cortexa9hf_vfp_neon netbase-dev-1:5.2-r0@cortexa9hf_vfp_neon netbase-doc-1:5.2-r0@cortexa9hf_vfp_neon nettle-2.7.1-r0@cortexa9hf_vfp_neon nettle-dbg-2.7.1-r0@cortexa9hf_vfp_neon nettle-dev-2.7.1-r0@cortexa9hf_vfp_neon nettle-doc-2.7.1-r0@cortexa9hf_vfp_neon nettle-staticdev-2.7.1-r0@cortexa9hf_vfp_neon nscd-2.19-r0@cortexa9hf_vfp_neon openssh-6.6p1-r0@cortexa9hf_vfp_neon openssh-dbg-6.6p1-r0@cortexa9hf_vfp_neon openssh-dev-6.6p1-r0@cortexa9hf_vfp_neon openssh-doc-6.6p1-r0@cortexa9hf_vfp_neon openssh-keygen-6.6p1-r0@cortexa9hf_vfp_neon openssh-misc-6.6p1-r0@cortexa9hf_vfp_neon openssh-ptest-6.6p1-r0@cortexa9hf_vfp_neon openssh-scp-6.6p1-r0@cortexa9hf_vfp_neon openssh-sftp-6.6p1-r0@cortexa9hf_vfp_neon openssh-sftp-server-6.6p1-r0@cortexa9hf_vfp_neon openssh-ssh-6.6p1-r0@cortexa9hf_vfp_neon openssh-sshd-6.6p1-r0@cortexa9hf_vfp_neon openssl-1.0.1g-r0@cortexa9hf_vfp_neon openssl-conf-1.0.1g-r0@cortexa9hf_vfp_neon openssl-dbg-1.0.1g-r0@cortexa9hf_vfp_neon openssl-dev-1.0.1g-r0@cortexa9hf_vfp_neon openssl-doc-1.0.1g-r0@cortexa9hf_vfp_neon openssl-engines-1.0.1g-r0@cortexa9hf_vfp_neon openssl-engines-dbg-1.0.1g-r0@cortexa9hf_vfp_neon openssl-misc-1.0.1g-r0@cortexa9hf_vfp_neon openssl-ptest-1.0.1g-r0@cortexa9hf_vfp_neon openssl-staticdev-1.0.1g-r0@cortexa9hf_vfp_neon opkg-utils-0.1.8+git0+c33b217016-r0@cortexa9hf_vfp_neon opkg-utils-dbg-0.1.8+git0+c33b217016-r0@cortexa9hf_vfp_neon opkg-utils-dev-0.1.8+git0+c33b217016-r0@cortexa9hf_vfp_neon oprofile-0.9.9-r0@imx6qsabreauto oprofile-dbg-0.9.9-r0@imx6qsabreauto oprofile-dev-0.9.9-r0@imx6qsabreauto oprofile-doc-0.9.9-r0@imx6qsabreauto oprofile-staticdev-0.9.9-r0@imx6qsabreauto oprofileui-server-0.0+git0+389e1875af-r0@cortexa9hf_vfp_neon oprofileui-server-dbg-0.0+git0+389e1875af-r0@cortexa9hf_vfp_neon oprofileui-server-dev-0.0+git0+389e1875af-r0@cortexa9hf_vfp_neon oprofileui-server-doc-0.0+git0+389e1875af-r0@cortexa9hf_vfp_neon orc-0.4.18-r2.0@cortexa9hf_vfp_neon orc-dbg-0.4.18-r2.0@cortexa9hf_vfp_neon orc-dev-0.4.18-r2.0@cortexa9hf_vfp_neon orc-doc-0.4.18-r2.0@cortexa9hf_vfp_neon orc-staticdev-0.4.18-r2.0@cortexa9hf_vfp_neon packagegroup-core-boot-1.0-r17@imx6qsabreauto packagegroup-core-boot-dbg-1.0-r17@imx6qsabreauto packagegroup-core-boot-dev-1.0-r17@imx6qsabreauto packagegroup-core-ssh-openssh-1.0-r1@all packagegroup-core-ssh-openssh-dbg-1.0-r1@all packagegroup-core-ssh-openssh-dev-1.0-r1@all packagegroup-core-tools-debug-1.0-r2@imx6qsabreauto packagegroup-core-tools-debug-dbg-1.0-r2@imx6qsabreauto packagegroup-core-tools-debug-dev-1.0-r2@imx6qsabreauto packagegroup-core-tools-profile-1.0-r3@imx6qsabreauto packagegroup-core-tools-profile-dbg-1.0-r3@imx6qsabreauto packagegroup-core-tools-profile-dev-1.0-r3@imx6qsabreauto packagegroup-fsl-gstreamer-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-audio-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-base-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-dbg-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-debug-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-dev-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-streamer-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-video-1.0-r0@imx6qsabreauto packagegroup-fsl-gstreamer-x11-base-1.0-r0@imx6qsabreauto packagegroup-fsl-tools-benchmark-1.0-r0@imx6qsabreauto packagegroup-fsl-tools-benchmark-dbg-1.0-r0@imx6qsabreauto packagegroup-fsl-tools-benchmark-dev-1.0-r0@imx6qsabreauto packagegroup-fsl-tools-testapps-1.0-r0@all packagegroup-fsl-tools-testapps-dbg-1.0-r0@all packagegroup-fsl-tools-testapps-dev-1.0-r0@all pango-1.36.3-r0@cortexa9hf_vfp_neon pango-dbg-1.36.3-r0@cortexa9hf_vfp_neon pango-dev-1.36.3-r0@cortexa9hf_vfp_neon pango-doc-1.36.3-r0@cortexa9hf_vfp_neon pango-module-arabic-lang-1.36.3-r0@cortexa9hf_vfp_neon pango-module-basic-fc-1.36.3-r0@cortexa9hf_vfp_neon pango-module-indic-lang-1.36.3-r0@cortexa9hf_vfp_neon pango-modules-1.36.3-r0@cortexa9hf_vfp_neon pango-ptest-1.36.3-r0@cortexa9hf_vfp_neon pciutils-3.2.1-r0@cortexa9hf_vfp_neon pciutils-dbg-3.2.1-r0@cortexa9hf_vfp_neon pciutils-dev-3.2.1-r0@cortexa9hf_vfp_neon pciutils-doc-3.2.1-r0@cortexa9hf_vfp_neon pciutils-ids-3.2.1-r0@cortexa9hf_vfp_neon perf-3.10.17-r8@imx6qsabreauto perf-dbg-3.10.17-r8@imx6qsabreauto perf-dev-3.10.17-r8@imx6qsabreauto perl-5.14.3-r1@cortexa9hf_vfp_neon perl-dbg-5.14.3-r1@cortexa9hf_vfp_neon perl-dev-5.14.3-r1@cortexa9hf_vfp_neon perl-doc-5.14.3-r1@cortexa9hf_vfp_neon perl-misc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-abbrev-5.14.3-r1@cortexa9hf_vfp_neon perl-module-anydbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-app-cpan-5.14.3-r1@cortexa9hf_vfp_neon perl-module-app-prove-5.14.3-r1@cortexa9hf_vfp_neon perl-module-app-prove-state-5.14.3-r1@cortexa9hf_vfp_neon perl-module-app-prove-state-result-5.14.3-r1@cortexa9hf_vfp_neon perl-module-app-prove-state-result-test-5.14.3-r1@cortexa9hf_vfp_neon perl-module-archive-extract-5.14.3-r1@cortexa9hf_vfp_neon perl-module-archive-tar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-archive-tar-constant-5.14.3-r1@cortexa9hf_vfp_neon perl-module-archive-tar-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-assert-5.14.3-r1@cortexa9hf_vfp_neon perl-module-attribute-handlers-5.14.3-r1@cortexa9hf_vfp_neon perl-module-attributes-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autodie-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autodie-exception-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autodie-exception-system-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autodie-hints-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autoloader-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autosplit-5.14.3-r1@cortexa9hf_vfp_neon perl-module-autouse-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-concise-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-debug-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-deparse-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-lint-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-lint-debug-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-showlex-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-terse-5.14.3-r1@cortexa9hf_vfp_neon perl-module-b-xref-5.14.3-r1@cortexa9hf_vfp_neon perl-module-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-benchmark-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bigfloat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bigint-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bignum-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bigrat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-blib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-build-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bytes-5.14.3-r1@cortexa9hf_vfp_neon perl-module-bytes-heavy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cacheout-5.14.3-r1@cortexa9hf_vfp_neon perl-module-carp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-carp-heavy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-apache-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-carp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-cookie-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-fast-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-pretty-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-push-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-switch-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cgi-util-5.14.3-r1@cortexa9hf_vfp_neon perl-module-charnames-5.14.3-r1@cortexa9hf_vfp_neon perl-module-class-struct-5.14.3-r1@cortexa9hf_vfp_neon perl-module-complete-5.14.3-r1@cortexa9hf_vfp_neon perl-module-compress-raw-bzip2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-compress-raw-zlib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-compress-zlib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-config-extensions-5.14.3-r1@cortexa9hf_vfp_neon perl-module-config-git-5.14.3-r1@cortexa9hf_vfp_neon perl-module-constant-5.14.3-r1@cortexa9hf_vfp_neon perl-module-corelist-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cpan-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cpanplus-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ctime-5.14.3-r1@cortexa9hf_vfp_neon perl-module-cwd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-data-dumper-5.14.3-r1@cortexa9hf_vfp_neon perl-module-db-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-compress-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-encode-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-int32-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-null-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dbm-filter-utf8-5.14.3-r1@cortexa9hf_vfp_neon perl-module-deprecate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-devel-dprof-5.14.3-r1@cortexa9hf_vfp_neon perl-module-devel-innerpackage-5.14.3-r1@cortexa9hf_vfp_neon perl-module-devel-peek-5.14.3-r1@cortexa9hf_vfp_neon perl-module-devel-ppport-5.14.3-r1@cortexa9hf_vfp_neon perl-module-devel-selfstubber-5.14.3-r1@cortexa9hf_vfp_neon perl-module-diagnostics-5.14.3-r1@cortexa9hf_vfp_neon perl-module-digest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-digest-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-digest-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-digest-md5-5.14.3-r1@cortexa9hf_vfp_neon perl-module-digest-sha-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dirhandle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dotsh-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dumpvalue-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dumpvar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-dynaloader-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode--pm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode--t-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-alias-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-byte-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-changes-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-cjkconstants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-cn-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-cn-hz-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-config-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-configlocal-pm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-ebcdic-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-encoder-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-encoding-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-gsm0338-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-guess-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-jp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-jp-h2z-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-jp-jis7-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-kr-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-kr-2022-kr-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-makefile-pl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-mime-header-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-mime-header-iso-2022-jp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-mime-name-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-readme-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-symbol-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-tw-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-unicode-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encode-unicode-utf7-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encoding-5.14.3-r1@cortexa9hf_vfp_neon perl-module-encoding-warnings-5.14.3-r1@cortexa9hf_vfp_neon perl-module-english-5.14.3-r1@cortexa9hf_vfp_neon perl-module-env-5.14.3-r1@cortexa9hf_vfp_neon perl-module-errno-5.14.3-r1@cortexa9hf_vfp_neon perl-module-exceptions-5.14.3-r1@cortexa9hf_vfp_neon perl-module-exporter-5.14.3-r1@cortexa9hf_vfp_neon perl-module-exporter-heavy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-aix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-cygwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-darwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-dec-osf-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-os2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-unix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-vms-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-windows-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-windows-bcc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-windows-gcc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-cbuilder-platform-windows-msvc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-command-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-command-mm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-constant-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-constant-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-constant-proxysubs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-constant-utils-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-constant-xs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-embed-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-install-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-installed-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-liblist-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-liblist-kid-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-makemaker-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-makemaker-config-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-makemaker-yaml-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-manifest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-miniperl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mkbootstrap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mksymlists-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-aix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-any-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-beos-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-cygwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-darwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-dos-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-macos-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-nw5-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-os2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-qnx-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-unix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-uwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-vms-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-vos-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-win32-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-mm-win95-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-my-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-packlist-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-parsexs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-extutils-testlib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-fastcwd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-fatal-5.14.3-r1@cortexa9hf_vfp_neon perl-module-fcntl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-feature-5.14.3-r1@cortexa9hf_vfp_neon perl-module-fields-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-basename-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-checktree-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-compare-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-copy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-dosglob-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-fetch-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-find-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-glob-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-globmapper-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-path-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-cygwin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-epoc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-functions-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-mac-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-os2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-unix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-vms-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-spec-win32-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-stat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-file-temp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-filecache-5.14.3-r1@cortexa9hf_vfp_neon perl-module-filehandle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-filetest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-filter-simple-5.14.3-r1@cortexa9hf_vfp_neon perl-module-filter-util-call-5.14.3-r1@cortexa9hf_vfp_neon perl-module-find-5.14.3-r1@cortexa9hf_vfp_neon perl-module-findbin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-finddepth-5.14.3-r1@cortexa9hf_vfp_neon perl-module-flush-5.14.3-r1@cortexa9hf_vfp_neon perl-module-gdbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-getcwd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-getopt-5.14.3-r1@cortexa9hf_vfp_neon perl-module-getopt-long-5.14.3-r1@cortexa9hf_vfp_neon perl-module-getopt-std-5.14.3-r1@cortexa9hf_vfp_neon perl-module-getopts-5.14.3-r1@cortexa9hf_vfp_neon perl-module-hash-util-5.14.3-r1@cortexa9hf_vfp_neon perl-module-hash-util-fieldhash-5.14.3-r1@cortexa9hf_vfp_neon perl-module-hostname-5.14.3-r1@cortexa9hf_vfp_neon perl-module-http-tiny-5.14.3-r1@cortexa9hf_vfp_neon perl-module-i18n-collate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-i18n-langinfo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-i18n-langtags-5.14.3-r1@cortexa9hf_vfp_neon perl-module-i18n-langtags-detect-5.14.3-r1@cortexa9hf_vfp_neon perl-module-i18n-langtags-list-5.14.3-r1@cortexa9hf_vfp_neon perl-module-if-5.14.3-r1@cortexa9hf_vfp_neon perl-module-importenv-5.14.3-r1@cortexa9hf_vfp_neon perl-module-inc-latest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-inc-latest-private-5.14.3-r1@cortexa9hf_vfp_neon perl-module-integer-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-adapter-bzip2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-adapter-deflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-adapter-identity-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-base-common-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-bzip2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-deflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-gzip-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-gzip-constants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-rawdeflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-zip-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-zip-constants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-zlib-constants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-compress-zlib-extra-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-dir-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-handle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-pipe-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-poll-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-seekable-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-select-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-socket-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-socket-inet-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-socket-unix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-adapter-bunzip2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-adapter-identity-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-adapter-inflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-anyinflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-anyuncompress-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-bunzip2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-gunzip-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-inflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-rawinflate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-uncompress-unzip-5.14.3-r1@cortexa9hf_vfp_neon perl-module-io-zlib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-cmd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-msg-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-open2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-open3-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-semaphore-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-sharedmem-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ipc-sysv-5.14.3-r1@cortexa9hf_vfp_neon perl-module-json-pp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-json-pp-boolean-5.14.3-r1@cortexa9hf_vfp_neon perl-module-less-5.14.3-r1@cortexa9hf_vfp_neon perl-module-lib-5.14.3-r1@cortexa9hf_vfp_neon perl-module-list-util-5.14.3-r1@cortexa9hf_vfp_neon perl-module-list-util-pp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-list-util-xs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-load-5.14.3-r1@cortexa9hf_vfp_neon perl-module-loaded-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-codes-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-codes-country-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-codes-currency-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-codes-language-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-codes-script-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-constants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-country-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-currency-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-language-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-maketext-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-maketext-guts-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-maketext-gutsloader-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-maketext-simple-5.14.3-r1@cortexa9hf_vfp_neon perl-module-locale-script-5.14.3-r1@cortexa9hf_vfp_neon perl-module-log-message-5.14.3-r1@cortexa9hf_vfp_neon perl-module-log-message-config-5.14.3-r1@cortexa9hf_vfp_neon perl-module-log-message-handlers-5.14.3-r1@cortexa9hf_vfp_neon perl-module-log-message-item-5.14.3-r1@cortexa9hf_vfp_neon perl-module-log-message-simple-5.14.3-r1@cortexa9hf_vfp_neon perl-module-look-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigfloat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigfloat-trace-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigint-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigint-calc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigint-calcemu-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigint-fastcalc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigint-trace-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-bigrat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-complex-5.14.3-r1@cortexa9hf_vfp_neon perl-module-math-trig-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-anydbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-expire-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-expirefile-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-expiretest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-ndbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-sdbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-memoize-storable-5.14.3-r1@cortexa9hf_vfp_neon perl-module-metadata-5.14.3-r1@cortexa9hf_vfp_neon perl-module-mime-base64-5.14.3-r1@cortexa9hf_vfp_neon perl-module-mime-quotedprint-5.14.3-r1@cortexa9hf_vfp_neon perl-module-mro-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-cmd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-config-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-domain-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-a-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-dataconn-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-e-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-i-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ftp-l-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-hostent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-netent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-netrc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-nntp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-ping-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-pop3-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-protoent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-servent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-smtp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-net-time-5.14.3-r1@cortexa9hf_vfp_neon perl-module-newgetopt-5.14.3-r1@cortexa9hf_vfp_neon perl-module-next-5.14.3-r1@cortexa9hf_vfp_neon perl-module-o-5.14.3-r1@cortexa9hf_vfp_neon perl-module-object-accessor-5.14.3-r1@cortexa9hf_vfp_neon perl-module-opcode-5.14.3-r1@cortexa9hf_vfp_neon perl-module-open-5.14.3-r1@cortexa9hf_vfp_neon perl-module-open2-5.14.3-r1@cortexa9hf_vfp_neon perl-module-open3-5.14.3-r1@cortexa9hf_vfp_neon perl-module-ops-5.14.3-r1@cortexa9hf_vfp_neon perl-module-overload-5.14.3-r1@cortexa9hf_vfp_neon perl-module-overload-numbers-5.14.3-r1@cortexa9hf_vfp_neon perl-module-overloading-5.14.3-r1@cortexa9hf_vfp_neon perl-module-package-constants-5.14.3-r1@cortexa9hf_vfp_neon perl-module-params-check-5.14.3-r1@cortexa9hf_vfp_neon perl-module-parent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-parse-cpan-meta-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perl-ostype-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perl5db-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perlio-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perlio-encoding-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perlio-scalar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perlio-via-5.14.3-r1@cortexa9hf_vfp_neon perl-module-perlio-via-quotedprint-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pluggable-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-checker-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-escapes-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-find-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-functions-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-html-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-inputobjects-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-latex-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-man-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-parselink-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-parser-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-parseutils-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-baseto-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-getoptsoo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-tochecker-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-toman-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-tonroff-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-topod-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-tortf-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-totext-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-totk-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-perldoc-toxml-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-plaintext-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-select-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-blackbox-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-checker-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-debug-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-dumpastext-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-dumpasxml-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-html-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-htmlbatch-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-htmllegacy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-linksection-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-methody-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-progress-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-pullparser-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-pullparserendtoken-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-pullparserstarttoken-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-pullparsertexttoken-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-pullparsertoken-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-rtf-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-search-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-simpletree-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-text-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-textcontent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-tiedoutfh-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-transcode-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-transcodedumb-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-transcodesmart-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-xhtml-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-simple-xmloutstream-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-text-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-text-color-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-text-overstrike-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-text-termcap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pod-usage-5.14.3-r1@cortexa9hf_vfp_neon perl-module-posix-5.14.3-r1@cortexa9hf_vfp_neon perl-module-posix-sigaction-5.14.3-r1@cortexa9hf_vfp_neon perl-module-posix-sigrt-5.14.3-r1@cortexa9hf_vfp_neon perl-module-pwd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-re-5.14.3-r1@cortexa9hf_vfp_neon perl-module-safe-5.14.3-r1@cortexa9hf_vfp_neon perl-module-scalar-util-5.14.3-r1@cortexa9hf_vfp_neon perl-module-scalar-util-pp-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sdbm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sdbm-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-search-dict-5.14.3-r1@cortexa9hf_vfp_neon perl-module-selectsaver-5.14.3-r1@cortexa9hf_vfp_neon perl-module-selfloader-5.14.3-r1@cortexa9hf_vfp_neon perl-module-shell-5.14.3-r1@cortexa9hf_vfp_neon perl-module-shellwords-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sigtrap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-socket-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sort-5.14.3-r1@cortexa9hf_vfp_neon perl-module-stat-5.14.3-r1@cortexa9hf_vfp_neon perl-module-storable-5.14.3-r1@cortexa9hf_vfp_neon perl-module-subs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-symbol-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sys-hostname-5.14.3-r1@cortexa9hf_vfp_neon perl-module-sys-syslog-5.14.3-r1@cortexa9hf_vfp_neon perl-module-syslog-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tainted-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-base-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-color-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-console-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-console-parallelsession-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-console-session-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-file-session-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-formatter-session-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-harness-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-object-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-aggregator-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-grammar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-iterator-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-iterator-array-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-iterator-process-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-iterator-stream-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-iteratorfactory-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-multiplexer-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-bailout-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-comment-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-plan-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-pragma-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-test-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-unknown-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-version-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-result-yaml-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-resultfactory-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-scheduler-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-scheduler-job-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-scheduler-spinner-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-source-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-executable-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-handle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-perl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-sourcehandler-rawtap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-utils-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-yamlish-reader-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tap-parser-yamlish-writer-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-ansicolor-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-cap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-complete-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-readline-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-ui-5.14.3-r1@cortexa9hf_vfp_neon perl-module-term-ui-history-5.14.3-r1@cortexa9hf_vfp_neon perl-module-termcap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-builder-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-builder-module-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-builder-tester-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-builder-tester-color-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-harness-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-more-5.14.3-r1@cortexa9hf_vfp_neon perl-module-test-simple-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-abbrev-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-balanced-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-parsewords-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-soundex-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-tabs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-text-wrap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-thread-5.14.3-r1@cortexa9hf_vfp_neon perl-module-thread-queue-5.14.3-r1@cortexa9hf_vfp_neon perl-module-thread-semaphore-5.14.3-r1@cortexa9hf_vfp_neon perl-module-threads-5.14.3-r1@cortexa9hf_vfp_neon perl-module-threads-shared-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-array-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-file-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-handle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-hash-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-hash-namedcapture-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-memoize-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-refhash-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-scalar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-stdhandle-5.14.3-r1@cortexa9hf_vfp_neon perl-module-tie-substrhash-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-gmtime-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-hires-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-local-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-localtime-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-piece-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-seconds-5.14.3-r1@cortexa9hf_vfp_neon perl-module-time-tm-5.14.3-r1@cortexa9hf_vfp_neon perl-module-timelocal-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-big5-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-gb2312-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-jisx0208-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-korean-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-pinyin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-cjk-stroke-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-af-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ar-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-az-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ca-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-cs-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-cy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-da-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-de-phone-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-eo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-es-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-es-trad-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-et-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-fi-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-fil-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-fo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-fr-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ha-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-haw-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-hr-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-hu-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-hy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ig-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-is-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ja-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-kk-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-kl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ko-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-lt-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-lv-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-mt-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-nb-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-nn-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-nso-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-om-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-pl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ro-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-ru-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-se-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-sk-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-sl-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-sq-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-sv-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-sw-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-tn-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-to-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-tr-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-uk-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-vi-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-wo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-yo-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-zh-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-zh-big5-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-zh-gb-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-zh-pin-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-collate-locale-zh-strk-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-normalize-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicode-ucd-5.14.3-r1@cortexa9hf_vfp_neon perl-module-unicore-5.14.3-r1@cortexa9hf_vfp_neon perl-module-universal-5.14.3-r1@cortexa9hf_vfp_neon perl-module-user-grent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-user-pwent-5.14.3-r1@cortexa9hf_vfp_neon perl-module-utf8-5.14.3-r1@cortexa9hf_vfp_neon perl-module-utf8-heavy-5.14.3-r1@cortexa9hf_vfp_neon perl-module-validate-5.14.3-r1@cortexa9hf_vfp_neon perl-module-version-5.14.3-r1@cortexa9hf_vfp_neon perl-module-version-requirements-5.14.3-r1@cortexa9hf_vfp_neon perl-module-vmsish-5.14.3-r1@cortexa9hf_vfp_neon perl-module-xs-apitest-5.14.3-r1@cortexa9hf_vfp_neon perl-module-xs-typemap-5.14.3-r1@cortexa9hf_vfp_neon perl-module-xsloader-5.14.3-r1@cortexa9hf_vfp_neon perl-modules-5.14.3-r1@cortexa9hf_vfp_neon perl-pod-5.14.3-r1@cortexa9hf_vfp_neon perl-ptest-5.14.3-r1@cortexa9hf_vfp_neon pgawk-4.0.2-r0@cortexa9hf_vfp_neon pointercal-0.0-r11@imx6qsabreauto pointercal-dbg-0.0-r11@imx6qsabreauto pointercal-dev-0.0-r11@imx6qsabreauto powertop-2.5-r0@cortexa9hf_vfp_neon powertop-dbg-2.5-r0@cortexa9hf_vfp_neon powertop-dev-2.5-r0@cortexa9hf_vfp_neon powertop-doc-2.5-r0@cortexa9hf_vfp_neon powertop-locale-ca-2.5-r0@cortexa9hf_vfp_neon powertop-locale-cs-cz-2.5-r0@cortexa9hf_vfp_neon powertop-locale-de-de-2.5-r0@cortexa9hf_vfp_neon powertop-locale-en-gb-2.5-r0@cortexa9hf_vfp_neon powertop-locale-en-us-2.5-r0@cortexa9hf_vfp_neon powertop-locale-es-es-2.5-r0@cortexa9hf_vfp_neon powertop-locale-hu-hu-2.5-r0@cortexa9hf_vfp_neon powertop-locale-id-id-2.5-r0@cortexa9hf_vfp_neon powertop-locale-nl-nl-2.5-r0@cortexa9hf_vfp_neon powertop-locale-zh-tw-2.5-r0@cortexa9hf_vfp_neon pulseaudio-5.0-r0@cortexa9hf_vfp_neon pulseaudio-dbg-5.0-r0@cortexa9hf_vfp_neon pulseaudio-dev-5.0-r0@cortexa9hf_vfp_neon pulseaudio-doc-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-alsa-util-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-avahi-wrap-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-bluez4-util-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-cli-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-oss-util-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-protocol-cli-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-protocol-esound-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-protocol-http-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-protocol-native-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-protocol-simple-5.0-r0@cortexa9hf_vfp_neon pulseaudio-lib-rtp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-as-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-bn-in-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-ca-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-cs-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-de-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-de-ch-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-el-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-es-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-fi-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-fr-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-gu-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-he-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-hi-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-hu-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-id-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-it-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-ja-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-kn-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-ml-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-mr-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-nl-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-or-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-pa-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-pl-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-pt-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-pt-br-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-ru-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-sr-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-sr+latin-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-sv-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-ta-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-te-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-uk-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-zh-cn-5.0-r0@cortexa9hf_vfp_neon pulseaudio-locale-zh-tw-5.0-r0@cortexa9hf_vfp_neon pulseaudio-misc-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-alsa-card-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-alsa-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-alsa-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-always-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-augment-properties-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-bluetooth-discover-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-bluetooth-policy-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-bluez4-device-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-bluez4-discover-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-card-restore-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-cli-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-cli-protocol-tcp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-cli-protocol-unix-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-combine-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-combine-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-console-kit-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-dbus-protocol-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-default-device-restore-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-detect-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-device-manager-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-device-restore-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-echo-cancel-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-esound-compat-spawnfd-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-esound-compat-spawnpid-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-esound-protocol-tcp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-esound-protocol-unix-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-esound-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-filter-apply-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-filter-heuristics-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-gconf-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-http-protocol-tcp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-http-protocol-unix-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-intended-roles-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-ladspa-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-loopback-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-match-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-mmkbd-evdev-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-native-protocol-fd-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-native-protocol-tcp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-native-protocol-unix-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-null-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-null-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-oss-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-pipe-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-pipe-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-position-event-sounds-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-remap-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-remap-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-rescue-streams-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-role-cork-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-role-ducking-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-rtp-recv-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-rtp-send-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-rygel-media-server-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-simple-protocol-tcp-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-simple-protocol-unix-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-sine-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-sine-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-stream-restore-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-suspend-on-idle-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-switch-on-connect-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-switch-on-port-available-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-tunnel-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-tunnel-sink-new-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-tunnel-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-tunnel-source-new-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-udev-detect-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-virtual-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-virtual-source-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-virtual-surround-sink-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-volume-restore-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-zeroconf-discover-5.0-r0@cortexa9hf_vfp_neon pulseaudio-module-zeroconf-publish-5.0-r0@cortexa9hf_vfp_neon pulseaudio-server-5.0-r0@cortexa9hf_vfp_neon python-2to3-2.7.3-r0.3@cortexa9hf_vfp_neon python-audio-2.7.3-r0.3@cortexa9hf_vfp_neon python-bsddb-2.7.3-r0.3@cortexa9hf_vfp_neon python-codecs-2.7.3-r0.3@cortexa9hf_vfp_neon python-compile-2.7.3-r0.3@cortexa9hf_vfp_neon python-compiler-2.7.3-r0.3@cortexa9hf_vfp_neon python-compression-2.7.3-r0.3@cortexa9hf_vfp_neon python-core-2.7.3-r0.3@cortexa9hf_vfp_neon python-crypt-2.7.3-r0.3@cortexa9hf_vfp_neon python-ctypes-2.7.3-r0.3@cortexa9hf_vfp_neon python-curses-2.7.3-r0.3@cortexa9hf_vfp_neon python-datetime-2.7.3-r0.3@cortexa9hf_vfp_neon python-db-2.7.3-r0.3@cortexa9hf_vfp_neon python-dbg-2.7.3-r0.3@cortexa9hf_vfp_neon python-dbus-1.2.0-r0@cortexa9hf_vfp_neon python-dbus-dbg-1.2.0-r0@cortexa9hf_vfp_neon python-dbus-dev-1.2.0-r0@cortexa9hf_vfp_neon python-dbus-doc-1.2.0-r0@cortexa9hf_vfp_neon python-debugger-2.7.3-r0.3@cortexa9hf_vfp_neon python-dev-2.7.3-r0.3@cortexa9hf_vfp_neon python-difflib-2.7.3-r0.3@cortexa9hf_vfp_neon python-distutils-2.7.3-r0.3@cortexa9hf_vfp_neon python-distutils-staticdev-2.7.3-r0.3@cortexa9hf_vfp_neon python-doctest-2.7.3-r0.3@cortexa9hf_vfp_neon python-elementtree-2.7.3-r0.3@cortexa9hf_vfp_neon python-email-2.7.3-r0.3@cortexa9hf_vfp_neon python-fcntl-2.7.3-r0.3@cortexa9hf_vfp_neon python-gdbm-2.7.3-r0.3@cortexa9hf_vfp_neon python-hotshot-2.7.3-r0.3@cortexa9hf_vfp_neon python-html-2.7.3-r0.3@cortexa9hf_vfp_neon python-idle-2.7.3-r0.3@cortexa9hf_vfp_neon python-image-2.7.3-r0.3@cortexa9hf_vfp_neon python-io-2.7.3-r0.3@cortexa9hf_vfp_neon python-json-2.7.3-r0.3@cortexa9hf_vfp_neon python-lang-2.7.3-r0.3@cortexa9hf_vfp_neon python-logging-2.7.3-r0.3@cortexa9hf_vfp_neon python-mailbox-2.7.3-r0.3@cortexa9hf_vfp_neon python-man-2.7.3-r0.3@cortexa9hf_vfp_neon python-math-2.7.3-r0.3@cortexa9hf_vfp_neon python-mime-2.7.3-r0.3@cortexa9hf_vfp_neon python-misc-2.7.3-r0.3@cortexa9hf_vfp_neon python-mmap-2.7.3-r0.3@cortexa9hf_vfp_neon python-modules-2.7.3-r0.3@cortexa9hf_vfp_neon python-multiprocessing-2.7.3-r0.3@cortexa9hf_vfp_neon python-netclient-2.7.3-r0.3@cortexa9hf_vfp_neon python-netserver-2.7.3-r0.3@cortexa9hf_vfp_neon python-numbers-2.7.3-r0.3@cortexa9hf_vfp_neon python-pickle-2.7.3-r0.3@cortexa9hf_vfp_neon python-pkgutil-2.7.3-r0.3@cortexa9hf_vfp_neon python-pprint-2.7.3-r0.3@cortexa9hf_vfp_neon python-profile-2.7.3-r0.3@cortexa9hf_vfp_neon python-ptest-2.7.3-r0.3@cortexa9hf_vfp_neon python-pydoc-2.7.3-r0.3@cortexa9hf_vfp_neon python-pygobject-2.28.3-r0@cortexa9hf_vfp_neon python-pygobject-dbg-2.28.3-r0@cortexa9hf_vfp_neon python-pygobject-dev-2.28.3-r0@cortexa9hf_vfp_neon python-re-2.7.3-r0.3@cortexa9hf_vfp_neon python-readline-2.7.3-r0.3@cortexa9hf_vfp_neon python-resource-2.7.3-r0.3@cortexa9hf_vfp_neon python-robotparser-2.7.3-r0.3@cortexa9hf_vfp_neon python-shell-2.7.3-r0.3@cortexa9hf_vfp_neon python-smtpd-2.7.3-r0.3@cortexa9hf_vfp_neon python-sqlite3-2.7.3-r0.3@cortexa9hf_vfp_neon python-sqlite3-tests-2.7.3-r0.3@cortexa9hf_vfp_neon python-stringold-2.7.3-r0.3@cortexa9hf_vfp_neon python-subprocess-2.7.3-r0.3@cortexa9hf_vfp_neon python-syslog-2.7.3-r0.3@cortexa9hf_vfp_neon python-terminal-2.7.3-r0.3@cortexa9hf_vfp_neon python-tests-2.7.3-r0.3@cortexa9hf_vfp_neon python-textutils-2.7.3-r0.3@cortexa9hf_vfp_neon python-threading-2.7.3-r0.3@cortexa9hf_vfp_neon python-tkinter-2.7.3-r0.3@cortexa9hf_vfp_neon python-unittest-2.7.3-r0.3@cortexa9hf_vfp_neon python-unixadmin-2.7.3-r0.3@cortexa9hf_vfp_neon python-xml-2.7.3-r0.3@cortexa9hf_vfp_neon python-xmlrpc-2.7.3-r0.3@cortexa9hf_vfp_neon python-zlib-2.7.3-r0.3@cortexa9hf_vfp_neon qemuwrapper-cross-1.0-r0@cortexa9hf_vfp_neon qemuwrapper-cross-dbg-1.0-r0@cortexa9hf_vfp_neon qemuwrapper-cross-dev-1.0-r0@cortexa9hf_vfp_neon qt3d-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-dbg-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-dev-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-examples-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-examples-dbg-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-mkspecs-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-qmlplugins-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-qmlplugins-dbg-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-tools-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qt3d-tools-dbg-5.2.1+git0+d3338a9f7f-r0@cortexa9hf_vfp_neon qtbase-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-dev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-doc-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-examples-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-examples-dev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-examples-staticdev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-pfa-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-pfb-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-qpf-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-ttf-dejavu-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-fonts-ttf-vera-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-plugins-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-staticdev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-tools-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtbase-tools-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtconnectivity-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-dev-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-examples-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon qtconnectivity-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-dev-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-examples-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-examples-dev-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-plugins-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-staticdev-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-tools-5.2.1-r0@cortexa9hf_vfp_neon qtdeclarative-tools-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtgraphicaleffects-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtgraphicaleffects-dev-5.2.1-r0@cortexa9hf_vfp_neon qtgraphicaleffects-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon qtimageformats-5.2.1-r0@cortexa9hf_vfp_neon qtimageformats-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtimageformats-dev-5.2.1-r0@cortexa9hf_vfp_neon qtimageformats-plugins-5.2.1-r0@cortexa9hf_vfp_neon qtimageformats-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-dev-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-examples-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-plugins-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon qtlocation-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtmultimedia-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-dev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-examples-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-examples-dev-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-plugins-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-plugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtmultimedia-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon_mx6 qtquickcontrols-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtquickcontrols-dev-5.2.1-r0@cortexa9hf_vfp_neon qtquickcontrols-qmlplugins-5.2.1-r0@cortexa9hf_vfp_neon qtquickcontrols-qmlplugins-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtscript-5.2.1-r0@cortexa9hf_vfp_neon qtscript-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtscript-dev-5.2.1-r0@cortexa9hf_vfp_neon qtscript-examples-5.2.1-r0@cortexa9hf_vfp_neon qtscript-examples-dbg-5.2.1-r0@cortexa9hf_vfp_neon qtscript-mkspecs-5.2.1-r0@cortexa9hf_vfp_neon qtsystems-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-dbg-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-dev-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-examples-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-examples-dbg-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-mkspecs-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-qmlplugins-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-qmlplugins-dbg-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-tools-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon qtsystems-tools-dbg-5.2.1+git0+aa651c73bf-r0@cortexa9hf_vfp_neon run-postinsts-1.0-r9@all run-postinsts-dbg-1.0-r9@all run-postinsts-dev-1.0-r9@all sbc-1.2-r0@cortexa9hf_vfp_neon sbc-dbg-1.2-r0@cortexa9hf_vfp_neon sbc-dev-1.2-r0@cortexa9hf_vfp_neon sbc-staticdev-1.2-r0@cortexa9hf_vfp_neon sed-4.2.2-r0@cortexa9hf_vfp_neon sed-dbg-4.2.2-r0@cortexa9hf_vfp_neon sed-dev-4.2.2-r0@cortexa9hf_vfp_neon sed-doc-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-af-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ast-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ca-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-cs-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-da-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-de-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-el-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-eo-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-es-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-et-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-eu-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-fi-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-fr-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ga-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-gl-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-he-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-hr-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-hu-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-id-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-it-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ja-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ko-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-nb-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-nl-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-pl-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-pt-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-pt-br-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ro-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-ru-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-sk-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-sl-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-sr-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-sv-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-tr-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-uk-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-vi-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-zh-cn-4.2.2-r0@cortexa9hf_vfp_neon sed-locale-zh-tw-4.2.2-r0@cortexa9hf_vfp_neon shadow-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-dbg-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-dev-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-doc-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-bs-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ca-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-cs-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-da-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-de-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-dz-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-el-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-es-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-eu-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-fi-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-fr-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-gl-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-he-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-hu-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-id-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-it-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ja-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-kk-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-km-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ko-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-nb-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ne-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-nl-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-nn-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-pl-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-pt-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-pt-br-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ro-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-ru-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-sk-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-sq-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-sv-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-tl-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-tr-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-uk-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-vi-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-zh-cn-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-locale-zh-tw-4.1.4.3-r14@cortexa9hf_vfp_neon shadow-securetty-4.1.4.3-r3@imx6qsabreauto shadow-securetty-dbg-4.1.4.3-r3@imx6qsabreauto shadow-securetty-dev-4.1.4.3-r3@imx6qsabreauto shared-mime-info-1.2-r0@cortexa9hf_vfp_neon shared-mime-info-data-1.2-r0@cortexa9hf_vfp_neon shared-mime-info-dbg-1.2-r0@cortexa9hf_vfp_neon shared-mime-info-dev-1.2-r0@cortexa9hf_vfp_neon shared-mime-info-doc-1.2-r0@cortexa9hf_vfp_neon sln-2.19-r0@cortexa9hf_vfp_neon speex-1.2rc1-r2@cortexa9hf_vfp_neon speex-bin-1.2rc1-r2@cortexa9hf_vfp_neon speex-dbg-1.2rc1-r2@cortexa9hf_vfp_neon speex-dev-1.2rc1-r2@cortexa9hf_vfp_neon speex-doc-1.2rc1-r2@cortexa9hf_vfp_neon speex-staticdev-1.2rc1-r2@cortexa9hf_vfp_neon sqlite3-3:3.8.4.3-r0@cortexa9hf_vfp_neon sqlite3-dbg-3:3.8.4.3-r0@cortexa9hf_vfp_neon strace-4.8-r0@cortexa9hf_vfp_neon strace-dbg-4.8-r0@cortexa9hf_vfp_neon strace-dev-4.8-r0@cortexa9hf_vfp_neon strace-doc-4.8-r0@cortexa9hf_vfp_neon strace-ptest-4.8-r0@cortexa9hf_vfp_neon systemtap-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-dbg-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-dev-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-doc-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-locale-en-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-locale-fr-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon systemtap-locale-pl-2.5+git0+8f0fcd995f-r0@cortexa9hf_vfp_neon sysvinit-2.88dsf-r14@cortexa9hf_vfp_neon sysvinit-dbg-2.88dsf-r14@cortexa9hf_vfp_neon sysvinit-dev-2.88dsf-r14@cortexa9hf_vfp_neon sysvinit-doc-2.88dsf-r14@cortexa9hf_vfp_neon sysvinit-inittab-2.88dsf-r10@imx6qsabreauto sysvinit-inittab-dbg-2.88dsf-r10@imx6qsabreauto sysvinit-inittab-dev-2.88dsf-r10@imx6qsabreauto sysvinit-pidof-2.88dsf-r14@cortexa9hf_vfp_neon sysvinit-sulogin-2.88dsf-r14@cortexa9hf_vfp_neon tbench-4.0-r0@cortexa9hf_vfp_neon tbench-dbg-4.0-r0@cortexa9hf_vfp_neon tcp-wrappers-7.6-r10@cortexa9hf_vfp_neon tcp-wrappers-dbg-7.6-r10@cortexa9hf_vfp_neon tcp-wrappers-doc-7.6-r10@cortexa9hf_vfp_neon tiobench-0.3.3-r1@cortexa9hf_vfp_neon tiobench-dbg-0.3.3-r1@cortexa9hf_vfp_neon tiobench-dev-0.3.3-r1@cortexa9hf_vfp_neon tiobench-doc-0.3.3-r1@cortexa9hf_vfp_neon trace-cmd-1.2+git0+7055ffd37b-r3@cortexa9hf_vfp_neon trace-cmd-dbg-1.2+git0+7055ffd37b-r3@cortexa9hf_vfp_neon trace-cmd-dev-1.2+git0+7055ffd37b-r3@cortexa9hf_vfp_neon tslib-calibrate-1.1-r0@cortexa9hf_vfp_neon tslib-conf-1.1-r0@cortexa9hf_vfp_neon tslib-tests-1.1-r0@cortexa9hf_vfp_neon tzdata-2014c-r0@all tzdata-africa-2014c-r0@all tzdata-americas-2014c-r0@all tzdata-antarctica-2014c-r0@all tzdata-arctic-2014c-r0@all tzdata-asia-2014c-r0@all tzdata-atlantic-2014c-r0@all tzdata-australia-2014c-r0@all tzdata-europe-2014c-r0@all tzdata-misc-2014c-r0@all tzdata-pacific-2014c-r0@all tzdata-posix-2014c-r0@all tzdata-right-2014c-r0@all u-boot-fslc-v2014.01-r0@imx6qsabreauto u-boot-fslc-dbg-v2014.01-r0@imx6qsabreauto u-boot-fslc-dev-v2014.01-r0@imx6qsabreauto udev-182-r9@cortexa9hf_vfp_neon udev-cache-182-r9@cortexa9hf_vfp_neon udev-dbg-182-r9@cortexa9hf_vfp_neon udev-dev-182-r9@cortexa9hf_vfp_neon udev-doc-182-r9@cortexa9hf_vfp_neon udev-ptest-182-r9@cortexa9hf_vfp_neon udev-utils-182-r9@cortexa9hf_vfp_neon update-alternatives-opkg-0.1.8+git0+c33b217016-r0@cortexa9hf_vfp_neon update-rc.d-0.7-r5@all update-rc.d-dbg-0.7-r5@all update-rc.d-dev-0.7-r5@all usbutils-007-r0@cortexa9hf_vfp_neon usbutils-dbg-007-r0@cortexa9hf_vfp_neon usbutils-dev-007-r0@cortexa9hf_vfp_neon usbutils-doc-007-r0@cortexa9hf_vfp_neon usbutils-ids-007-r0@cortexa9hf_vfp_neon util-linux-2.24.2-r1@cortexa9hf_vfp_neon util-linux-agetty-2.24.2-r1@cortexa9hf_vfp_neon util-linux-bash-completion-2.24.2-r1@cortexa9hf_vfp_neon util-linux-blkid-2.24.2-r1@cortexa9hf_vfp_neon util-linux-cfdisk-2.24.2-r1@cortexa9hf_vfp_neon util-linux-dbg-2.24.2-r1@cortexa9hf_vfp_neon util-linux-dev-2.24.2-r1@cortexa9hf_vfp_neon util-linux-doc-2.24.2-r1@cortexa9hf_vfp_neon util-linux-fdisk-2.24.2-r1@cortexa9hf_vfp_neon util-linux-fsck-2.24.2-r1@cortexa9hf_vfp_neon util-linux-fsck.cramfs-2.24.2-r1@cortexa9hf_vfp_neon util-linux-fstrim-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-ca-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-cs-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-da-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-de-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-es-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-et-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-eu-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-fi-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-fr-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-gl-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-hr-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-hu-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-id-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-it-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-ja-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-nl-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-pl-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-pt-br-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-ru-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-sl-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-sv-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-tr-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-uk-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-vi-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-zh-cn-2.24.2-r1@cortexa9hf_vfp_neon util-linux-locale-zh-tw-2.24.2-r1@cortexa9hf_vfp_neon util-linux-losetup-2.24.2-r1@cortexa9hf_vfp_neon util-linux-lscpu-2.24.2-r1@cortexa9hf_vfp_neon util-linux-mcookie-2.24.2-r1@cortexa9hf_vfp_neon util-linux-mkfs-2.24.2-r1@cortexa9hf_vfp_neon util-linux-mkfs.cramfs-2.24.2-r1@cortexa9hf_vfp_neon util-linux-mount-2.24.2-r1@cortexa9hf_vfp_neon util-linux-partx-2.24.2-r1@cortexa9hf_vfp_neon util-linux-readprofile-2.24.2-r1@cortexa9hf_vfp_neon util-linux-reset-2.24.2-r1@cortexa9hf_vfp_neon util-linux-sfdisk-2.24.2-r1@cortexa9hf_vfp_neon util-linux-staticdev-2.24.2-r1@cortexa9hf_vfp_neon util-linux-swaponoff-2.24.2-r1@cortexa9hf_vfp_neon util-linux-umount-2.24.2-r1@cortexa9hf_vfp_neon util-linux-uuidd-2.24.2-r1@cortexa9hf_vfp_neon util-linux-uuidgen-2.24.2-r1@cortexa9hf_vfp_neon util-macros-1:1.19.0-r0@cortexa9hf_vfp_neon util-macros-dbg-1:1.19.0-r0@cortexa9hf_vfp_neon util-macros-

dev-1:1.19.0-r0@cortexa9hf_vfp_neon xz-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-dbg-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-dev-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-doc-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-locale-cs-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-locale-de-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-locale-fr-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-locale-it-5.1.3alpha-r0@cortexa9hf_vfp_neon xz-locale-pl-5.1.3alpha-r0@cortexa9hf_vfp_neon

ERROR: Function failed: do_rootfs

ERROR: Logfile of failure stored in: /home/ramakanth/master/fsl-community-bsp/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.7141

ERROR: Task 7 (/home/ramakanth/master/fsl-community-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'

7,466 Views
OtavioSalvador
Senior Contributor II

I will post some small tips here and you can research this community website for more:

* Generic toolchain build: bitbake meta-toolchain

* Qt Embedded toolchain build: bitbake meta-toolchain-qte

* Qt X11 toolchain build: bitbake meta-toolchain-qt

Using the built toolchain:

http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-an-existing-toolchain-ta...

If you need a more specific help O.S. Systems can provide some consultancy services and support.

Regards,

7,466 Views
nilwij
Contributor II

Thanks for your great works, let me clarify few points.

I managed to build fsl-image-gui using MACHINE=nitrogen6x and works fine on SABRE Lite board.

I want to know whether the fsl-image-gui has been built only with Qt Embedded library , if so,

  • Please teach me how can i rebuild the image with Qt X11 library.

When i test the working fsl-image-gui all the QT demos run on single window mode.

1792 root2372 S/usr/sbin/rpc.mountd -f /etc/exports
1800 root2200 S/sbin/syslogd -n -O /var/log/messages
1836 root 6404 Smatchbox-window-manager -theme Sato -use_desktop_mod
1841 root2612 S/usr/bin/dbus-daemon --fork --print-pid 5 --print-ad
1846 root19200 Sconnman-applet
1863 root20300 Smatchbox-desktop
1864 root20092 Smatchbox-panel --titlebar --start-applets showdeskto
1869 root2204 Sgrep m

matchbox-window-manager is being used instead of X window manager . when i killed the above 1836 process  the desktop disappears.

  • How can I change the window manager to X window manager from matchbox ?

What i really want to do is to build QT multiple window applications which can be executed on  SABRE Lite board.

root@nitrogen6x:~# ps | grep X

1718 root      3036 S    xinit /etc/X11/Xsession -- /usr/bin/Xorg -br -pn

1721 root      277m S <  /usr/bin/Xorg -br -pn

1871 root      2204 S    grep X

* Qt X11 toolchain build: bitbake meta-toolchain-qt

  • As above ps command shows that Xsession is running, If I build QT applications using this toolchain, will i be able to run multiple window applications on SABRE Lite board with fsl-image-gui

Thanks in advance

0 Kudos

7,466 Views
OtavioSalvador
Senior Contributor II

Yes; you got further which is good.

Please bear on mind that the images in meta-fsl-demos are not intended to be used as is but it is just a reference.

You certainly need to make your own image, targeting your product needs.

I hope it is clear now.

7,466 Views
nilwij
Contributor II

Thanks Otavio, I'll look further in to it.

I'm aware that i have to customize the image according to my product needs.

Im going to build sample multiple window QT application using meta-toolchain-qt toolchain and check whether it works on my board which running fsl-image-gui.

-Thanks

0 Kudos

7,466 Views
fabio_estevam
NXP Employee
NXP Employee

You could try posting your questions at meta-freescale@yoctoproject.org .

0 Kudos