Difference between revisions of "DESK-XZ7-L-AN-0006: Package Management with Yocto and DNF"

From DAVE Developer's Wiki
Jump to: navigation, search
(Installing packages on target)
(2 intermediate revisions by the same user not shown)
Line 49: Line 49:
 
== 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-XZ7-L/Deployment/How_to_configure_the_network_interfaces#Static_IP_address | How to configure the network interfaces]] wiki page:
+
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-MX6UL-L/Deployment/How_to_configure_the_network_interfaces#Static_IP_address | How to configure the network interfaces]] wiki page:
  
 
<pre class="board-terminal">
 
<pre class="board-terminal">
 
root@bora:~# echo "nameserver 192.168.0.1" > /etc/resolv.conf
 
root@bora:~# echo "nameserver 192.168.0.1" > /etc/resolv.conf
root@bora:~# cat /etc/network/interfaces
+
root@bora:~# cat /etc/systemd/network/XXXXXX-eth0.network
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
[Match]
 +
Name=eth0
  
# The loopback interface
+
# Prevent the interface loading if the kernel boots from nfs
auto lo
+
KernelCommandLine=!nfsroot
iface lo inet loopback
+
 
#
+
[Network]
auto eth0
+
Address=192.168.0.89
iface eth0 inet static
+
Gateway=192.168.0.254
        address 192.168.0.89
+
DNS=192.168.0.1
        netmask 255.255.255.0
 
        gateway 192.168.0.254
 
root@bora:~#
 
 
root@bora:~#
 
root@bora:~#
 
</pre>
 
</pre>
Line 266: Line 264:
 
User can see the list of installed packages with <code>dnf repoquery --installed</code>
 
User can see the list of installed packages with <code>dnf repoquery --installed</code>
  
<pre class="mw-collapsible mw-collapsed">
+
<pre class="board-terminal">
 
root@bora:~# dnf repoquery --installed
 
root@bora:~# dnf repoquery --installed
acl-0:2.2.53-r0.0.cortexa9t2hf_neon
 
acl-lic-0:2.2.53-r0.0.cortexa9t2hf_neon
 
at-0:3.1.23-r0.0.cortexa9t2hf_neon
 
at-lic-0:3.1.23-r0.0.cortexa9t2hf_neon
 
attr-0:2.4.48-r0.0.cortexa9t2hf_neon
 
attr-lic-0:2.4.48-r0.0.cortexa9t2hf_neon
 
autoconf-0:2.69-r11.0.cortexa9t2hf_neon
 
autoconf-lic-0:2.69-r11.0.cortexa9t2hf_neon
 
automake-0:1.16.2-r0.0.cortexa9t2hf_neon
 
automake-lic-0:1.16.2-r0.0.cortexa9t2hf_neon
 
base-files-0:3.0.14-r89.0.zynq_generic
 
base-files-board-0:2021.2-r0.0.zynq_generic
 
base-files-board-lic-0:2021.2-r0.0.zynq_generic
 
base-files-board-variant-0:2021.2-r0.0.zynq_generic
 
base-files-board-variant-lic-0:2021.2-r0.0.zynq_generic
 
base-files-lic-0:3.0.14-r89.0.zynq_generic
 
base-files-plnx-0:1.00-r0.0.zynq_generic
 
base-files-plnx-lic-0:1.00-r0.0.zynq_generic
 
base-files-soc-0:2021.2-r0.0.zynq_7z
 
base-files-soc-lic-0:2021.2-r0.0.zynq_7z
 
base-passwd-0:3.5.29-r0.0.cortexa9t2hf_neon
 
base-passwd-lic-0:3.5.29-r0.0.cortexa9t2hf_neon
 
bash-0:5.0-r0.0.cortexa9t2hf_neon
 
bash-lic-0:5.0-r0.0.cortexa9t2hf_neon
 
bc-0:1.07.1-r0.0.cortexa9t2hf_neon
 
bc-lic-0:1.07.1-r0.0.cortexa9t2hf_neon
 
binutils-0:2.35.1-r0.0.cortexa9t2hf_neon
 
binutils-lic-0:2.35.1-r0.0.cortexa9t2hf_neon
 
bluez5-lic-0:5.55-r0.0.cortexa9t2hf_neon
 
bluez5-noinst-tools-0:5.55-r0.0.cortexa9t2hf_neon
 
bluez5-obex-0:5.55-r0.0.cortexa9t2hf_neon
 
bluez5-testtools-0:5.55-r0.0.cortexa9t2hf_neon
 
bridge-utils-0:1.6-r0.0.cortexa9t2hf_neon
 
bridge-utils-lic-0:1.6-r0.0.cortexa9t2hf_neon
 
busybox-0:1.32.0-r0.0.cortexa9t2hf_neon
 
busybox-hwclock-0:1.32.0-r0.0.cortexa9t2hf_neon
 
busybox-inetd-0:1.32.0-r0.0.cortexa9t2hf_neon
 
busybox-lic-0:1.32.0-r0.0.cortexa9t2hf_neon
 
busybox-udhcpc-0:1.32.0-r0.0.cortexa9t2hf_neon
 
bzip2-0:1.0.8-r0.0.cortexa9t2hf_neon
 
bzip2-lic-0:1.0.8-r0.0.cortexa9t2hf_neon
 
ca-certificates-0:20210119-r0.0.noarch
 
ca-certificates-lic-0:20210119-r0.0.noarch
 
can-utils-0:2020.02.04-r0.0.cortexa9t2hf_neon
 
can-utils-lic-0:2020.02.04-r0.0.cortexa9t2hf_neon
 
canutils-0:4.0.6-r0.0.cortexa9t2hf_neon
 
canutils-lic-0:4.0.6-r0.0.cortexa9t2hf_neon
 
coreutils-0:8.32-r0.0.cortexa9t2hf_neon
 
coreutils-lic-0:8.32-r0.0.cortexa9t2hf_neon
 
coreutils-stdbuf-0:8.32-r0.0.cortexa9t2hf_neon
 
cpio-0:2.13-r0.0.cortexa9t2hf_neon
 
cpio-lic-0:2.13-r0.0.cortexa9t2hf_neon
 
cpp-0:10.2.0-r0.0.cortexa9t2hf_neon
 
cpp-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neon
 
cracklib-0:2.9.5-r0.0.cortexa9t2hf_neon
 
cracklib-lic-0:2.9.5-r0.0.cortexa9t2hf_neon
 
cronie-0:1.5.5-r0.0.cortexa9t2hf_neon
 
cronie-lic-0:1.5.5-r0.0.cortexa9t2hf_neon
 
curl-lic-0:7.72.0-r0.0.cortexa9t2hf_neon
 
db-1:5.3.28-r1.0.cortexa9t2hf_neon
 
db-lic-1:5.3.28-r1.0.cortexa9t2hf_neon
 
dbus-1-0:1.12.20-r0.0.cortexa9t2hf_neon
 
dbus-lic-0:1.12.20-r0.0.cortexa9t2hf_neon
 
desktop-file-utils-0:0.26-r0.0.cortexa9t2hf_neon
 
desktop-file-utils-lic-0:0.26-r0.0.cortexa9t2hf_neon
 
device-tree-0:xilinx+v2021.2+git0+c0acd8f064-r0.0.zynq_generic
 
device-tree-lic-0:xilinx+v2021.2+git0+c0acd8f064-r0.0.zynq_generic
 
diffutils-0:3.7-r0.0.cortexa9t2hf_neon
 
diffutils-lic-0:3.7-r0.0.cortexa9t2hf_neon
 
dnf-0:4.2.23-r0.0.cortexa9t2hf_neon
 
dnf-lic-0:4.2.23-r0.0.cortexa9t2hf_neon
 
dropbear-0:2020.80-r0.0.cortexa9t2hf_neon
 
