Open main menu

DAVE Developer's Wiki β

Changes

Installing packages on target
== Installing packages on target ==
We assume that the network interface has been already configured for Internet access. In any case, a simple network configuration can be done according to the [[DESK-MX6ULXZ7-L/Deployment/How_to_configure_the_network_interfaces#Static_IP_address | How to configure the network interfaces]] wiki page:
<pre class="board-terminal">
root@bora:~# echo "nameserver 192.168.0.1" > /etc/resolv.confroot@bora:~# cat /etc/systemdnetwork/interfaces# /etc/network/XXXXXXinterfaces -eth0.network[Match]Name=eth0- configuration file for ifup(8), ifdown(8)
# Prevent the The loopback interface loading if the kernel boots from nfsKernelCommandLine=!nfsrootauto loiface lo inet loopback[Network]#Address=auto eth0iface eth0 inet static address 192.168.0.89Gateway=192 netmask 255.255.168255.0.254DNS= gateway 192.168.0.1254root@bora:~#
root@bora:~#
</pre>
<pre class="board-terminal">
root@desk-mx6ul-axelulitebora:~# dnf install lighttpdLast metadata expiration check: 0:00:16 ago on Tue Mar 13 12:15:23 2018.Dependencies resolved.============================================================================================================================================================================================================================================================================= Package Architecture Version Repository Size=============================================================================================================================================================================================================================================================================Installing: lighttpd cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 120 kInstalling dependencies: lighttpd-module-dirlisting cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 15 k lighttpd-module-indexfile cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 9.3 k lighttpd-module-staticfile cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 9.0 kInstalling weak dependencies: lighttpd-lic cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 7.6 k lighttpd-module-access cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 9.0 k lighttpd-module-accesslog cortexa9t2hf_neon 1.4.55-r0.0 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm-cortexa9t2hf_neon 14 k Transaction Summary=============================================================================================================================================================================================================================================================================Install 7 Packages Total download size: 184 kInstalled size: 270 kIs this ok [y/N]: yDownloading Packages:(1/7): lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon.rpm 58 kB/s | 9.0 kB 00:00(2/7): lighttpd-lic-1.4.55-r0.0.cortexa9t2hf_neon.rpm 31 kB/s | 7.6 kB 00:00(3/7): lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon.rpm 101 kB/s | 14 kB 00:00(4/7): lighttpd-1.4.55-r0.0.cortexa9t2hf_neon.rpm 295 kB/s | 120 kB 00:00(5/7): lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon.rpm 84 kB/s | 9.3 kB 00:00(6/7): lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon.rpm 63 kB/s | 15 kB 00:00(7/7): lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon.rpm 35 kB/s | 9.0 kB 00:00-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Total 271 kB/s | 184 kB 00:00Running transaction checkTransaction check succeeded.Running transaction testTransaction test succeeded.Running transaction Preparing : 1/1 Installing : lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon 1/7 Running scriptlet: lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon 1/7%post(lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 417+ set -e+ '[' x = x ']'+ '[' -x /sbin/ldconfig ']'+ /sbin/ldconfig%post(lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(417) rc 417 status 0  Installing : lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon 2/7 Running scriptlet: lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon 2/7%post(lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 419+ set -e+ '[' x = x ']'+ '[' -x /sbin/ldconfig ']'+ /sbin/ldconfig%post(lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(419) rc 419 status 0  Installing : lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon 3/7 Running scriptlet: lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon 3/7%post(lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 421+ set -e+ '[' x = x ']'+ '[' -x /sbin/ldconfig ']'+ /sbin/ldconfig%post(lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(421) rc 421 status 0  Installing : lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon 4/7 Running scriptlet: lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon 4/7%post(lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 423+ set -e+ '[' x = x ']'+ '[' -x /sbin/ldconfig ']'+ /sbin/ldconfig%post(lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(423) rc 423 status 0  Installing : lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon 5/7 Running scriptlet: lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon 5/7%post(lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 425+ set -e+ '[' x = x ']'+ '[' -x /sbin/ldconfig ']'+ /sbin/ldconfig%post(lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(425) rc 425 status 0  Installing : lighttpd-lic-1.4.55-r0.0.cortexa9t2hf_neon 6/7 Installing : lighttpd-1.4.55-r0.0.cortexa9t2hf_neon 7/7 Running scriptlet: lighttpd-1.4.55-r0.0.cortexa9t2hf_neon 7/7%post(lighttpd-1.4.55-r0.0.cortexa9t2hf_neon): scriptlet start%post(lighttpd-1.4.55-r0.0.cortexa9t2hf_neon): execv(/bin/sh) pid 427+ set -e+ true+ type update-rc.d+ '[' -n '' ']'+ OPT=-s+ update-rc.d -s lighttpd defaults 70 Adding system startup for /etc/init.d/lighttpd.Starting Lighttpd Web Server: lighttpd.%post(lighttpd-1.4.55-r0.0.cortexa9t2hf_neon): waitpid(427) rc 427 status 0  Verifying : lighttpd-1.4.55-r0.0.cortexa9t2hf_neon 1/7 Verifying : lighttpd-lic-1.4.55-r0.0.cortexa9t2hf_neon 2/7 Verifying : lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon 3/7 Verifying : lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon 4/7 Verifying : lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon 5/7 Verifying : lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon 6/7 Verifying : lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon 7/7 Installed: lighttpd-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-lic-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-module-access-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-module-accesslog-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-module-dirlisting-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-module-indexfile-1.4.55-r0.0.cortexa9t2hf_neon lighttpd-module-staticfile-1.4.55-r0.0.cortexa9t2hf_neon Complete!root@bora:~#
</pre>
<pre class="board-terminal">
root@bora:~# dnf repoquery *fb*
OE Remote Repo: sswreleases rel-v2021.2 generic rpm all 2.0 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm any 2.9 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm noarch 1.2 MB/s | 139 kB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv5hf_vfp 3.5 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv5thf_vfp 4.0 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv5ehf_vfp 3.7 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv5tehf_vfp 3.0 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv6hf_vfp 3.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv6thf_vfp 3.4 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv7ahf_vfp 3.6 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv7at2hf_vfp 1.9 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv7ahf_neon 3.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm armv7at2hf_neon 3.8 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm cortexa9hf_vfp 3.7 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm cortexa9hf_neon 107 kB/s | 8.0 kB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm cortexa9t2hf_vfp 3.4 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm cortexa9t2hf_neon 9.3 MB/s | 3.5 MB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm zynq 37 kB/s | 4.6 kB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm zynq_7z 23 kB/s | 1.6 kB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic rpm zynq_generic 1.2 MB/s | 141 kB 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm all 4.0 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm any 2.3 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm noarch 4.1 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv5hf_vfp 2.8 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv5thf_vfp 3.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv5ehf_vfp 3.7 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv5tehf_vfp 2.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv6hf_vfp 3.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv6thf_vfp 3.2 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv7ahf_vfp 3.5 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv7at2hf_vfp 3.8 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv7ahf_neon 2.9 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm armv7at2hf_neon 2.4 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm cortexa9hf_vfp 810 B/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm cortexa9hf_neon 3.1 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm cortexa9t2hf_vfp 3.7 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm cortexa9t2hf_neon 3.8 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm zynq 2.5 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm zynq_7z 3.7 kB/s | 257 B 00:00
OE Remote Repo: sswreleases rel-v2021.2 generic-updates rpm zynq_generic 2.6 kB/s | 257 B 00:00
gstreamer1.0-plugins-bad-fbdevsink-0:1.16.3+git0+a3487d4884-r0.0.cortexa9t2hf_neon
gstreamer1.0-plugins-bad-rfbsrc-0:1.16.3+git0+a3487d4884-r0.0.cortexa9t2hf_neon
libharfbuzz-bin-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-dbg-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-dev-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-icu-dev-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-icu0-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-lic-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-src-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz-subset0-0:2.7.2-r0.0.cortexa9t2hf_neon
libharfbuzz0-0:2.7.2-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-2:0.5.0-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-dbg-2:0.5.0-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-dev-2:0.5.0-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-doc-2:0.5.0-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-lic-2:0.5.0-r0.0.cortexa9t2hf_neon
xf86-video-fbdev-src-2:0.5.0-r0.0.cortexa9t2hf_neon
xserver-xorg-module-libwfb-2:1.20.9-r0.0.cortexa9t2hf_neon
xserver-xorg-xvfb-2:1.20.9-r0.0.cortexa9t2hf_neon
</pre>
User can see the list of installed packages with <code>dnf repoquery --installed</code>
<pre class="boardmw-collapsible mw-terminalcollapsed">root@desk-mx6ul-axelulitebora:~# dnf repoquery --installedacl-0:2.2.53-r0.0.cortexa9t2hf_neonacl-lic-0:2.2.53-r0.0.cortexa9t2hf_neonat-0:3.1.23-r0.0.cortexa9t2hf_neonat-lic-0:3.1.23-r0.0.cortexa9t2hf_neonattr-0:2.4.48-r0.0.cortexa9t2hf_neonattr-lic-0:2.4.48-r0.0.cortexa9t2hf_neonautoconf-0:2.69-r11.0.cortexa9t2hf_neonautoconf-lic-0:2.69-r11.0.cortexa9t2hf_neonautomake-0:1.16.2-r0.0.cortexa9t2hf_neonautomake-lic-0:1.16.2-r0.0.cortexa9t2hf_neonbase-files-0:3.0.14-r89.0.zynq_genericbase-files-board-0:2021.2-r0.0.zynq_genericbase-files-board-lic-0:2021.2-r0.0.zynq_genericbase-files-board-variant-0:2021.2-r0.0.zynq_genericbase-files-board-variant-lic-0:2021.2-r0.0.zynq_genericbase-files-lic-0:3.0.14-r89.0.zynq_genericbase-files-plnx-0:1.00-r0.0.zynq_genericbase-files-plnx-lic-0:1.00-r0.0.zynq_genericbase-files-soc-0:2021.2-r0.0.zynq_7zbase-files-soc-lic-0:2021.2-r0.0.zynq_7zbase-passwd-0:3.5.29-r0.0.cortexa9t2hf_neonbase-passwd-lic-0:3.5.29-r0.0.cortexa9t2hf_neonbash-0:5.0-r0.0.cortexa9t2hf_neonbash-lic-0:5.0-r0.0.cortexa9t2hf_neonbc-0:1.07.1-r0.0.cortexa9t2hf_neonbc-lic-0:1.07.1-r0.0.cortexa9t2hf_neonbinutils-0:2.35.1-r0.0.cortexa9t2hf_neonbinutils-lic-0:2.35.1-r0.0.cortexa9t2hf_neonbluez5-lic-0:5.55-r0.0.cortexa9t2hf_neonbluez5-noinst-tools-0:5.55-r0.0.cortexa9t2hf_neonbluez5-obex-0:5.55-r0.0.cortexa9t2hf_neonbluez5-testtools-0:5.55-r0.0.cortexa9t2hf_neonbridge-utils-0:1.6-r0.0.cortexa9t2hf_neonbridge-utils-lic-0:1.6-r0.0.cortexa9t2hf_neonbusybox-0:1.32.0-r0.0.cortexa9t2hf_neonbusybox-hwclock-0:1.32.0-r0.0.cortexa9t2hf_neonbusybox-inetd-0:1.32.0-r0.0.cortexa9t2hf_neonbusybox-lic-0:1.32.0-r0.0.cortexa9t2hf_neonbusybox-udhcpc-0:1.32.0-r0.0.cortexa9t2hf_neonbzip2-0:1.0.8-r0.0.cortexa9t2hf_neonbzip2-lic-0:1.0.8-r0.0.cortexa9t2hf_neonca-certificates-0:20210119-r0.0.noarchca-certificates-lic-0:20210119-r0.0.noarchcan-utils-0:2020.02.04-r0.0.cortexa9t2hf_neoncan-utils-lic-0:2020.02.04-r0.0.cortexa9t2hf_neoncanutils-0:4.0.6-r0.0.cortexa9t2hf_neoncanutils-lic-0:4.0.6-r0.0.cortexa9t2hf_neoncoreutils-0:8.32-r0.0.cortexa9t2hf_neoncoreutils-lic-0:8.32-r0.0.cortexa9t2hf_neoncoreutils-stdbuf-0:8.32-r0.0.cortexa9t2hf_neoncpio-0:2.13-r0.0.cortexa9t2hf_neoncpio-lic-0:2.13-r0.0.cortexa9t2hf_neoncpp-0:10.2.0-r0.0.cortexa9t2hf_neoncpp-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neoncracklib-0:2.9.5-r0.0.cortexa9t2hf_neoncracklib-lic-0:2.9.5-r0.0.cortexa9t2hf_neoncronie-0:1.5.5-r0.0.cortexa9t2hf_neoncronie-lic-0:1.5.5-r0.0.cortexa9t2hf_neoncurl-lic-0:7.72.0-r0.0.cortexa9t2hf_neondb-1:5.3.28-r1.0.cortexa9t2hf_neondb-lic-1:5.3.28-r1.0.cortexa9t2hf_neondbus-1-0:1.12.20-r0.0.cortexa9t2hf_neondbus-lic-0:1.12.20-r0.0.cortexa9t2hf_neondesktop-file-utils-0:0.26-r0.0.cortexa9t2hf_neondesktop-file-utils-lic-0:0.26-r0.0.cortexa9t2hf_neondevice-tree-0:xilinx+v2021.2+git0+c0acd8f064-r0.0.zynq_genericdevice-tree-lic-0:xilinx+v2021.2+git0+c0acd8f064-r0.0.zynq_genericdiffutils-0:3.7-r0.0.cortexa9t2hf_neondiffutils-lic-0:3.7-r0.0.cortexa9t2hf_neondnf-0:4.2.23-r0.0.cortexa9t2hf_neondnf-lic-0:4.2.23-r0.0.cortexa9t2hf_neondropbear-0:2020.80-r0.0.cortexa9t2hf_neondropbear-lic-0:2020.80-r0.0.cortexa9t2hf_neondtc-0:1.6.0-r0.0.cortexa9t2hf_neondtc-lic-0:1.6.0-r0.0.cortexa9t2hf_neone2fsprogs-0:1.45.6-r0.0.cortexa9t2hf_neone2fsprogs-badblocks-0:1.45.6-r0.0.cortexa9t2hf_neone2fsprogs-dumpe2fs-0:1.45.6-r0.0.cortexa9t2hf_neone2fsprogs-e2fsck-0:1.45.6-r0.0.cortexa9t2hf_neone2fsprogs-lic-0:1.45.6-r0.0.cortexa9t2hf_neone2fsprogs-mke2fs-0:1.45.6-r0.0.cortexa9t2hf_neoned-0:1.16-r0.0.cortexa9t2hf_neoned-lic-0:1.16-r0.0.cortexa9t2hf_neonelfutils-lic-0:0.180-r0.0.cortexa9t2hf_neonethtool-0:5.8-r0.0.cortexa9t2hf_neonethtool-lic-0:5.8-r0.0.cortexa9t2hf_neoneudev-0:3.2.9-r0.0.cortexa9t2hf_neoneudev-lic-0:3.2.9-r0.0.cortexa9t2hf_neonevtest-0:1.34-r0.0.cortexa9t2hf_neonevtest-lic-0:1.34-r0.0.cortexa9t2hf_neonfb-test-0:1.1.0-r0.0.cortexa9t2hf_neonfb-test-lic-0:1.1.0-r0.0.cortexa9t2hf_neonfbida-0:2.14-r0.0.cortexa9t2hf_neonfbida-lic-0:2.14-r0.0.cortexa9t2hf_neonfile-0:5.39-r0.0.cortexa9t2hf_neonfile-lic-0:5.39-r0.0.cortexa9t2hf_neonfindutils-0:4.7.0-r0.0.cortexa9t2hf_neonfindutils-lic-0:4.7.0-r0.0.cortexa9t2hf_neonflac-lic-0:1.3.3-r0.0.cortexa9t2hf_neonflex-lic-0:2.6.4-r0.0.cortexa9t2hf_neonfontconfig-utils-0:2.13.1-r0.0.cortexa9t2hf_neonfuser-0:23.3-r0.0.cortexa9t2hf_neong++-0:10.2.0-r0.0.cortexa9t2hf_neong++-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neongawk-0:5.1.0-r0.0.cortexa9t2hf_neongawk-lic-0:5.1.0-r0.0.cortexa9t2hf_neongcc-0:10.2.0-r0.0.cortexa9t2hf_neongcc-lic-0:10.2.0-r0.0.cortexa9t2hf_neongcc-runtime-lic-0:10.2.0-r0.0.cortexa9t2hf_neongcc-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neongdb-lic-0:9.2-r0.0.cortexa9t2hf_neongdbserver-0:9.2-r0.0.cortexa9t2hf_neongettext-0:0.21-r0.0.cortexa9t2hf_neongettext-lic-0:0.21-r0.0.cortexa9t2hf_neongit-0:2.28.0-r0.0.cortexa9t2hf_neongit-lic-0:2.28.0-r0.0.cortexa9t2hf_neonglibc-gconv-0:2.32-r0.0.cortexa9t2hf_neonglibc-gconv-iso8859-1-0:2.32-r0.0.cortexa9t2hf_neongnome-theme-adwaita-0:3.28-r0.0.cortexa9t2hf_neongnome-themes-extra-lic-0:3.28-r0.0.cortexa9t2hf_neongnu-config-0:20200831+git0+0b5188819b-r0.0.cortexa9t2hf_neongnu-config-lic-0:20200831+git0+0b5188819b-r0.0.cortexa9t2hf_neongnupg-0:2.2.23-r0.0.cortexa9t2hf_neongnupg-gpg-0:2.2.23-r0.0.cortexa9t2hf_neongnupg-lic-0:2.2.23-r0.0.cortexa9t2hf_neongobject-introspection-0:1.64.1-r0.0.cortexa9t2hf_neongobject-introspection-lic-0:1.64.1-r0.0.cortexa9t2hf_neongpgme-0:1.14.0-r0.0.cortexa9t2hf_neongpgme-lic-0:1.14.0-r0.0.cortexa9t2hf_neongrep-0:3.4-r0.0.cortexa9t2hf_neongrep-lic-0:3.4-r0.0.cortexa9t2hf_neongtk+-lic-0:2.24.32-r0.0.cortexa9t2hf_neongzip-0:1.10-r0.0.cortexa9t2hf_neongzip-lic-0:1.10-r0.0.cortexa9t2hf_neonhaveged-0:1.9.13-r0.0.cortexa9t2hf_neonhaveged-lic-0:1.9.13-r0.0.cortexa9t2hf_neonhtop-0:3.0.1-r0.0.cortexa9t2hf_neonhtop-lic-0:3.0.1-r0.0.cortexa9t2hf_neoni2c-tools-0:4.1-r0.0.cortexa9t2hf_neoni2c-tools-lic-0:4.1-r0.0.cortexa9t2hf_neonicu-lic-0:67.1-r0.0.cortexa9t2hf_neoninetutils-lic-0:1.9.4-r0.0.cortexa9t2hf_neoninetutils-telnetd-0:1.9.4-r0.0.cortexa9t2hf_neoninit-ifupdown-0:1.0-r7.0.zynq_genericinit-ifupdown-lic-0:1.0-r7.0.zynq_genericinit-system-helpers-lic-0:1.58-r0.0.cortexa9t2hf_neoninit-system-helpers-service-0:1.58-r0.0.cortexa9t2hf_neoninitscripts-0:1.0-r155.0.cortexa9t2hf_neoninitscripts-functions-0:1.0-r155.0.cortexa9t2hf_neoninitscripts-lic-0:1.0-r155.0.cortexa9t2hf_neoniperf3-0:3.9-r0.0.cortexa9t2hf_neoniperf3-lic-0:3.9-r0.0.cortexa9t2hf_neoniproute2-0:5.8.0-r0.0.cortexa9t2hf_neoniproute2-lic-0:5.8.0-r0.0.cortexa9t2hf_neoniptables-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-lic-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-ah-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-dnat-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-dnpt-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-dst-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-eui64-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-frag-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-hbh-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-hl-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-icmp6-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-ipv6header-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-log-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-masquerade-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-mh-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-netmap-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-redirect-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-reject-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-rt-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-snat-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-snpt-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ip6t-srh-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-ah-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-clusterip-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-dnat-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-ecn-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-icmp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-log-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-masquerade-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-netmap-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-realm-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-redirect-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-reject-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-snat-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-ttl-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-ipt-ulog-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-addrtype-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-audit-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-bpf-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-cgroup-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-checksum-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-classify-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-cluster-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-comment-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-connbytes-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-connlimit-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-connmark-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-connsecmark-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-conntrack-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-cpu-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-ct-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-dccp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-devgroup-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-dscp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-ecn-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-esp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-hashlimit-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-helper-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-hmark-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-idletimer-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-ipcomp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-iprange-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-ipvs-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-led-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-length-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-limit-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-mac-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-mark-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-multiport-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-nfacct-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-nflog-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-nfqueue-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-osf-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-owner-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-physdev-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-pkttype-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-policy-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-quota-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-rateest-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-recent-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-rpfilter-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-sctp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-secmark-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-set-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-socket-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-standard-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-statistic-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-string-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-synproxy-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tcp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tcpmss-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tcpoptstrip-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tee-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-time-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tos-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-tproxy-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-trace-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-u32-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-module-xt-udp-0:1.8.5-r0.0.cortexa9t2hf_neoniptables-modules-0:1.8.5-r0.0.cortexa9t2hf_neoniputils-0:s20200821-r0.0.cortexa9t2hf_neoniputils-arping-0:s20200821-r0.0.cortexa9t2hf_neoniputils-clockdiff-0:s20200821-r0.0.cortexa9t2hf_neoniputils-lic-0:s20200821-r0.0.cortexa9t2hf_neoniputils-ninfod-0:s20200821-r0.0.cortexa9t2hf_neoniputils-ping-0:s20200821-r0.0.cortexa9t2hf_neoniputils-rarpd-0:s20200821-r0.0.cortexa9t2hf_neoniputils-rdisc-0:s20200821-r0.0.cortexa9t2hf_neoniputils-tracepath-0:s20200821-r0.0.cortexa9t2hf_neoniputils-traceroute6-0:s20200821-r0.0.cortexa9t2hf_neoniw-0:5.8-r0.0.cortexa9t2hf_neoniw-lic-0:5.8-r0.0.cortexa9t2hf_neonkernel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-8021q-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-a8293-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-af9013-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-af9033-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ascot2e-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-atbm8830-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-au8522-common-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-au8522-decoder-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-au8522-dig-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-bcm3510-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-bridge-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx22700-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx22702-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24110-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24113-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24116-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24117-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24120-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cx24123-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cxd2099-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cxd2820r-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cxd2841er-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cxd2880-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-cxd2880-spi-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib0070-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib0090-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib3000mb-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib3000mc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib7000m-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib7000p-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib8000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dib9000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dibx000-common-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-drx39xyj-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-drxd-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-drxk-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ds3000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-dvb-pll-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-e4000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ec100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-fc0011-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-fc0012-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-fc0013-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-fc2580-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-g-mass-storage-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-g-zero-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-gadgetfs-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-helene-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-horus3a-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ip6-udp-tunnel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ipip-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-isl6405-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-isl6421-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-isl6423-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-it913x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-itd1000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ix2505v-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-l64781-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lg2160-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lgdt3305-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lgdt3306a-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lgdt330x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lgs8gl5-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lgs8gxx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-libcomposite-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-libcrc32c-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-llc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lnbh25-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lnbh29-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lnbp21-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-lnbp22-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-m88ds3103-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-m88rs2000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-m88rs6000t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-max2165-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mb86a16-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mb86a20s-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mc44s803-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mn88443x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mn88472-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mn88473-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mpls-gso-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-msi001-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt2060-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt2063-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt20xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt2131-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt2266-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt312-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mt352-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-nandbiterrs-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-nandecctest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-oobtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-pagetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-readtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-speedtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-stresstest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-subpagetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mtd-torturetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mxl301rf-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mxl5005s-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mxl5007t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-mxl5xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-nsh-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-nxt200x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-nxt6000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-openvswitch-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-or51132-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-or51211-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-p8022-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-psnap-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-qm1d1b0004-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-qm1d1c0042-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-qt1010-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-r820t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-rpmsg-char-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-rpmsg-core-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-rtl2830-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-rtl2832-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-rtl2832-sdr-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-s5h1409-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-s5h1411-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-s5h1420-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-s5h1432-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-s921-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-si2157-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-si2165-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-si2168-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-si21xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-sp2-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-sp8870-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-sp887x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stb0899-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stb6000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stb6100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stp-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0288-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0297-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0299-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0367-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0900-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv090x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv0910-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv6110-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv6110x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-stv6111-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tc90522-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda10021-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda10023-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda10048-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda1004x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda10071-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda10086-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda18212-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda18218-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda18250-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda18271-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda18271c2dd-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda665x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda8083-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda8261-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda826x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda827x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda8290-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tda9887-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tea5761-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tea5767-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ts2020-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tua6100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tua9001-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tuner-simple-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tuner-types-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-tuner-xc2028-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-udp-tunnel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-uio-pdrv-genirq-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-usb-f-mass-storage-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-usb-f-ss-lb-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ves1820-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-ves1x93-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-videobuf2-vmalloc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-virtio-rpmsg-bus-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-vport-vxlan-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-vxlan-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-xc4000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-xc5000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-zd1301-demod-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-zl10036-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-zl10039-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-zl10353-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-module-zynq-remoteproc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generickernel-modules-0:5.10+git0+568989d441-r0.0.zynq_generickillall-0:23.3-r0.0.cortexa9t2hf_neonkmod-0:27-r0.0.cortexa9t2hf_neonkmod-lic-0:27-r0.0.cortexa9t2hf_neonlcms-0:2.11-r0.0.cortexa9t2hf_neonlcms-lic-0:2.11-r0.0.cortexa9t2hf_neonldconfig-0:2.32-r0.0.cortexa9t2hf_neonless-0:562-r0.0.cortexa9t2hf_neonless-lic-0:562-r0.0.cortexa9t2hf_neonlibacl1-0:2.2.53-r0.0.cortexa9t2hf_neonlibassuan-lic-0:2.5.3-r0.0.cortexa9t2hf_neonlibassuan0-0:2.5.3-r0.0.cortexa9t2hf_neonlibatk-1.0-0-0:2.36.0-r0.0.cortexa9t2hf_neonlibatk-1.0-lic-0:2.36.0-r0.0.cortexa9t2hf_neonlibatomic-dev-0:10.2.0-r0.0.cortexa9t2hf_neonlibatomic1-0:10.2.0-r0.0.cortexa9t2hf_neonlibattr1-0:2.4.48-r0.0.cortexa9t2hf_neonlibbfd-0:2.35.1-r0.0.cortexa9t2hf_neonlibblkid1-0:2.36-r0.0.cortexa9t2hf_neonlibbz2-1-0:1.0.8-r0.0.cortexa9t2hf_neonlibc6-0:2.32-r0.0.cortexa9t2hf_neonlibc6-dev-0:2.32-r0.0.cortexa9t2hf_neonlibc6-extra-nss-0:2.32-r0.0.cortexa9t2hf_neonlibc6-lic-0:2.32-r0.0.cortexa9t2hf_neonlibc6-thread-db-0:2.32-r0.0.cortexa9t2hf_neonlibc6-utils-0:2.32-r0.0.cortexa9t2hf_neonlibcairo-gobject2-0:1.16.0-r0.0.cortexa9t2hf_neonlibcairo-lic-0:1.16.0-r0.0.cortexa9t2hf_neonlibcairo2-0:1.16.0-r0.0.cortexa9t2hf_neonlibcap-lic-0:2.43-r0.0.cortexa9t2hf_neonlibcap-ng-lic-0:0.7.11-r0.0.cortexa9t2hf_neonlibcap-ng0-0:0.7.11-r0.0.cortexa9t2hf_neonlibcap2-0:2.43-r0.0.cortexa9t2hf_neonlibcom-err2-0:1.45.6-r0.0.cortexa9t2hf_neonlibcomps-lic-0:0.1.15-r0.0.cortexa9t2hf_neonlibcomps0-0:0.1.15-r0.0.cortexa9t2hf_neonlibcroco-0:0.6.13-r0.0.cortexa9t2hf_neonlibcroco-lic-0:0.6.13-r0.0.cortexa9t2hf_neonlibcrypt-lic-0:4.4.17-r0.0.cortexa9t2hf_neonlibcrypt2-0:4.4.17-r0.0.cortexa9t2hf_neonlibcrypto1.1-0:1.1.1k-r0.0.cortexa9t2hf_neonlibcurl4-0:7.72.0-r0.0.cortexa9t2hf_neonlibdbus-1-3-0:1.12.20-r0.0.cortexa9t2hf_neonlibdnf-lic-0:0.48.0-r0.0.cortexa9t2hf_neonlibdnf2-0:0.48.0-r0.0.cortexa9t2hf_neonlibdrm-lic-0:2.4.102-r0.0.cortexa9t2hf_neonlibdrm2-0:2.4.102-r0.0.cortexa9t2hf_neonlibdw1-0:0.180-r0.0.cortexa9t2hf_neonlibe2p2-0:1.45.6-r0.0.cortexa9t2hf_neonlibelf1-0:0.180-r0.0.cortexa9t2hf_neonlibepoxy-lic-0:1.5.4-r0.0.cortexa9t2hf_neonlibepoxy0-0:1.5.4-r0.0.cortexa9t2hf_neonliberation-fonts-1:2.00.1-r0.0.noarchliberation-fonts-lic-1:2.00.1-r0.0.noarchlibevent-2.1-7-0:2.1.12-r0.0.cortexa9t2hf_neonlibevent-2.1-lic-0:2.1.12-r0.0.cortexa9t2hf_neonlibexif-lic-0:0.6.22-r0.0.cortexa9t2hf_neonlibexif12-0:0.6.22-r0.0.cortexa9t2hf_neonlibexpat-lic-0:2.2.9-r0.0.cortexa9t2hf_neonlibexpat1-0:2.2.9-r0.0.cortexa9t2hf_neonlibext2fs2-0:1.45.6-r0.0.cortexa9t2hf_neonlibfdisk1-0:2.36-r0.0.cortexa9t2hf_neonlibffi-lic-0:3.3-r0.0.cortexa9t2hf_neonlibffi7-0:3.3-r0.0.cortexa9t2hf_neonlibfl2-0:2.6.4-r0.0.cortexa9t2hf_neonlibflac8-0:1.3.3-r0.0.cortexa9t2hf_neonlibfontconfig-lic-0:2.13.1-r0.0.cortexa9t2hf_neonlibfontconfig1-0:2.13.1-r0.0.cortexa9t2hf_neonlibfreetype-lic-0:2.10.2-r0.0.cortexa9t2hf_neonlibfreetype6-0:2.10.2-r0.0.cortexa9t2hf_neonlibfribidi-lic-0:1.0.10-r0.0.cortexa9t2hf_neonlibfribidi0-0:1.0.10-r0.0.cortexa9t2hf_neonlibgbm1-2:20.1.8-r0.0.cortexa9t2hf_neonlibgcc-s-dev-0:10.2.0-r0.0.cortexa9t2hf_neonlibgcc-s-lic-0:10.2.0-r0.0.cortexa9t2hf_neonlibgcc1-0:10.2.0-r0.0.cortexa9t2hf_neonlibgcrypt-0:1.8.6-r0.0.cortexa9t2hf_neonlibgcrypt-lic-0:1.8.6-r0.0.cortexa9t2hf_neonlibgdbm-compat4-0:1.18.1-r0.0.cortexa9t2hf_neonlibgdbm-lic-0:1.18.1-r0.0.cortexa9t2hf_neonlibgdbm6-0:1.18.1-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-0-0:2.40.0-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-lic-0:2.40.0-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-loader-gif-0:2.40.0-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-loader-jpeg-0:2.40.0-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-loader-png-0:2.40.0-r0.0.cortexa9t2hf_neonlibgdk-pixbuf-2.0-loader-xpm-0:2.40.0-r0.0.cortexa9t2hf_neonlibgettextlib-0:0.21-r0.0.cortexa9t2hf_neonlibgettextsrc-0:0.21-r0.0.cortexa9t2hf_neonlibgif-lic-0:5.1.4-r0.0.cortexa9t2hf_neonlibgif7-0:5.1.4-r0.0.cortexa9t2hf_neonlibgl-mesa-2:20.1.8-r0.0.cortexa9t2hf_neonlibglapi0-2:20.1.8-r0.0.cortexa9t2hf_neonlibglib-2.0-0-1:2.64.5-r0.0.cortexa9t2hf_neonlibglib-2.0-lic-1:2.64.5-r0.0.cortexa9t2hf_neonlibgmp-lic-0:6.2.0-r0.0.cortexa9t2hf_neonlibgmp10-0:6.2.0-r0.0.cortexa9t2hf_neonlibgnutls-lic-0:3.6.14-r0.0.cortexa9t2hf_neonlibgnutls30-0:3.6.14-r0.0.cortexa9t2hf_neonlibgomp1-0:10.2.0-r0.0.cortexa9t2hf_neonlibgpg-error-0:1.39-r0.0.cortexa9t2hf_neonlibgpg-error-lic-0:1.39-r0.0.cortexa9t2hf_neonlibgtk-2.0-0:2.24.32-r0.0.cortexa9t2hf_neonlibharfbuzz-lic-0:2.7.2-r0.0.cortexa9t2hf_neonlibharfbuzz0-0:2.7.2-r0.0.cortexa9t2hf_neonlibical-0:3.0.8-r0.0.cortexa9t2hf_neonlibical-lic-0:3.0.8-r0.0.cortexa9t2hf_neonlibice-lic-1:1.0.10-r0.0.cortexa9t2hf_neonlibice6-1:1.0.10-r0.0.cortexa9t2hf_neonlibicudata67-0:67.1-r0.0.cortexa9t2hf_neonlibicui18n67-0:67.1-r0.0.cortexa9t2hf_neonlibicuuc67-0:67.1-r0.0.cortexa9t2hf_neonlibidn2-0-0:2.3.0-r0.0.cortexa9t2hf_neonlibidn2-lic-0:2.3.0-r0.0.cortexa9t2hf_neonlibjpeg-lic-1:2.0.5-r0.0.cortexa9t2hf_neonlibjpeg62-1:2.0.5-r0.0.cortexa9t2hf_neonlibjson-c-lic-0:0.15-r0.0.cortexa9t2hf_neonlibjson-c5-0:0.15-r0.0.cortexa9t2hf_neonlibkmod2-0:27-r0.0.cortexa9t2hf_neonlibksba-lic-0:1.4.0-r0.0.cortexa9t2hf_neonlibksba8-0:1.4.0-r0.0.cortexa9t2hf_neonlibltdl7-0:2.4.6-r0.0.cortexa9t2hf_neonliblzma5-0:5.2.5-r0.0.cortexa9t2hf_neonliblzo2-2-0:2.10-r0.0.cortexa9t2hf_neonliblzo2-lic-0:2.10-r0.0.cortexa9t2hf_neonlibmnl-lic-0:1.0.4-r0.0.cortexa9t2hf_neonlibmnl0-0:1.0.4-r0.0.cortexa9t2hf_neonlibmodulemd-0:2.9.4-r0.0.cortexa9t2hf_neonlibmodulemd-lic-0:2.9.4-r0.0.cortexa9t2hf_neonlibmount1-0:2.36-r0.0.cortexa9t2hf_neonlibmpc-lic-0:1.2.0-r0.0.cortexa9t2hf_neonlibmpc3-0:1.2.0-r0.0.cortexa9t2hf_neonlibmpfr-lic-0:4.1.0-r0.0.cortexa9t2hf_neonlibmpfr6-0:4.1.0-r0.0.cortexa9t2hf_neonlibncurses5-0:6.2-r0.0.cortexa9t2hf_neonlibncursesw5-0:6.2-r0.0.cortexa9t2hf_neonlibnl-3-200-1:3.5.0-r0.0.cortexa9t2hf_neonlibnl-3-lic-1:3.5.0-r0.0.cortexa9t2hf_neonlibnl-genl-3-200-1:3.5.0-r0.0.cortexa9t2hf_neonlibnpth-lic-0:1.6-r0.0.cortexa9t2hf_neonlibnpth0-0:1.6-r0.0.cortexa9t2hf_neonlibnsl-lic-0:1.3.0-r0.0.cortexa9t2hf_neonlibnsl2-0:1.3.0-r0.0.cortexa9t2hf_neonlibnss-db2-0:2.32-r0.0.cortexa9t2hf_neonlibogg-lic-0:1.3.4-r0.0.cortexa9t2hf_neonlibogg0-0:1.3.4-r0.0.cortexa9t2hf_neonlibpam-0:1.3.1-r0.0.cortexa9t2hf_neonlibpam-lic-0:1.3.1-r0.0.cortexa9t2hf_neonlibpam-runtime-0:1.3.1-r0.0.cortexa9t2hf_neonlibpanelw5-0:6.2-r0.0.cortexa9t2hf_neonlibpci3-0:3.7.0-r0.0.cortexa9t2hf_neonlibpcre-lic-0:8.44-r0.0.cortexa9t2hf_neonlibpcre1-0:8.44-r0.0.cortexa9t2hf_neonlibpixman-1-0-1:0.40.0-r0.0.cortexa9t2hf_neonlibpixman-1-lic-1:0.40.0-r0.0.cortexa9t2hf_neonlibpng16-16-0:1.6.37-r0.0.cortexa9t2hf_neonlibpng16-lic-0:1.6.37-r0.0.cortexa9t2hf_neonlibpoppler-glib8-0:20.10.0-r0.0.cortexa9t2hf_neonlibpoppler103-0:20.10.0-r0.0.cortexa9t2hf_neonlibpopt-lic-0:1.18-r0.0.cortexa9t2hf_neonlibpopt0-0:1.18-r0.0.cortexa9t2hf_neonlibpulse0-0:13.0-r0.0.cortexa9t2hf_neonlibpulsecommon-0:13.0-r0.0.cortexa9t2hf_neonlibpulsecore-0:13.0-r0.0.cortexa9t2hf_neonlibpython3.8-1.0-0:3.8.5-r0.0.cortexa9t2hf_neonlibreadline-lic-0:8.0-r0.0.cortexa9t2hf_neonlibreadline8-0:8.0-r0.0.cortexa9t2hf_neonlibrepo-lic-0:1.12.1-r0.0.cortexa9t2hf_neonlibrepo0-0:1.12.1-r0.0.cortexa9t2hf_neonlibsbc-lic-0:1.4-r0.0.cortexa9t2hf_neonlibsbc1-0:1.4-r0.0.cortexa9t2hf_neonlibsm-lic-1:1.2.3-r0.0.cortexa9t2hf_neonlibsm6-1:1.2.3-r0.0.cortexa9t2hf_neonlibsmartcols1-0:2.36-r0.0.cortexa9t2hf_neonlibsndfile-lic-0:1.0.28-r0.0.cortexa9t2hf_neonlibsndfile1-0:1.0.28-r0.0.cortexa9t2hf_neonlibsocketcan-lic-0:0.0.11-r0.0.cortexa9t2hf_neonlibsocketcan2-0:0.0.11-r0.0.cortexa9t2hf_neonlibsolv-lic-0:0.7.14-r0.0.cortexa9t2hf_neonlibsolv1-0:0.7.14-r0.0.cortexa9t2hf_neonlibsolvext1-0:0.7.14-r0.0.cortexa9t2hf_neonlibspeexdsp-lic-0:1.2.0-r0.0.cortexa9t2hf_neonlibspeexdsp1-0:1.2.0-r0.0.cortexa9t2hf_neonlibsqlite3-0-3:3.33.0-r0.0.cortexa9t2hf_neonlibss2-0:1.45.6-r0.0.cortexa9t2hf_neonlibssl1.1-0:1.1.1k-r0.0.cortexa9t2hf_neonlibstdc++-dev-0:10.2.0-r0.0.cortexa9t2hf_neonlibstdc++6-0:10.2.0-r0.0.cortexa9t2hf_neonlibtiff-lic-0:4.1.0-r0.0.cortexa9t2hf_neonlibtiff5-0:4.1.0-r0.0.cortexa9t2hf_neonlibtinfo5-0:6.2-r0.0.cortexa9t2hf_neonlibtirpc-lic-0:1.2.6-r0.0.cortexa9t2hf_neonlibtirpc3-0:1.2.6-r0.0.cortexa9t2hf_neonlibtool-0:2.4.6-r0.0.cortexa9t2hf_neonlibtool-lic-0:2.4.6-r0.0.cortexa9t2hf_neonlibts-lic-0:1.22-r0.0.cortexa9t2hf_neonlibts0-0:1.22-r0.0.cortexa9t2hf_neonlibubootenv-bin-0:0.3.1-r0.0.zynq_genericlibubootenv-lic-0:0.3.1-r0.0.zynq_genericlibubootenv0-0:0.3.1-r0.0.zynq_genericlibudev1-0:3.2.9-r0.0.cortexa9t2hf_neonlibunistring-lic-0:0.9.10-r0.0.cortexa9t2hf_neonlibunistring2-0:0.9.10-r0.0.cortexa9t2hf_neonlibuuid1-0:2.36-r0.0.cortexa9t2hf_neonlibvorbis-0:1.3.7-r0.0.cortexa9t2hf_neonlibvorbis-lic-0:1.3.7-r0.0.cortexa9t2hf_neonlibwrap0-0:7.6-r10.0.cortexa9t2hf_neonlibx11-6-1:1.6.12-r0.0.cortexa9t2hf_neonlibx11-lic-1:1.6.12-r0.0.cortexa9t2hf_neonlibx11-xcb1-1:1.6.12-r0.0.cortexa9t2hf_neonlibxau-lic-1:1.0.9-r0.0.cortexa9t2hf_neonlibxau6-1:1.0.9-r0.0.cortexa9t2hf_neonlibxcb-dri2-0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-dri3-0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-glx0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-lic-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-present0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-render0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-shm0-0:1.14-r0.0.cortexa9t2hf_neonlibxcb-sync1-0:1.14-r0.0.cortexa9t2hf_neonlibxcb1-0:1.14-r0.0.cortexa9t2hf_neonlibxcomposite-lic-1:0.4.5-r0.0.cortexa9t2hf_neonlibxcomposite1-1:0.4.5-r0.0.cortexa9t2hf_neonlibxcursor-lic-1:1.2.0-r0.0.cortexa9t2hf_neonlibxcursor1-1:1.2.0-r0.0.cortexa9t2hf_neonlibxdamage-lic-1:1.1.5-r0.0.cortexa9t2hf_neonlibxdamage1-1:1.1.5-r0.0.cortexa9t2hf_neonlibxdmcp-lic-1:1.1.3-r0.0.cortexa9t2hf_neonlibxdmcp6-1:1.1.3-r0.0.cortexa9t2hf_neonlibxext-lic-1:1.3.4-r0.0.cortexa9t2hf_neonlibxext6-1:1.3.4-r0.0.cortexa9t2hf_neonlibxfixes-lic-1:5.0.3-r0.0.cortexa9t2hf_neonlibxfixes3-1:5.0.3-r0.0.cortexa9t2hf_neonlibxft-lic-1:2.3.3-r0.0.cortexa9t2hf_neonlibxft2-1:2.3.3-r0.0.cortexa9t2hf_neonlibxi-lic-1:1.7.10-r0.0.cortexa9t2hf_neonlibxi6-1:1.7.10-r0.0.cortexa9t2hf_neonlibxml2-0:2.9.10-r0.0.cortexa9t2hf_neonlibxml2-lic-0:2.9.10-r0.0.cortexa9t2hf_neonlibxrandr-lic-1:1.5.2-r0.0.cortexa9t2hf_neonlibxrandr2-1:1.5.2-r0.0.cortexa9t2hf_neonlibxrender-lic-1:0.9.10-r0.0.cortexa9t2hf_neonlibxrender1-1:0.9.10-r0.0.cortexa9t2hf_neonlibxshmfence-lic-0:1.3-r0.0.cortexa9t2hf_neonlibxshmfence1-0:1.3-r0.0.cortexa9t2hf_neonlibxt-lic-1:1.2.0-r0.0.cortexa9t2hf_neonlibxt6-1:1.2.0-r0.0.cortexa9t2hf_neonlibxtst-lic-1:1.2.3-r0.0.cortexa9t2hf_neonlibxtst6-1:1.2.3-r0.0.cortexa9t2hf_neonlibxxf86vm-lic-1:1.1.4-r0.0.cortexa9t2hf_neonlibxxf86vm1-1:1.1.4-r0.0.cortexa9t2hf_neonlibyaml-0-2-0:0.2.5-r0.0.cortexa9t2hf_neonlibyaml-0-lic-0:0.2.5-r0.0.cortexa9t2hf_neonlibz-lic-0:1.2.11-r0.0.cortexa9t2hf_neonlibz1-0:1.2.11-r0.0.cortexa9t2hf_neonlighttpd-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-lic-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-module-access-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-module-accesslog-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-module-dirlisting-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-module-indexfile-0:1.4.55-r0.0.cortexa9t2hf_neonlighttpd-module-staticfile-0:1.4.55-r0.0.cortexa9t2hf_neonlinux-libc-headers-dev-0:5.8-r0.0.cortexa9t2hf_neonlinux-libc-headers-lic-0:5.8-r0.0.cortexa9t2hf_neonlinux-xlnx-lic-0:5.10+git0+568989d441-r0.0.zynq_genericlogrotate-0:3.17.0-r0.0.cortexa9t2hf_neonlogrotate-lic-0:3.17.0-r0.0.cortexa9t2hf_neonm4-0:1.4.18-r0.0.cortexa9t2hf_neonm4-lic-0:1.4.18-r0.0.cortexa9t2hf_neonmake-0:4.3-r0.0.cortexa9t2hf_neonmake-lic-0:4.3-r0.0.cortexa9t2hf_neonmakedevs-0:1.0.1-r0.0.cortexa9t2hf_neonmakedevs-lic-0:1.0.1-r0.0.cortexa9t2hf_neonmc-0:4.8.25-r0.0.cortexa9t2hf_neonmc-fish-0:4.8.25-r0.0.cortexa9t2hf_neonmc-helpers-0:4.8.25-r0.0.cortexa9t2hf_neonmc-helpers-perl-0:4.8.25-r0.0.cortexa9t2hf_neonmc-lic-0:4.8.25-r0.0.cortexa9t2hf_neonmesa-lic-2:20.1.8-r0.0.cortexa9t2hf_neonmesa-megadriver-2:20.1.8-r0.0.cortexa9t2hf_neonmeson-0:0.55.1-r0.0.cortexa9t2hf_neonmeson-lic-0:0.55.1-r0.0.cortexa9t2hf_neonmodutils-initscripts-0:1.0-r7.0.cortexa9t2hf_neonmodutils-initscripts-lic-0:1.0-r7.0.cortexa9t2hf_neonmtd-utils-0:2.1.2-r0.0.cortexa9t2hf_neonmtd-utils-lic-0:2.1.2-r0.0.cortexa9t2hf_neonmtd-utils-misc-0:2.1.2-r0.0.cortexa9t2hf_neonmtd-utils-ubifs-0:2.1.2-r0.0.cortexa9t2hf_neonnano-0:5.3-r0.0.cortexa9t2hf_neonnano-lic-0:5.3-r0.0.cortexa9t2hf_neonncurses-0:6.2-r0.0.cortexa9t2hf_neonncurses-lic-0:6.2-r0.0.cortexa9t2hf_neonncurses-terminfo-0:6.2-r0.0.cortexa9t2hf_neonncurses-terminfo-base-0:6.2-r0.0.cortexa9t2hf_neonnet-tools-0:1.60+20181103+git0+0eebece8c9-r0.0.cortexa9t2hf_neonnet-tools-lic-0:1.60+20181103+git0+0eebece8c9-r0.0.cortexa9t2hf_neonnetbase-1:6.1-r0.0.cortexa9t2hf_neonnetbase-lic-1:6.1-r0.0.cortexa9t2hf_neonnettle-0:3.6-r0.0.cortexa9t2hf_neonnettle-lic-0:3.6-r0.0.cortexa9t2hf_neonnfs-utils-0:2.5.1-r0.0.cortexa9t2hf_neonnfs-utils-client-0:2.5.1-r0.0.cortexa9t2hf_neonnfs-utils-lic-0:2.5.1-r0.0.cortexa9t2hf_neonnfs-utils-mount-0:2.5.1-r0.0.cortexa9t2hf_neonninja-0:1.10.1-r0.0.cortexa9t2hf_neonninja-lic-0:1.10.1-r0.0.cortexa9t2hf_neonnspr-0:4.29-r0.0.cortexa9t2hf_neonnspr-lic-0:4.29-r0.0.cortexa9t2hf_neonnss-0:3.57-r0.0.cortexa9t2hf_neonnss-lic-0:3.57-r0.0.cortexa9t2hf_neonntp-lic-0:4.2.8p15-r0.0.cortexa9t2hf_neonntpdate-0:4.2.8p15-r0.0.cortexa9t2hf_neonopenjpeg-0:2.3.1-r0.0.cortexa9t2hf_neonopenjpeg-lic-0:2.3.1-r0.0.cortexa9t2hf_neonopenssh-lic-0:8.3p1-r0.0.cortexa9t2hf_neonopenssh-sftp-server-0:8.3p1-r0.0.cortexa9t2hf_neonopenssl-0:1.1.1k-r0.0.cortexa9t2hf_neonopenssl-bin-0:1.1.1k-r0.0.cortexa9t2hf_neonopenssl-conf-0:1.1.1k-r0.0.cortexa9t2hf_neonopenssl-lic-0:1.1.1k-r0.0.cortexa9t2hf_neonopkg-utils-lic-0:0.4.3-r0.0.cortexa9t2hf_neonos-release-0:1.0-r0.0.noarchos-release-lic-0:1.0-r0.0.noarchpackagegroup-core-boot-0:1.0-r17.0.zynq_genericpackagegroup-core-boot-lic-0:1.0-r17.0.zynq_genericpackagegroup-core-buildessential-0:1.0-r0.0.noarchpackagegroup-core-buildessential-lic-0:1.0-r0.0.noarchpackagegroup-core-eclipse-debug-0:1.0-r0.0.noarchpackagegroup-core-eclipse-debug-lic-0:1.0-r0.0.noarchpackagegroup-core-full-cmdline-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-dev-utils-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-extended-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-initscripts-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-libs-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-lic-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-multiuser-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-sys-services-0:1.0-r6.0.noarchpackagegroup-core-full-cmdline-utils-0:1.0-r6.0.noarchpackagegroup-core-ssh-dropbear-0:1.0-r1.0.noarchpackagegroup-core-ssh-dropbear-lic-0:1.0-r1.0.noarchpackagegroup-dave-devel-0:1.0-r0.0.noarchpackagegroup-dave-devel-lic-0:1.0-r0.0.noarchpackagegroup-tools-bluetooth-0:1.0-r0.0.noarchpackagegroup-tools-bluetooth-lic-0:1.0-r0.0.noarchpam-plugin-access-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-deny-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-env-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-faildelay-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-group-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-keyinit-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-lastlog-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-limits-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-loginuid-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-mail-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-motd-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-nologin-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-permit-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-rootok-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-securetty-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-shells-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-unix-0:1.3.1-r0.0.cortexa9t2hf_neonpam-plugin-warn-0:1.3.1-r0.0.cortexa9t2hf_neonpango-0:1.46.2-r0.0.cortexa9t2hf_neonpango-lic-0:1.46.2-r0.0.cortexa9t2hf_neonpatch-0:2.7.6-r0.0.cortexa9t2hf_neonpatch-lic-0:2.7.6-r0.0.cortexa9t2hf_neonpciutils-0:3.7.0-r0.0.cortexa9t2hf_neonpciutils-ids-0:3.7.0-r0.0.cortexa9t2hf_neonpciutils-lic-0:3.7.0-r0.0.cortexa9t2hf_neonperl-0:5.32.0-r0.0.cortexa9t2hf_neonperl-lic-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-bytes-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-bytes-heavy-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-carp-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-class-struct-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-config-heavy-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-constant-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-cwd-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-data-dumper-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-dynaloader-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-errno-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-exporter-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-exporter-heavy-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-fcntl-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-basename-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-compare-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-copy-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-find-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-glob-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-path-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-spec-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-spec-unix-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-file-stat-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-getopt-long-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-io-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-io-file-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-io-handle-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-io-seekable-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-mro-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-overload-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-overload-numbers-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-overloading-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-pod-usage-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-posix-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-re-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-selectsaver-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-symbol-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-term-cap-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-text-parsewords-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-thread-queue-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-threads-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-threads-shared-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-tie-hash-0:5.32.0-r0.0.cortexa9t2hf_neonperl-module-xsloader-0:5.32.0-r0.0.cortexa9t2hf_neonpinentry-0:1.1.0-r0.0.cortexa9t2hf_neonpinentry-lic-0:1.1.0-r0.0.cortexa9t2hf_neonpkgconfig-0:0.29.2+git0+edf8e6f0ea-r0.0.cortexa9t2hf_neonpkgconfig-lic-0:0.29.2+git0+edf8e6f0ea-r0.0.cortexa9t2hf_neonpointercal-0:0.0-r11.0.zynq_genericpointercal-lic-0:0.0-r11.0.zynq_genericpoppler-data-0:0.4.10-r0.0.noarchpoppler-data-lic-0:0.4.10-r0.0.noarchpoppler-lic-0:20.10.0-r0.0.cortexa9t2hf_neonprocps-0:3.3.16-r0.0.cortexa9t2hf_neonprocps-lic-0:3.3.16-r0.0.cortexa9t2hf_neonpsmisc-0:23.3-r0.0.cortexa9t2hf_neonpsmisc-lic-0:23.3-r0.0.cortexa9t2hf_neonpstree-0:23.3-r0.0.cortexa9t2hf_neonpulseaudio-lib-bluez5-util-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-lic-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-bluetooth-discover-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-bluetooth-policy-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-bluez5-device-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-bluez5-discover-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-loopback-0:13.0-r0.0.cortexa9t2hf_neonpulseaudio-module-switch-on-connect-0:13.0-r0.0.cortexa9t2hf_neonpython3-2to3-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-asyncio-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-audio-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-codecs-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-compile-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-compression-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-core-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-crypt-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-ctypes-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-curses-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-datetime-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-db-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-dbus-0:1.2.16-r0.0.cortexa9t2hf_neonpython3-dbus-lic-0:1.2.16-r0.0.cortexa9t2hf_neonpython3-debugger-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-difflib-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-distutils-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-doctest-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-email-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-fcntl-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-gpg-0:1.14.0-r0.0.cortexa9t2hf_neonpython3-html-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-idle-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-image-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-iniparse-0:0.4-r0.0.cortexa9t2hf_neonpython3-iniparse-lic-0:0.4-r0.0.cortexa9t2hf_neonpython3-io-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-json-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-lic-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-logging-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-mailbox-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-math-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-mime-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-misc-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-mmap-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-modules-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-multiprocessing-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-netclient-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-netserver-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-numbers-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-pickle-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-pkg-resources-0:49.6.0-r0.0.cortexa9t2hf_neonpython3-pkgutil-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-plistlib-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-pprint-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-profile-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-pycairo-0:1.19.1-r0.0.cortexa9t2hf_neonpython3-pycairo-lic-0:1.19.1-r0.0.cortexa9t2hf_neonpython3-pydoc-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-pygobject-0:3.36.1-r0.0.cortexa9t2hf_neonpython3-pygobject-lic-0:3.36.1-r0.0.cortexa9t2hf_neonpython3-resource-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-rpm-1:4.15.1-r0.0.cortexa9t2hf_neonpython3-setuptools-lic-0:49.6.0-r0.0.cortexa9t2hf_neonpython3-shell-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-six-0:1.15.0-r0.0.cortexa9t2hf_neonpython3-six-lic-0:1.15.0-r0.0.cortexa9t2hf_neonpython3-smtpd-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-sqlite3-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-stringold-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-syslog-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-terminal-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-threading-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-tkinter-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-typing-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-unittest-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-unixadmin-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-venv-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-xml-0:3.8.5-r0.0.cortexa9t2hf_neonpython3-xmlrpc-0:3.8.5-r0.0.cortexa9t2hf_neonrpcbind-0:1.2.5-r0.0.cortexa9t2hf_neonrpcbind-lic-0:1.2.5-r0.0.cortexa9t2hf_neonrpm-1:4.15.1-r0.0.cortexa9t2hf_neonrpm-lic-1:4.15.1-r0.0.cortexa9t2hf_neonrun-postinsts-0:1.0-r10.0.noarchrun-postinsts-lic-0:1.0-r10.0.noarchsed-0:4.8-r0.0.cortexa9t2hf_neonsed-lic-0:4.8-r0.0.cortexa9t2hf_neonshadow-0:4.8.1-r0.0.cortexa9t2hf_neonshadow-base-0:4.8.1-r0.0.cortexa9t2hf_neonshadow-lic-0:4.8.1-r0.0.cortexa9t2hf_neonshadow-securetty-0:4.6-r3.0.zynq_genericshadow-securetty-lic-0:4.6-r3.0.zynq_genericshared-mime-info-0:2.0-r0.0.cortexa9t2hf_neonshared-mime-info-lic-0:2.0-r0.0.cortexa9t2hf_neonsqlite3-lic-3:3.33.0-r0.0.cortexa9t2hf_neonstressapptest-0:1.0.9-r0.0.cortexa9t2hf_neonstressapptest-lic-0:1.0.9-r0.0.cortexa9t2hf_neonsudo-0:1.9.3-r0.0.cortexa9t2hf_neonsudo-lic-0:1.9.3-r0.0.cortexa9t2hf_neonsysklogd-0:2.1.2-r0.0.cortexa9t2hf_neonsysklogd-lic-0:2.1.2-r0.0.cortexa9t2hf_neonsysvinit-0:2.97-r0.0.cortexa9t2hf_neonsysvinit-inittab-0:2.88dsf-r10.0.zynq_genericsysvinit-inittab-lic-0:2.88dsf-r10.0.zynq_genericsysvinit-lic-0:2.97-r0.0.cortexa9t2hf_neonsysvinit-pidof-0:2.97-r0.0.cortexa9t2hf_neontar-0:1.32-r0.0.cortexa9t2hf_neontar-lic-0:1.32-r0.0.cortexa9t2hf_neontcf-agent-0:1.7.0+git0+ce6ce46c7b-r0.0.cortexa9t2hf_neontcf-agent-lic-0:1.7.0+git0+ce6ce46c7b-r0.0.cortexa9t2hf_neontcp-wrappers-lic-0:7.6-r10.0.cortexa9t2hf_neontime-0:1.9-r0.0.cortexa9t2hf_neontime-lic-0:1.9-r0.0.cortexa9t2hf_neontmux-0:3.1b-r0.0.cortexa9t2hf_neontmux-lic-0:3.1b-r0.0.cortexa9t2hf_neontslib-calibrate-0:1.22-r0.0.cortexa9t2hf_neontslib-conf-0:1.22-r0.0.cortexa9t2hf_neontslib-tests-0:1.22-r0.0.cortexa9t2hf_neonttf-dejavu-common-0:2.37-r7.0.noarchttf-dejavu-lic-0:2.37-r7.0.noarchttf-dejavu-sans-mono-0:2.37-r7.0.noarchu-boot-tools-1:2020.07-r0.0.cortexa9t2hf_neonu-boot-tools-lic-1:2020.07-r0.0.cortexa9t2hf_neonu-boot-tools-mkenvimage-1:2020.07-r0.0.cortexa9t2hf_neonu-boot-tools-mkimage-1:2020.07-r0.0.cortexa9t2hf_neonu-boot-xlnx-env-0:v2021.01+xilinx+v2021.2+git0+6d3195dde9-r0.0.zynq_genericu-boot-xlnx-lic-0:v2021.01+xilinx+v2021.2+git0+6d3195dde9-r0.0.zynq_genericupdate-alternatives-opkg-0:0.4.3-r0.0.cortexa9t2hf_neonupdate-rc.d-0:0.8-r0.0.noarchupdate-rc.d-lic-0:0.8-r0.0.noarchutil-linux-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-addpart-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-agetty-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-blkdiscard-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-blkid-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-blkzone-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-blockdev-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-cal-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-cfdisk-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-chcpu-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-chmem-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-choom-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-chrt-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-col-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-colcrt-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-colrm-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-column-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ctrlaltdel-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-delpart-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-dmesg-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-eject-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fallocate-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fdformat-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fdisk-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fincore-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-findfs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-findmnt-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-flock-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fsck-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fsck.cramfs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fsfreeze-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-fstrim-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-getopt-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-hardlink-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-hexdump-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-hwclock-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ionice-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ipcmk-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ipcrm-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ipcs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-irqtop-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-isosize-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-kill-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-last-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ldattach-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lic-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-logger-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-look-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-losetup-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lsblk-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lscpu-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lsipc-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lsirq-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lslocks-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lslogins-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lsmem-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-lsns-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mcookie-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mesg-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mkfs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mkfs.cramfs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mkswap-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-more-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mount-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-mountpoint-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-namei-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-nologin-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-nsenter-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-partx-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-pivot-root-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-prlimit-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-raw-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-readprofile-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-rename-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-renice-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-resizepart-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-rev-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-rfkill-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-rtcwake-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-runuser-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-script-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-scriptlive-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-scriptreplay-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-setarch-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-setpriv-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-setsid-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-setterm-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-sfdisk-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-su-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-sulogin-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-swaplabel-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-swapoff-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-swapon-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-switch-root-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-taskset-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-ul-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-umount-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-unshare-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-utmpdump-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-uuidd-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-uuidgen-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-uuidparse-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-wall-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-wdctl-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-whereis-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-wipefs-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-write-0:2.36-r0.0.cortexa9t2hf_neonutil-linux-zramctl-0:2.36-r0.0.cortexa9t2hf_neonvim-0:8.2-r0.0.cortexa9t2hf_neonvim-common-0:8.2-r0.0.cortexa9t2hf_neonvim-help-0:8.2-r0.0.cortexa9t2hf_neonvim-lic-0:8.2-r0.0.cortexa9t2hf_neonvim-syntax-0:8.2-r0.0.cortexa9t2hf_neonvim-tutor-0:8.2-r0.0.cortexa9t2hf_neonvim-vimrc-0:8.2-r0.0.cortexa9t2hf_neonxinetd-0:2.3.15.4-r0.0.cortexa9t2hf_neonxinetd-lic-0:2.3.15.4-r0.0.cortexa9t2hf_neonxz-lic-0:5.2.5-r0.0.cortexa9t2hf_neon
</pre>
<pre class="board-terminal">
root@desk-mx6ul-axelulitebora:~# dnf historyID | Command line | Date and time | Action(s) | Altered-----------------------------------------------------------------------------------------------------------------------------------------------------------------------2 4 | install lighttpd | 20222024-0401-13 0917 16:09 23 | Install | 6 7 EE 3 | -v --rpmverbosity=info -y -c /home/jenkins/workspace/workspace/DESK-MX6UL-L-3.x.x_Yocto/yocto/build-fb/tmp/work/ | 2022-02-16 16:19 | Removed | 1 E< 2 | -v --rpmverbosity=info -y -c /home/jenkins/workspace/workspace/DESK-MX6UL-L-3.x.x_Yocto/yocto/build-fb/tmp/work/ | 2022-02-16 16:19 | Install | 16 > 1 | -v --rpmverbosity=info -y -c /home/jenkins/workspace/workspace/DESK-MX6UL-L-3.x.x_Yocto/yocto/build-fb/tmp/work/ | 2022-02-16 16:14 | Install | 1593 EEroot@desk-mx6ul-axelulitebora:~#
</pre>
dave_user
424
edits