dropbear-lic-0:2020.80-r0.0.cortexa9t2hf_neon
 
dtc-0:1.6.0-r0.0.cortexa9t2hf_neon
 
dtc-lic-0:1.6.0-r0.0.cortexa9t2hf_neon
 
e2fsprogs-0:1.45.6-r0.0.cortexa9t2hf_neon
 
e2fsprogs-badblocks-0:1.45.6-r0.0.cortexa9t2hf_neon
 
e2fsprogs-dumpe2fs-0:1.45.6-r0.0.cortexa9t2hf_neon
 
e2fsprogs-e2fsck-0:1.45.6-r0.0.cortexa9t2hf_neon
 
e2fsprogs-lic-0:1.45.6-r0.0.cortexa9t2hf_neon
 
e2fsprogs-mke2fs-0:1.45.6-r0.0.cortexa9t2hf_neon
 
ed-0:1.16-r0.0.cortexa9t2hf_neon
 
ed-lic-0:1.16-r0.0.cortexa9t2hf_neon
 
elfutils-lic-0:0.180-r0.0.cortexa9t2hf_neon
 
ethtool-0:5.8-r0.0.cortexa9t2hf_neon
 
ethtool-lic-0:5.8-r0.0.cortexa9t2hf_neon
 
eudev-0:3.2.9-r0.0.cortexa9t2hf_neon
 
eudev-lic-0:3.2.9-r0.0.cortexa9t2hf_neon
 
evtest-0:1.34-r0.0.cortexa9t2hf_neon
 
evtest-lic-0:1.34-r0.0.cortexa9t2hf_neon
 
fb-test-0:1.1.0-r0.0.cortexa9t2hf_neon
 
fb-test-lic-0:1.1.0-r0.0.cortexa9t2hf_neon
 
fbida-0:2.14-r0.0.cortexa9t2hf_neon
 
fbida-lic-0:2.14-r0.0.cortexa9t2hf_neon
 
file-0:5.39-r0.0.cortexa9t2hf_neon
 
file-lic-0:5.39-r0.0.cortexa9t2hf_neon
 
findutils-0:4.7.0-r0.0.cortexa9t2hf_neon
 
findutils-lic-0:4.7.0-r0.0.cortexa9t2hf_neon
 
flac-lic-0:1.3.3-r0.0.cortexa9t2hf_neon
 
flex-lic-0:2.6.4-r0.0.cortexa9t2hf_neon
 
fontconfig-utils-0:2.13.1-r0.0.cortexa9t2hf_neon
 
fuser-0:23.3-r0.0.cortexa9t2hf_neon
 
g++-0:10.2.0-r0.0.cortexa9t2hf_neon
 
g++-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neon
 
gawk-0:5.1.0-r0.0.cortexa9t2hf_neon
 
gawk-lic-0:5.1.0-r0.0.cortexa9t2hf_neon
 
gcc-0:10.2.0-r0.0.cortexa9t2hf_neon
 
gcc-lic-0:10.2.0-r0.0.cortexa9t2hf_neon
 
gcc-runtime-lic-0:10.2.0-r0.0.cortexa9t2hf_neon
 
gcc-symlinks-0:10.2.0-r0.0.cortexa9t2hf_neon
 
gdb-lic-0:9.2-r0.0.cortexa9t2hf_neon
 
gdbserver-0:9.2-r0.0.cortexa9t2hf_neon
 
gettext-0:0.21-r0.0.cortexa9t2hf_neon
 
gettext-lic-0:0.21-r0.0.cortexa9t2hf_neon
 
git-0:2.28.0-r0.0.cortexa9t2hf_neon
 
git-lic-0:2.28.0-r0.0.cortexa9t2hf_neon
 
glibc-gconv-0:2.32-r0.0.cortexa9t2hf_neon
 
glibc-gconv-iso8859-1-0:2.32-r0.0.cortexa9t2hf_neon
 
gnome-theme-adwaita-0:3.28-r0.0.cortexa9t2hf_neon
 
gnome-themes-extra-lic-0:3.28-r0.0.cortexa9t2hf_neon
 
gnu-config-0:20200831+git0+0b5188819b-r0.0.cortexa9t2hf_neon
 
gnu-config-lic-0:20200831+git0+0b5188819b-r0.0.cortexa9t2hf_neon
 
gnupg-0:2.2.23-r0.0.cortexa9t2hf_neon
 
gnupg-gpg-0:2.2.23-r0.0.cortexa9t2hf_neon
 
gnupg-lic-0:2.2.23-r0.0.cortexa9t2hf_neon
 
gobject-introspection-0:1.64.1-r0.0.cortexa9t2hf_neon
 
gobject-introspection-lic-0:1.64.1-r0.0.cortexa9t2hf_neon
 
gpgme-0:1.14.0-r0.0.cortexa9t2hf_neon
 
gpgme-lic-0:1.14.0-r0.0.cortexa9t2hf_neon
 
grep-0:3.4-r0.0.cortexa9t2hf_neon
 
grep-lic-0:3.4-r0.0.cortexa9t2hf_neon
 
gtk+-lic-0:2.24.32-r0.0.cortexa9t2hf_neon
 
gzip-0:1.10-r0.0.cortexa9t2hf_neon
 
gzip-lic-0:1.10-r0.0.cortexa9t2hf_neon
 
haveged-0:1.9.13-r0.0.cortexa9t2hf_neon
 
haveged-lic-0:1.9.13-r0.0.cortexa9t2hf_neon
 
htop-0:3.0.1-r0.0.cortexa9t2hf_neon
 
htop-lic-0:3.0.1-r0.0.cortexa9t2hf_neon
 
i2c-tools-0:4.1-r0.0.cortexa9t2hf_neon
 
i2c-tools-lic-0:4.1-r0.0.cortexa9t2hf_neon
 
icu-lic-0:67.1-r0.0.cortexa9t2hf_neon
 
inetutils-lic-0:1.9.4-r0.0.cortexa9t2hf_neon
 
inetutils-telnetd-0:1.9.4-r0.0.cortexa9t2hf_neon
 
init-ifupdown-0:1.0-r7.0.zynq_generic
 
init-ifupdown-lic-0:1.0-r7.0.zynq_generic
 
init-system-helpers-lic-0:1.58-r0.0.cortexa9t2hf_neon
 
init-system-helpers-service-0:1.58-r0.0.cortexa9t2hf_neon
 
initscripts-0:1.0-r155.0.cortexa9t2hf_neon
 
initscripts-functions-0:1.0-r155.0.cortexa9t2hf_neon
 
initscripts-lic-0:1.0-r155.0.cortexa9t2hf_neon
 
iperf3-0:3.9-r0.0.cortexa9t2hf_neon
 
iperf3-lic-0:3.9-r0.0.cortexa9t2hf_neon
 
iproute2-0:5.8.0-r0.0.cortexa9t2hf_neon
 
iproute2-lic-0:5.8.0-r0.0.cortexa9t2hf_neon
 
iptables-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-lic-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-ah-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-dnat-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-dnpt-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-dst-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-eui64-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-frag-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-hbh-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-hl-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-icmp6-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-ipv6header-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-log-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-masquerade-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-mh-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-netmap-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-redirect-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-reject-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-rt-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-snat-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-snpt-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ip6t-srh-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-ah-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-clusterip-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-dnat-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-ecn-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-icmp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-log-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-masquerade-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-netmap-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-realm-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-redirect-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-reject-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-snat-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-ttl-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-ipt-ulog-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-addrtype-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-audit-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-bpf-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-cgroup-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-checksum-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-classify-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-cluster-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-comment-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-connbytes-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-connlimit-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-connmark-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-connsecmark-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-conntrack-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-cpu-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-ct-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-dccp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-devgroup-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-dscp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-ecn-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-esp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-hashlimit-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-helper-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-hmark-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-idletimer-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-ipcomp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-iprange-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-ipvs-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-led-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-length-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-limit-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-mac-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-mark-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-multiport-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-nfacct-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-nflog-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-nfqueue-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-osf-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-owner-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-physdev-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-pkttype-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-policy-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-quota-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-rateest-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-recent-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-rpfilter-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-sctp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-secmark-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-set-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-socket-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-standard-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-statistic-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-string-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-synproxy-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tcp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tcpmss-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tcpoptstrip-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tee-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-time-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tos-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-tproxy-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-trace-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-u32-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-module-xt-udp-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iptables-modules-0:1.8.5-r0.0.cortexa9t2hf_neon
 
iputils-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-arping-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-clockdiff-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-lic-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-ninfod-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-ping-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-rarpd-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-rdisc-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-tracepath-0:s20200821-r0.0.cortexa9t2hf_neon
 
iputils-traceroute6-0:s20200821-r0.0.cortexa9t2hf_neon
 
iw-0:5.8-r0.0.cortexa9t2hf_neon
 
iw-lic-0:5.8-r0.0.cortexa9t2hf_neon
 
kernel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-8021q-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-a8293-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-af9013-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-af9033-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ascot2e-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-atbm8830-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-au8522-common-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-au8522-decoder-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-au8522-dig-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-bcm3510-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-bridge-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx22700-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx22702-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24110-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24113-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24116-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24117-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24120-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cx24123-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cxd2099-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cxd2820r-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cxd2841er-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cxd2880-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-cxd2880-spi-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib0070-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib0090-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib3000mb-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib3000mc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib7000m-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib7000p-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib8000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dib9000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dibx000-common-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-drx39xyj-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-drxd-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-drxk-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ds3000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-dvb-pll-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-e4000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ec100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-fc0011-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-fc0012-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-fc0013-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-fc2580-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-g-mass-storage-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-g-zero-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-gadgetfs-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-helene-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-horus3a-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ip6-udp-tunnel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ipip-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-isl6405-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-isl6421-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-isl6423-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-it913x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-itd1000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ix2505v-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-l64781-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lg2160-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lgdt3305-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lgdt3306a-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lgdt330x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lgs8gl5-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lgs8gxx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-libcomposite-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-libcrc32c-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-llc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lnbh25-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lnbh29-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lnbp21-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-lnbp22-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-m88ds3103-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-m88rs2000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-m88rs6000t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-max2165-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mb86a16-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mb86a20s-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mc44s803-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mn88443x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mn88472-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mn88473-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mpls-gso-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-msi001-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt2060-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt2063-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt20xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt2131-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt2266-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt312-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mt352-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-nandbiterrs-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-nandecctest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-oobtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-pagetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-readtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-speedtest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-stresstest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-subpagetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mtd-torturetest-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mxl301rf-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mxl5005s-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mxl5007t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-mxl5xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-nsh-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-nxt200x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-nxt6000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-openvswitch-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-or51132-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-or51211-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-p8022-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-psnap-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-qm1d1b0004-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-qm1d1c0042-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-qt1010-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-r820t-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-rpmsg-char-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-rpmsg-core-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-rtl2830-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-rtl2832-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-rtl2832-sdr-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-s5h1409-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-s5h1411-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-s5h1420-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-s5h1432-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-s921-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-si2157-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-si2165-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-si2168-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-si21xx-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-sp2-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-sp8870-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-sp887x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stb0899-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stb6000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stb6100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stp-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0288-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0297-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0299-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0367-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0900-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv090x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv0910-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv6110-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv6110x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-stv6111-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tc90522-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda10021-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda10023-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda10048-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda1004x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda10071-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda10086-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda18212-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda18218-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda18250-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda18271-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda18271c2dd-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda665x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda8083-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda8261-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda826x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda827x-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda8290-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tda9887-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tea5761-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tea5767-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ts2020-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tua6100-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tua9001-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tuner-simple-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tuner-types-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-tuner-xc2028-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-udp-tunnel-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-uio-pdrv-genirq-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-usb-f-mass-storage-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-usb-f-ss-lb-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ves1820-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-ves1x93-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-videobuf2-vmalloc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-virtio-rpmsg-bus-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-vport-vxlan-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-vxlan-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-xc4000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-xc5000-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-zd1301-demod-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-zl10036-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-zl10039-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-zl10353-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-module-zynq-remoteproc-5.10.0-xilinx-v2021.2-0:5.10+git0+568989d441-r0.0.zynq_generic
 
kernel-modules-0:5.10+git0+568989d441-r0.0.zynq_generic
 
killall-0:23.3-r0.0.cortexa9t2hf_neon
 
kmod-0:27-r0.0.cortexa9t2hf_neon
 
kmod-lic-0:27-r0.0.cortexa9t2hf_neon
 
lcms-0:2.11-r0.0.cortexa9t2hf_neon
 
lcms-lic-0:2.11-r0.0.cortexa9t2hf_neon
 
ldconfig-0:2.32-r0.0.cortexa9t2hf_neon
 
less-0:562-r0.0.cortexa9t2hf_neon
 
less-lic-0:562-r0.0.cortexa9t2hf_neon
 
libacl1-0:2.2.53-r0.0.cortexa9t2hf_neon
 
libassuan-lic-0:2.5.3-r0.0.cortexa9t2hf_neon
 
libassuan0-0:2.5.3-r0.0.cortexa9t2hf_neon
 
libatk-1.0-0-0:2.36.0-r0.0.cortexa9t2hf_neon
 
libatk-1.0-lic-0:2.36.0-r0.0.cortexa9t2hf_neon
 
libatomic-dev-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libatomic1-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libattr1-0:2.4.48-r0.0.cortexa9t2hf_neon
 
libbfd-0:2.35.1-r0.0.cortexa9t2hf_neon
 
libblkid1-0:2.36-r0.0.cortexa9t2hf_neon
 
libbz2-1-0:1.0.8-r0.0.cortexa9t2hf_neon
 
libc6-0:2.32-r0.0.cortexa9t2hf_neon
 
libc6-dev-0:2.32-r0.0.cortexa9t2hf_neon
 
libc6-extra-nss-0:2.32-r0.0.cortexa9t2hf_neon
 
libc6-lic-0:2.32-r0.0.cortexa9t2hf_neon
 
libc6-thread-db-0:2.32-r0.0.cortexa9t2hf_neon
 
libc6-utils-0:2.32-r0.0.cortexa9t2hf_neon
 
libcairo-gobject2-0:1.16.0-r0.0.cortexa9t2hf_neon
 
libcairo-lic-0:1.16.0-r0.0.cortexa9t2hf_neon
 
libcairo2-0:1.16.0-r0.0.cortexa9t2hf_neon
 
libcap-lic-0:2.43-r0.0.cortexa9t2hf_neon
 
libcap-ng-lic-0:0.7.11-r0.0.cortexa9t2hf_neon
 
libcap-ng0-0:0.7.11-r0.0.cortexa9t2hf_neon
 
libcap2-0:2.43-r0.0.cortexa9t2hf_neon
 
libcom-err2-0:1.45.6-r0.0.cortexa9t2hf_neon
 
libcomps-lic-0:0.1.15-r0.0.cortexa9t2hf_neon
 
libcomps0-0:0.1.15-r0.0.cortexa9t2hf_neon
 
libcroco-0:0.6.13-r0.0.cortexa9t2hf_neon
 
libcroco-lic-0:0.6.13-r0.0.cortexa9t2hf_neon
 
libcrypt-lic-0:4.4.17-r0.0.cortexa9t2hf_neon
 
libcrypt2-0:4.4.17-r0.0.cortexa9t2hf_neon
 
libcrypto1.1-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
libcurl4-0:7.72.0-r0.0.cortexa9t2hf_neon
 
libdbus-1-3-0:1.12.20-r0.0.cortexa9t2hf_neon
 
libdnf-lic-0:0.48.0-r0.0.cortexa9t2hf_neon
 
libdnf2-0:0.48.0-r0.0.cortexa9t2hf_neon
 
libdrm-lic-0:2.4.102-r0.0.cortexa9t2hf_neon
 
libdrm2-0:2.4.102-r0.0.cortexa9t2hf_neon
 
libdw1-0:0.180-r0.0.cortexa9t2hf_neon
 
libe2p2-0:1.45.6-r0.0.cortexa9t2hf_neon
 
libelf1-0:0.180-r0.0.cortexa9t2hf_neon
 
libepoxy-lic-0:1.5.4-r0.0.cortexa9t2hf_neon
 
libepoxy0-0:1.5.4-r0.0.cortexa9t2hf_neon
 
liberation-fonts-1:2.00.1-r0.0.noarch
 
liberation-fonts-lic-1:2.00.1-r0.0.noarch
 
libevent-2.1-7-0:2.1.12-r0.0.cortexa9t2hf_neon
 
libevent-2.1-lic-0:2.1.12-r0.0.cortexa9t2hf_neon
 
libexif-lic-0:0.6.22-r0.0.cortexa9t2hf_neon
 
libexif12-0:0.6.22-r0.0.cortexa9t2hf_neon
 
libexpat-lic-0:2.2.9-r0.0.cortexa9t2hf_neon
 
libexpat1-0:2.2.9-r0.0.cortexa9t2hf_neon
 
libext2fs2-0:1.45.6-r0.0.cortexa9t2hf_neon
 
libfdisk1-0:2.36-r0.0.cortexa9t2hf_neon
 
libffi-lic-0:3.3-r0.0.cortexa9t2hf_neon
 
libffi7-0:3.3-r0.0.cortexa9t2hf_neon
 
libfl2-0:2.6.4-r0.0.cortexa9t2hf_neon
 
libflac8-0:1.3.3-r0.0.cortexa9t2hf_neon
 
libfontconfig-lic-0:2.13.1-r0.0.cortexa9t2hf_neon
 
libfontconfig1-0:2.13.1-r0.0.cortexa9t2hf_neon
 
libfreetype-lic-0:2.10.2-r0.0.cortexa9t2hf_neon
 
libfreetype6-0:2.10.2-r0.0.cortexa9t2hf_neon
 
libfribidi-lic-0:1.0.10-r0.0.cortexa9t2hf_neon
 
libfribidi0-0:1.0.10-r0.0.cortexa9t2hf_neon
 
libgbm1-2:20.1.8-r0.0.cortexa9t2hf_neon
 
libgcc-s-dev-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libgcc-s-lic-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libgcc1-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libgcrypt-0:1.8.6-r0.0.cortexa9t2hf_neon
 
libgcrypt-lic-0:1.8.6-r0.0.cortexa9t2hf_neon
 
libgdbm-compat4-0:1.18.1-r0.0.cortexa9t2hf_neon
 
libgdbm-lic-0:1.18.1-r0.0.cortexa9t2hf_neon
 
libgdbm6-0:1.18.1-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-0-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-lic-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-loader-gif-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-loader-jpeg-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-loader-png-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgdk-pixbuf-2.0-loader-xpm-0:2.40.0-r0.0.cortexa9t2hf_neon
 
libgettextlib-0:0.21-r0.0.cortexa9t2hf_neon
 
libgettextsrc-0:0.21-r0.0.cortexa9t2hf_neon
 
libgif-lic-0:5.1.4-r0.0.cortexa9t2hf_neon
 
libgif7-0:5.1.4-r0.0.cortexa9t2hf_neon
 
libgl-mesa-2:20.1.8-r0.0.cortexa9t2hf_neon
 
libglapi0-2:20.1.8-r0.0.cortexa9t2hf_neon
 
libglib-2.0-0-1:2.64.5-r0.0.cortexa9t2hf_neon
 
libglib-2.0-lic-1:2.64.5-r0.0.cortexa9t2hf_neon
 
libgmp-lic-0:6.2.0-r0.0.cortexa9t2hf_neon
 
libgmp10-0:6.2.0-r0.0.cortexa9t2hf_neon
 
libgnutls-lic-0:3.6.14-r0.0.cortexa9t2hf_neon
 
libgnutls30-0:3.6.14-r0.0.cortexa9t2hf_neon
 
libgomp1-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libgpg-error-0:1.39-r0.0.cortexa9t2hf_neon
 
libgpg-error-lic-0:1.39-r0.0.cortexa9t2hf_neon
 
libgtk-2.0-0:2.24.32-r0.0.cortexa9t2hf_neon
 
libharfbuzz-lic-0:2.7.2-r0.0.cortexa9t2hf_neon
 
libharfbuzz0-0:2.7.2-r0.0.cortexa9t2hf_neon
 
libical-0:3.0.8-r0.0.cortexa9t2hf_neon
 
libical-lic-0:3.0.8-r0.0.cortexa9t2hf_neon
 
libice-lic-1:1.0.10-r0.0.cortexa9t2hf_neon
 
libice6-1:1.0.10-r0.0.cortexa9t2hf_neon
 
libicudata67-0:67.1-r0.0.cortexa9t2hf_neon
 
libicui18n67-0:67.1-r0.0.cortexa9t2hf_neon
 
libicuuc67-0:67.1-r0.0.cortexa9t2hf_neon
 
libidn2-0-0:2.3.0-r0.0.cortexa9t2hf_neon
 
libidn2-lic-0:2.3.0-r0.0.cortexa9t2hf_neon
 
libjpeg-lic-1:2.0.5-r0.0.cortexa9t2hf_neon
 
libjpeg62-1:2.0.5-r0.0.cortexa9t2hf_neon
 
libjson-c-lic-0:0.15-r0.0.cortexa9t2hf_neon
 
libjson-c5-0:0.15-r0.0.cortexa9t2hf_neon
 
libkmod2-0:27-r0.0.cortexa9t2hf_neon
 
libksba-lic-0:1.4.0-r0.0.cortexa9t2hf_neon
 
libksba8-0:1.4.0-r0.0.cortexa9t2hf_neon
 
libltdl7-0:2.4.6-r0.0.cortexa9t2hf_neon
 
liblzma5-0:5.2.5-r0.0.cortexa9t2hf_neon
 
liblzo2-2-0:2.10-r0.0.cortexa9t2hf_neon
 
liblzo2-lic-0:2.10-r0.0.cortexa9t2hf_neon
 
libmnl-lic-0:1.0.4-r0.0.cortexa9t2hf_neon
 
libmnl0-0:1.0.4-r0.0.cortexa9t2hf_neon
 
libmodulemd-0:2.9.4-r0.0.cortexa9t2hf_neon
 
libmodulemd-lic-0:2.9.4-r0.0.cortexa9t2hf_neon
 
libmount1-0:2.36-r0.0.cortexa9t2hf_neon
 
libmpc-lic-0:1.2.0-r0.0.cortexa9t2hf_neon
 
libmpc3-0:1.2.0-r0.0.cortexa9t2hf_neon
 
libmpfr-lic-0:4.1.0-r0.0.cortexa9t2hf_neon
 
libmpfr6-0:4.1.0-r0.0.cortexa9t2hf_neon
 
libncurses5-0:6.2-r0.0.cortexa9t2hf_neon
 
libncursesw5-0:6.2-r0.0.cortexa9t2hf_neon
 
libnl-3-200-1:3.5.0-r0.0.cortexa9t2hf_neon
 
libnl-3-lic-1:3.5.0-r0.0.cortexa9t2hf_neon
 
libnl-genl-3-200-1:3.5.0-r0.0.cortexa9t2hf_neon
 
libnpth-lic-0:1.6-r0.0.cortexa9t2hf_neon
 
libnpth0-0:1.6-r0.0.cortexa9t2hf_neon
 
libnsl-lic-0:1.3.0-r0.0.cortexa9t2hf_neon
 
libnsl2-0:1.3.0-r0.0.cortexa9t2hf_neon
 
libnss-db2-0:2.32-r0.0.cortexa9t2hf_neon
 
libogg-lic-0:1.3.4-r0.0.cortexa9t2hf_neon
 
libogg0-0:1.3.4-r0.0.cortexa9t2hf_neon
 
libpam-0:1.3.1-r0.0.cortexa9t2hf_neon
 
libpam-lic-0:1.3.1-r0.0.cortexa9t2hf_neon
 
libpam-runtime-0:1.3.1-r0.0.cortexa9t2hf_neon
 
libpanelw5-0:6.2-r0.0.cortexa9t2hf_neon
 
libpci3-0:3.7.0-r0.0.cortexa9t2hf_neon
 
libpcre-lic-0:8.44-r0.0.cortexa9t2hf_neon
 
libpcre1-0:8.44-r0.0.cortexa9t2hf_neon
 
libpixman-1-0-1:0.40.0-r0.0.cortexa9t2hf_neon
 
libpixman-1-lic-1:0.40.0-r0.0.cortexa9t2hf_neon
 
libpng16-16-0:1.6.37-r0.0.cortexa9t2hf_neon
 
libpng16-lic-0:1.6.37-r0.0.cortexa9t2hf_neon
 
libpoppler-glib8-0:20.10.0-r0.0.cortexa9t2hf_neon
 
libpoppler103-0:20.10.0-r0.0.cortexa9t2hf_neon
 
libpopt-lic-0:1.18-r0.0.cortexa9t2hf_neon
 
libpopt0-0:1.18-r0.0.cortexa9t2hf_neon
 
libpulse0-0:13.0-r0.0.cortexa9t2hf_neon
 
libpulsecommon-0:13.0-r0.0.cortexa9t2hf_neon
 
libpulsecore-0:13.0-r0.0.cortexa9t2hf_neon
 
libpython3.8-1.0-0:3.8.5-r0.0.cortexa9t2hf_neon
 
libreadline-lic-0:8.0-r0.0.cortexa9t2hf_neon
 
libreadline8-0:8.0-r0.0.cortexa9t2hf_neon
 
librepo-lic-0:1.12.1-r0.0.cortexa9t2hf_neon
 
librepo0-0:1.12.1-r0.0.cortexa9t2hf_neon
 
libsbc-lic-0:1.4-r0.0.cortexa9t2hf_neon
 
libsbc1-0:1.4-r0.0.cortexa9t2hf_neon
 
libsm-lic-1:1.2.3-r0.0.cortexa9t2hf_neon
 
libsm6-1:1.2.3-r0.0.cortexa9t2hf_neon
 
libsmartcols1-0:2.36-r0.0.cortexa9t2hf_neon
 
libsndfile-lic-0:1.0.28-r0.0.cortexa9t2hf_neon
 
libsndfile1-0:1.0.28-r0.0.cortexa9t2hf_neon
 
libsocketcan-lic-0:0.0.11-r0.0.cortexa9t2hf_neon
 
libsocketcan2-0:0.0.11-r0.0.cortexa9t2hf_neon
 
libsolv-lic-0:0.7.14-r0.0.cortexa9t2hf_neon
 
libsolv1-0:0.7.14-r0.0.cortexa9t2hf_neon
 
libsolvext1-0:0.7.14-r0.0.cortexa9t2hf_neon
 
libspeexdsp-lic-0:1.2.0-r0.0.cortexa9t2hf_neon
 
libspeexdsp1-0:1.2.0-r0.0.cortexa9t2hf_neon
 
libsqlite3-0-3:3.33.0-r0.0.cortexa9t2hf_neon
 
libss2-0:1.45.6-r0.0.cortexa9t2hf_neon
 
libssl1.1-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
libstdc++-dev-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libstdc++6-0:10.2.0-r0.0.cortexa9t2hf_neon
 
libtiff-lic-0:4.1.0-r0.0.cortexa9t2hf_neon
 
libtiff5-0:4.1.0-r0.0.cortexa9t2hf_neon
 
libtinfo5-0:6.2-r0.0.cortexa9t2hf_neon
 
libtirpc-lic-0:1.2.6-r0.0.cortexa9t2hf_neon
 
libtirpc3-0:1.2.6-r0.0.cortexa9t2hf_neon
 
libtool-0:2.4.6-r0.0.cortexa9t2hf_neon
 
libtool-lic-0:2.4.6-r0.0.cortexa9t2hf_neon
 
libts-lic-0:1.22-r0.0.cortexa9t2hf_neon
 
libts0-0:1.22-r0.0.cortexa9t2hf_neon
 
libubootenv-bin-0:0.3.1-r0.0.zynq_generic
 
libubootenv-lic-0:0.3.1-r0.0.zynq_generic
 
libubootenv0-0:0.3.1-r0.0.zynq_generic
 
libudev1-0:3.2.9-r0.0.cortexa9t2hf_neon
 
libunistring-lic-0:0.9.10-r0.0.cortexa9t2hf_neon
 
libunistring2-0:0.9.10-r0.0.cortexa9t2hf_neon
 
libuuid1-0:2.36-r0.0.cortexa9t2hf_neon
 
libvorbis-0:1.3.7-r0.0.cortexa9t2hf_neon
 
libvorbis-lic-0:1.3.7-r0.0.cortexa9t2hf_neon
 
libwrap0-0:7.6-r10.0.cortexa9t2hf_neon
 
libx11-6-1:1.6.12-r0.0.cortexa9t2hf_neon
 
libx11-lic-1:1.6.12-r0.0.cortexa9t2hf_neon
 
libx11-xcb1-1:1.6.12-r0.0.cortexa9t2hf_neon
 
libxau-lic-1:1.0.9-r0.0.cortexa9t2hf_neon
 
libxau6-1:1.0.9-r0.0.cortexa9t2hf_neon
 
libxcb-dri2-0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-dri3-0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-glx0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-lic-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-present0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-render0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-shm0-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb-sync1-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcb1-0:1.14-r0.0.cortexa9t2hf_neon
 
libxcomposite-lic-1:0.4.5-r0.0.cortexa9t2hf_neon
 
libxcomposite1-1:0.4.5-r0.0.cortexa9t2hf_neon
 
libxcursor-lic-1:1.2.0-r0.0.cortexa9t2hf_neon
 
libxcursor1-1:1.2.0-r0.0.cortexa9t2hf_neon
 
libxdamage-lic-1:1.1.5-r0.0.cortexa9t2hf_neon
 
libxdamage1-1:1.1.5-r0.0.cortexa9t2hf_neon
 
libxdmcp-lic-1:1.1.3-r0.0.cortexa9t2hf_neon
 
libxdmcp6-1:1.1.3-r0.0.cortexa9t2hf_neon
 
libxext-lic-1:1.3.4-r0.0.cortexa9t2hf_neon
 
libxext6-1:1.3.4-r0.0.cortexa9t2hf_neon
 
libxfixes-lic-1:5.0.3-r0.0.cortexa9t2hf_neon
 
libxfixes3-1:5.0.3-r0.0.cortexa9t2hf_neon
 
libxft-lic-1:2.3.3-r0.0.cortexa9t2hf_neon
 
libxft2-1:2.3.3-r0.0.cortexa9t2hf_neon
 
libxi-lic-1:1.7.10-r0.0.cortexa9t2hf_neon
 
libxi6-1:1.7.10-r0.0.cortexa9t2hf_neon
 
libxml2-0:2.9.10-r0.0.cortexa9t2hf_neon
 
libxml2-lic-0:2.9.10-r0.0.cortexa9t2hf_neon
 
libxrandr-lic-1:1.5.2-r0.0.cortexa9t2hf_neon
 
libxrandr2-1:1.5.2-r0.0.cortexa9t2hf_neon
 
libxrender-lic-1:0.9.10-r0.0.cortexa9t2hf_neon
 
libxrender1-1:0.9.10-r0.0.cortexa9t2hf_neon
 
libxshmfence-lic-0:1.3-r0.0.cortexa9t2hf_neon
 
libxshmfence1-0:1.3-r0.0.cortexa9t2hf_neon
 
libxt-lic-1:1.2.0-r0.0.cortexa9t2hf_neon
 
libxt6-1:1.2.0-r0.0.cortexa9t2hf_neon
 
libxtst-lic-1:1.2.3-r0.0.cortexa9t2hf_neon
 
libxtst6-1:1.2.3-r0.0.cortexa9t2hf_neon
 
libxxf86vm-lic-1:1.1.4-r0.0.cortexa9t2hf_neon
 
libxxf86vm1-1:1.1.4-r0.0.cortexa9t2hf_neon
 
libyaml-0-2-0:0.2.5-r0.0.cortexa9t2hf_neon
 
libyaml-0-lic-0:0.2.5-r0.0.cortexa9t2hf_neon
 
libz-lic-0:1.2.11-r0.0.cortexa9t2hf_neon
 
libz1-0:1.2.11-r0.0.cortexa9t2hf_neon
 
lighttpd-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-lic-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-module-access-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-module-accesslog-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-module-dirlisting-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-module-indexfile-0:1.4.55-r0.0.cortexa9t2hf_neon
 
lighttpd-module-staticfile-0:1.4.55-r0.0.cortexa9t2hf_neon
 
linux-libc-headers-dev-0:5.8-r0.0.cortexa9t2hf_neon
 
linux-libc-headers-lic-0:5.8-r0.0.cortexa9t2hf_neon
 
linux-xlnx-lic-0:5.10+git0+568989d441-r0.0.zynq_generic
 
logrotate-0:3.17.0-r0.0.cortexa9t2hf_neon
 
logrotate-lic-0:3.17.0-r0.0.cortexa9t2hf_neon
 
m4-0:1.4.18-r0.0.cortexa9t2hf_neon
 
m4-lic-0:1.4.18-r0.0.cortexa9t2hf_neon
 
make-0:4.3-r0.0.cortexa9t2hf_neon
 
make-lic-0:4.3-r0.0.cortexa9t2hf_neon
 
makedevs-0:1.0.1-r0.0.cortexa9t2hf_neon
 
makedevs-lic-0:1.0.1-r0.0.cortexa9t2hf_neon
 
mc-0:4.8.25-r0.0.cortexa9t2hf_neon
 
mc-fish-0:4.8.25-r0.0.cortexa9t2hf_neon
 
mc-helpers-0:4.8.25-r0.0.cortexa9t2hf_neon
 
mc-helpers-perl-0:4.8.25-r0.0.cortexa9t2hf_neon
 
mc-lic-0:4.8.25-r0.0.cortexa9t2hf_neon
 
mesa-lic-2:20.1.8-r0.0.cortexa9t2hf_neon
 
mesa-megadriver-2:20.1.8-r0.0.cortexa9t2hf_neon
 
meson-0:0.55.1-r0.0.cortexa9t2hf_neon
 
meson-lic-0:0.55.1-r0.0.cortexa9t2hf_neon
 
modutils-initscripts-0:1.0-r7.0.cortexa9t2hf_neon
 
modutils-initscripts-lic-0:1.0-r7.0.cortexa9t2hf_neon
 
mtd-utils-0:2.1.2-r0.0.cortexa9t2hf_neon
 
mtd-utils-lic-0:2.1.2-r0.0.cortexa9t2hf_neon
 
mtd-utils-misc-0:2.1.2-r0.0.cortexa9t2hf_neon
 
mtd-utils-ubifs-0:2.1.2-r0.0.cortexa9t2hf_neon
 
nano-0:5.3-r0.0.cortexa9t2hf_neon
 
nano-lic-0:5.3-r0.0.cortexa9t2hf_neon
 
ncurses-0:6.2-r0.0.cortexa9t2hf_neon
 
ncurses-lic-0:6.2-r0.0.cortexa9t2hf_neon
 
ncurses-terminfo-0:6.2-r0.0.cortexa9t2hf_neon
 
ncurses-terminfo-base-0:6.2-r0.0.cortexa9t2hf_neon
 
net-tools-0:1.60+20181103+git0+0eebece8c9-r0.0.cortexa9t2hf_neon
 
net-tools-lic-0:1.60+20181103+git0+0eebece8c9-r0.0.cortexa9t2hf_neon
 
netbase-1:6.1-r0.0.cortexa9t2hf_neon
 
netbase-lic-1:6.1-r0.0.cortexa9t2hf_neon
 
nettle-0:3.6-r0.0.cortexa9t2hf_neon
 
nettle-lic-0:3.6-r0.0.cortexa9t2hf_neon
 
nfs-utils-0:2.5.1-r0.0.cortexa9t2hf_neon
 
nfs-utils-client-0:2.5.1-r0.0.cortexa9t2hf_neon
 
nfs-utils-lic-0:2.5.1-r0.0.cortexa9t2hf_neon
 
nfs-utils-mount-0:2.5.1-r0.0.cortexa9t2hf_neon
 
ninja-0:1.10.1-r0.0.cortexa9t2hf_neon
 
ninja-lic-0:1.10.1-r0.0.cortexa9t2hf_neon
 
nspr-0:4.29-r0.0.cortexa9t2hf_neon
 
nspr-lic-0:4.29-r0.0.cortexa9t2hf_neon
 
nss-0:3.57-r0.0.cortexa9t2hf_neon
 
nss-lic-0:3.57-r0.0.cortexa9t2hf_neon
 
ntp-lic-0:4.2.8p15-r0.0.cortexa9t2hf_neon
 
ntpdate-0:4.2.8p15-r0.0.cortexa9t2hf_neon
 
openjpeg-0:2.3.1-r0.0.cortexa9t2hf_neon
 
openjpeg-lic-0:2.3.1-r0.0.cortexa9t2hf_neon
 
openssh-lic-0:8.3p1-r0.0.cortexa9t2hf_neon
 
openssh-sftp-server-0:8.3p1-r0.0.cortexa9t2hf_neon
 
openssl-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
openssl-bin-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
openssl-conf-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
openssl-lic-0:1.1.1k-r0.0.cortexa9t2hf_neon
 
opkg-utils-lic-0:0.4.3-r0.0.cortexa9t2hf_neon
 
os-release-0:1.0-r0.0.noarch
 
os-release-lic-0:1.0-r0.0.noarch
 
packagegroup-core-boot-0:1.0-r17.0.zynq_generic
 
packagegroup-core-boot-lic-0:1.0-r17.0.zynq_generic
 
packagegroup-core-buildessential-0:1.0-r0.0.noarch
 
packagegroup-core-buildessential-lic-0:1.0-r0.0.noarch
 
packagegroup-core-eclipse-debug-0:1.0-r0.0.noarch
 
packagegroup-core-eclipse-debug-lic-0:1.0-r0.0.noarch
 
packagegroup-core-full-cmdline-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-dev-utils-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-extended-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-initscripts-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-libs-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-lic-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-multiuser-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-sys-services-0:1.0-r6.0.noarch
 
packagegroup-core-full-cmdline-utils-0:1.0-r6.0.noarch
 
packagegroup-core-ssh-dropbear-0:1.0-r1.0.noarch
 
packagegroup-core-ssh-dropbear-lic-0:1.0-r1.0.noarch
 
packagegroup-dave-devel-0:1.0-r0.0.noarch
 
packagegroup-dave-devel-lic-0:1.0-r0.0.noarch
 
packagegroup-tools-bluetooth-0:1.0-r0.0.noarch
 
packagegroup-tools-bluetooth-lic-0:1.0-r0.0.noarch
 
pam-plugin-access-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-deny-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-env-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-faildelay-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-group-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-keyinit-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-lastlog-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-limits-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-loginuid-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-mail-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-motd-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-nologin-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-permit-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-rootok-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-securetty-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-shells-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-unix-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pam-plugin-warn-0:1.3.1-r0.0.cortexa9t2hf_neon
 
pango-0:1.46.2-r0.0.cortexa9t2hf_neon
 
pango-lic-0:1.46.2-r0.0.cortexa9t2hf_neon
 
patch-0:2.7.6-r0.0.cortexa9t2hf_neon
 
patch-lic-0:2.7.6-r0.0.cortexa9t2hf_neon
 
pciutils-0:3.7.0-r0.0.cortexa9t2hf_neon
 
pciutils-ids-0:3.7.0-r0.0.cortexa9t2hf_neon
 
pciutils-lic-0:3.7.0-r0.0.cortexa9t2hf_neon
 
perl-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-lic-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-bytes-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-bytes-heavy-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-carp-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-class-struct-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-config-heavy-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-constant-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-cwd-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-data-dumper-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-dynaloader-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-errno-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-exporter-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-exporter-heavy-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-fcntl-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-basename-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-compare-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-copy-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-find-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-glob-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-path-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-spec-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-spec-unix-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-file-stat-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-getopt-long-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-io-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-io-file-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-io-handle-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-io-seekable-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-mro-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-overload-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-overload-numbers-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-overloading-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-pod-usage-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-posix-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-re-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-selectsaver-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-symbol-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-term-cap-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-text-parsewords-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-thread-queue-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-threads-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-threads-shared-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-tie-hash-0:5.32.0-r0.0.cortexa9t2hf_neon
 
perl-module-xsloader-0:5.32.0-r0.0.cortexa9t2hf_neon
 
pinentry-0:1.1.0-r0.0.cortexa9t2hf_neon
 
pinentry-lic-0:1.1.0-r0.0.cortexa9t2hf_neon
 
pkgconfig-0:0.29.2+git0+edf8e6f0ea-r0.0.cortexa9t2hf_neon
 
pkgconfig-lic-0:0.29.2+git0+edf8e6f0ea-r0.0.cortexa9t2hf_neon
 
pointercal-0:0.0-r11.0.zynq_generic
 
pointercal-lic-0:0.0-r11.0.zynq_generic
 
poppler-data-0:0.4.10-r0.0.noarch
 
poppler-data-lic-0:0.4.10-r0.0.noarch
 
poppler-lic-0:20.10.0-r0.0.cortexa9t2hf_neon
 
procps-0:3.3.16-r0.0.cortexa9t2hf_neon
 
procps-lic-0:3.3.16-r0.0.cortexa9t2hf_neon
 
psmisc-0:23.3-r0.0.cortexa9t2hf_neon
 
psmisc-lic-0:23.3-r0.0.cortexa9t2hf_neon
 
pstree-0:23.3-r0.0.cortexa9t2hf_neon
 
pulseaudio-lib-bluez5-util-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-lic-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-bluetooth-discover-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-bluetooth-policy-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-bluez5-device-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-bluez5-discover-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-loopback-0:13.0-r0.0.cortexa9t2hf_neon
 
pulseaudio-module-switch-on-connect-0:13.0-r0.0.cortexa9t2hf_neon
 
python3-2to3-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-asyncio-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-audio-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-codecs-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-compile-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-compression-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-core-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-crypt-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-ctypes-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-curses-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-datetime-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-db-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-dbus-0:1.2.16-r0.0.cortexa9t2hf_neon
 
python3-dbus-lic-0:1.2.16-r0.0.cortexa9t2hf_neon
 
python3-debugger-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-difflib-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-distutils-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-doctest-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-email-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-fcntl-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-gpg-0:1.14.0-r0.0.cortexa9t2hf_neon
 
python3-html-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-idle-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-image-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-iniparse-0:0.4-r0.0.cortexa9t2hf_neon
 
python3-iniparse-lic-0:0.4-r0.0.cortexa9t2hf_neon
 
python3-io-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-json-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-lic-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-logging-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-mailbox-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-math-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-mime-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-misc-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-mmap-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-modules-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-multiprocessing-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-netclient-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-netserver-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-numbers-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-pickle-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-pkg-resources-0:49.6.0-r0.0.cortexa9t2hf_neon
 
python3-pkgutil-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-plistlib-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-pprint-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-profile-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-pycairo-0:1.19.1-r0.0.cortexa9t2hf_neon
 
python3-pycairo-lic-0:1.19.1-r0.0.cortexa9t2hf_neon
 
python3-pydoc-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-pygobject-0:3.36.1-r0.0.cortexa9t2hf_neon
 
python3-pygobject-lic-0:3.36.1-r0.0.cortexa9t2hf_neon
 
python3-resource-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-rpm-1:4.15.1-r0.0.cortexa9t2hf_neon
 
python3-setuptools-lic-0:49.6.0-r0.0.cortexa9t2hf_neon
 
python3-shell-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-six-0:1.15.0-r0.0.cortexa9t2hf_neon
 
python3-six-lic-0:1.15.0-r0.0.cortexa9t2hf_neon
 
python3-smtpd-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-sqlite3-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-stringold-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-syslog-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-terminal-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-threading-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-tkinter-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-typing-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-unittest-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-unixadmin-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-venv-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-xml-0:3.8.5-r0.0.cortexa9t2hf_neon
 
python3-xmlrpc-0:3.8.5-r0.0.cortexa9t2hf_neon
 
rpcbind-0:1.2.5-r0.0.cortexa9t2hf_neon
 
rpcbind-lic-0:1.2.5-r0.0.cortexa9t2hf_neon
 
rpm-1:4.15.1-r0.0.cortexa9t2hf_neon
 
rpm-lic-1:4.15.1-r0.0.cortexa9t2hf_neon
 
run-postinsts-0:1.0-r10.0.noarch
 
run-postinsts-lic-0:1.0-r10.0.noarch
 
sed-0:4.8-r0.0.cortexa9t2hf_neon
 
sed-lic-0:4.8-r0.0.cortexa9t2hf_neon
 
shadow-0:4.8.1-r0.0.cortexa9t2hf_neon
 
shadow-base-0:4.8.1-r0.0.cortexa9t2hf_neon
 
shadow-lic-0:4.8.1-r0.0.cortexa9t2hf_neon
 
shadow-securetty-0:4.6-r3.0.zynq_generic
 
shadow-securetty-lic-0:4.6-r3.0.zynq_generic
 
shared-mime-info-0:2.0-r0.0.cortexa9t2hf_neon
 
shared-mime-info-lic-0:2.0-r0.0.cortexa9t2hf_neon
 
sqlite3-lic-3:3.33.0-r0.0.cortexa9t2hf_neon
 
stressapptest-0:1.0.9-r0.0.cortexa9t2hf_neon
 
stressapptest-lic-0:1.0.9-r0.0.cortexa9t2hf_neon
 
sudo-0:1.9.3-r0.0.cortexa9t2hf_neon
 
sudo-lic-0:1.9.3-r0.0.cortexa9t2hf_neon
 
sysklogd-0:2.1.2-r0.0.cortexa9t2hf_neon
 
sysklogd-lic-0:2.1.2-r0.0.cortexa9t2hf_neon
 
sysvinit-0:2.97-r0.0.cortexa9t2hf_neon
 
sysvinit-inittab-0:2.88dsf-r10.0.zynq_generic
 
sysvinit-inittab-lic-0:2.88dsf-r10.0.zynq_generic
 
sysvinit-lic-0:2.97-r0.0.cortexa9t2hf_neon
 
sysvinit-pidof-0:2.97-r0.0.cortexa9t2hf_neon
 
tar-0:1.32-r0.0.cortexa9t2hf_neon
 
tar-lic-0:1.32-r0.0.cortexa9t2hf_neon
 
tcf-agent-0:1.7.0+git0+ce6ce46c7b-r0.0.cortexa9t2hf_neon
 
tcf-agent-lic-0:1.7.0+git0+ce6ce46c7b-r0.0.cortexa9t2hf_neon
 
tcp-wrappers-lic-0:7.6-r10.0.cortexa9t2hf_neon
 
time-0:1.9-r0.0.cortexa9t2hf_neon
 
time-lic-0:1.9-r0.0.cortexa9t2hf_neon
 
tmux-0:3.1b-r0.0.cortexa9t2hf_neon
 
tmux-lic-0:3.1b-r0.0.cortexa9t2hf_neon
 
tslib-calibrate-0:1.22-r0.0.cortexa9t2hf_neon
 
tslib-conf-0:1.22-r0.0.cortexa9t2hf_neon
 
tslib-tests-0:1.22-r0.0.cortexa9t2hf_neon
 
ttf-dejavu-common-0:2.37-r7.0.noarch
 
ttf-dejavu-lic-0:2.37-r7.0.noarch
 
ttf-dejavu-sans-mono-0:2.37-r7.0.noarch
 
u-boot-tools-1:2020.07-r0.0.cortexa9t2hf_neon
 
u-boot-tools-lic-1:2020.07-r0.0.cortexa9t2hf_neon
 
u-boot-tools-mkenvimage-1:2020.07-r0.0.cortexa9t2hf_neon
 
u-boot-tools-mkimage-1:2020.07-r0.0.cortexa9t2hf_neon
 
u-boot-xlnx-env-0:v2021.01+xilinx+v2021.2+git0+6d3195dde9-r0.0.zynq_generic
 
u-boot-xlnx-lic-0:v2021.01+xilinx+v2021.2+git0+6d3195dde9-r0.0.zynq_generic
 
update-alternatives-opkg-0:0.4.3-r0.0.cortexa9t2hf_neon
 
update-rc.d-0:0.8-r0.0.noarch
 
update-rc.d-lic-0:0.8-r0.0.noarch
 
util-linux-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-addpart-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-agetty-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-blkdiscard-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-blkid-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-blkzone-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-blockdev-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-cal-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-cfdisk-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-chcpu-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-chmem-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-choom-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-chrt-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-col-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-colcrt-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-colrm-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-column-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ctrlaltdel-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-delpart-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-dmesg-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-eject-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fallocate-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fdformat-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fdisk-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fincore-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-findfs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-findmnt-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-flock-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fsck-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fsck.cramfs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fsfreeze-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-fstrim-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-getopt-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-hardlink-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-hexdump-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-hwclock-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ionice-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ipcmk-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ipcrm-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ipcs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-irqtop-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-isosize-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-kill-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-last-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ldattach-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lic-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-logger-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-look-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-losetup-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lsblk-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lscpu-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lsipc-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lsirq-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lslocks-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lslogins-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lsmem-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-lsns-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mcookie-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mesg-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mkfs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mkfs.cramfs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mkswap-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-more-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mount-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-mountpoint-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-namei-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-nologin-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-nsenter-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-partx-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-pivot-root-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-prlimit-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-raw-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-readprofile-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-rename-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-renice-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-resizepart-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-rev-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-rfkill-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-rtcwake-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-runuser-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-script-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-scriptlive-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-scriptreplay-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-setarch-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-setpriv-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-setsid-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-setterm-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-sfdisk-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-su-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-sulogin-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-swaplabel-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-swapoff-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-swapon-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-switch-root-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-taskset-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-ul-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-umount-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-unshare-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-utmpdump-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-uuidd-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-uuidgen-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-uuidparse-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-wall-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-wdctl-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-whereis-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-wipefs-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-write-0:2.36-r0.0.cortexa9t2hf_neon
 
util-linux-zramctl-0:2.36-r0.0.cortexa9t2hf_neon
 
vim-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-common-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-help-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-lic-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-syntax-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-tutor-0:8.2-r0.0.cortexa9t2hf_neon
 
vim-vimrc-0:8.2-r0.0.cortexa9t2hf_neon
 
xinetd-0:2.3.15.4-r0.0.cortexa9t2hf_neon
 
xinetd-lic-0:2.3.15.4-r0.0.cortexa9t2hf_neon
 
xz-lic-0:5.2.5-r0.0.cortexa9t2hf_neon
 
 
</pre>
 
</pre>
  

Revision as of 11:54, 2 February 2024

Info Box


200px-Emblem-important.svg.png

This application note has been validated using the kit version in the History table.

History[edit | edit source]

Date Development Kit version
Feb 2024 DESK-XZ7-L 1.0.1

Introduction[edit | edit source]

Since Pyro (2.3) Yocto release, DNF is the default package manager for installing packages in the DUT (target machine).

The Dandified Packaging Tool (DNF) performs runtime package management of RPM packages.

This application note details how to use DNF for installing packages with a Yocto based root file system

DNF[edit | edit source]

DNF is a software package manager that installs, updates, and removes packages on RPM-based Linux distributions. It automatically computes dependencies and determines the actions required to install packages. DNF also makes it easier to maintain groups of machines, eliminating the need to manually update each one using rpm. Introduced in Fedora 18, it has been the default package manager since Fedora 22.

More information can be found on Fedora's wiki DNF page

Pre-configured repositories[edit | edit source]

It is possible to add and configure DNF repositories using additional .repo files: it is recommended to define individual repositories in new or existing .repo files in the /etc/yum.repos.d/ directory.

More information about configuring DNF repositories can be found in the nConfiguring DNF and DNF_Repositories Fedora's page.

Here below is the original configuration defined by Petalinux root file system for the package repositories:

root@bora:~# ls -la /etc/yum.repos.d
total 24
drwxr-xr-x  2 root root 4096 Jan 30 15:15 .
drwxr-xr-x 52 root root 4096 Jan 30 15:18 ..
-rw-r--r--  1 root root 4606 Mar  9  2018 oe-remote-repo-sswreleases-rel-v2021.2-generic-rpm.repo
-rw-r--r--  1 root root 5086 Mar  9  2018 oe-remote-repo-sswreleases-rel-v2021.2-generic-updates-rpm.repo
root@bora:~# 

Installing packages on target[edit | edit source]

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 How to configure the network interfaces wiki page:

root@bora:~# echo "nameserver 192.168.0.1" > /etc/resolv.conf
root@bora:~# cat /etc/systemd/network/XXXXXX-eth0.network
[Match]
Name=eth0

# Prevent the interface loading if the kernel boots from nfs
KernelCommandLine=!nfsroot

[Network]
Address=192.168.0.89
Gateway=192.168.0.254
DNS=192.168.0.1
root@bora:~#

Then, for installing a package, it is enough to invoke dnf with the install parameter, for example:

root@bora:~# dnf install lighttpd
Last 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 k
Installing 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 k
Installing 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 k
Installed size: 270 k
Is this ok [y/N]: y
Downloading 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:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction 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:~#

Search for packages[edit | edit source]

To search for an available package in the current configured channels use dnf repoquery

Please note that this will show all packages, it's usually more useful to give it a pattern, e.g.:

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

List of installed packages[edit | edit source]

User can see the list of installed packages with dnf repoquery --installed

root@bora:~# dnf repoquery --installed

DNF activity history[edit | edit source]

User can see the activity on packages with dnf history

root@bora:~# dnf history
ID     | Command line      | Date and time    | Action(s)      | Altered
--------------------------------------------------------------------
2      | install lighttpd  | 2024-01-17 16:23 | Install        |    7 EE     
...
root@bora:~#

References[edit | edit source]