diff options
| -rw-r--r-- | meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb | 244 |
1 files changed, 188 insertions, 56 deletions
diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb index f36143fdaa..1034ad9786 100644 --- a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb +++ b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb | |||
| @@ -31,101 +31,233 @@ RDEPENDS_packagegroup-meta-networking = "\ | |||
| 31 | " | 31 | " |
| 32 | 32 | ||
| 33 | RDEPENDS_packagegroup-meta-networking-connectivity = "\ | 33 | RDEPENDS_packagegroup-meta-networking-connectivity = "\ |
| 34 | openconnect ez-ipupdate mosquitto sethdlc crda \ | 34 | crda \ |
| 35 | dibbler-server dibbler-client dibbler-requestor dibbler-relay \ | 35 | daq \ |
| 36 | libdnet ufw civetweb freeradius kea daq \ | 36 | adcli \ |
| 37 | mbedtls relayd snort dhcpcd rdate vlan vpnc \ | ||
| 38 | inetutils wolfssl lftp miniupnpd networkmanager \ | ||
| 39 | networkmanager-openvpn rdist nanomsg python3-networkmanager \ | ||
| 40 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth x11", "blueman", "", d)} \ | 37 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth x11", "blueman", "", d)} \ |
| 38 | cannelloni \ | ||
| 39 | civetweb \ | ||
| 40 | dhcpcd \ | ||
| 41 | libdnet \ | ||
| 42 | dibbler-client \ | ||
| 43 | dibbler-relay \ | ||
| 44 | dibbler-server \ | ||
| 45 | kea \ | ||
| 46 | relayd \ | ||
| 47 | lftp \ | ||
| 48 | sethdlc \ | ||
| 49 | snort \ | ||
| 50 | ufw \ | ||
| 51 | vlan \ | ||
| 52 | vpnc \ | ||
| 53 | ez-ipupdate \ | ||
| 54 | firewalld \ | ||
| 55 | freeradius \ | ||
| 56 | mbedtls \ | ||
| 57 | miniupnpd \ | ||
| 58 | mosquitto \ | ||
| 59 | nanomsg \ | ||
| 60 | nng \ | ||
| 61 | netplan \ | ||
| 62 | networkmanager-openvpn \ | ||
| 63 | networkmanager \ | ||
| 64 | openconnect \ | ||
| 65 | python3-networkmanager \ | ||
| 66 | rdate \ | ||
| 67 | rdist \ | ||
| 41 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "samba", "", d)} \ | 68 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "samba", "", d)} \ |
| 42 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "samba", "", d)} \ | 69 | wolfssl \ |
| 43 | " | 70 | autossh \ |
| 71 | bearssl \ | ||
| 72 | " | ||
| 44 | 73 | ||
| 45 | RDEPENDS_packagegroup-meta-networking-connectivity_remove_libc-musl = "rdist" | 74 | RDEPENDS_packagegroup-meta-networking-connectivity_remove_libc-musl = "rdist" |
| 46 | 75 | ||
| 47 | RDEPENDS_packagegroup-meta-networking-daemons = "\ | 76 | RDEPENDS_packagegroup-meta-networking-daemons = "\ |
| 48 | ippool radvd autofs keepalived proftpd openhpi lldpd \ | 77 | atftp \ |
| 49 | ptpd igmpproxy opensaf squid \ | 78 | autofs \ |
| 50 | atftp postfix iscsi-initiator-utils vsftpd cyrus-sasl \ | 79 | cyrus-sasl \ |
| 51 | pure-ftpd vblade tftp-hpa ncftp \ | 80 | ippool \ |
| 81 | iscsi-initiator-utils \ | ||
| 82 | lldpd \ | ||
| 83 | ncftp \ | ||
| 84 | igmpproxy \ | ||
| 85 | postfix \ | ||
| 86 | proftpd \ | ||
| 87 | ptpd \ | ||
| 88 | pure-ftpd \ | ||
| 89 | radvd \ | ||
| 90 | squid \ | ||
| 91 | tftp-hpa \ | ||
| 92 | tftp-hpa-server \ | ||
| 93 | vblade \ | ||
| 94 | vsftpd \ | ||
| 95 | keepalived \ | ||
| 52 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "networkd-dispatcher", "", d)} \ | 96 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "networkd-dispatcher", "", d)} \ |
| 53 | " | 97 | openhpi \ |
| 98 | opensaf \ | ||
| 99 | " | ||
| 54 | 100 | ||
| 55 | RDEPENDS_packagegroup-meta-networking-daemons_remove_libc-musl = "opensaf" | 101 | RDEPENDS_packagegroup-meta-networking-daemons_remove_libc-musl = "opensaf" |
| 56 | 102 | ||
| 57 | RDEPENDS_packagegroup-meta-networking-devtools = "\ | 103 | RDEPENDS_packagegroup-meta-networking-devtools = "\ |
| 58 | python3-ldap \ | 104 | python3-ldap \ |
| 59 | " | 105 | " |
| 60 | 106 | ||
| 61 | RDEPENDS_packagegroup-meta-networking-extended = "\ | 107 | RDEPENDS_packagegroup-meta-networking-extended = "\ |
| 62 | corosync \ | 108 | corosync \ |
| 63 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dlm", "", d)} \ | 109 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dlm", "", d)} \ |
| 64 | " | 110 | kronosnet \ |
| 111 | " | ||
| 65 | 112 | ||
| 66 | RDEPENDS_packagegroup-meta-networking-filter = "\ | 113 | RDEPENDS_packagegroup-meta-networking-filter = "\ |
| 67 | ebtables conntrack-tools libnetfilter-queue \ | 114 | libnftnl \ |
| 68 | libnetfilter-conntrack libnetfilter-cthelper libnetfilter-acct \ | 115 | conntrack-tools \ |
| 69 | libnetfilter-cttimeout libnetfilter-log nfacct \ | 116 | ebtables \ |
| 70 | arno-iptables-firewall libnftnl nftables \ | 117 | libnetfilter-acct \ |
| 118 | libnetfilter-conntrack \ | ||
| 119 | libnetfilter-cthelper \ | ||
| 120 | libnetfilter-cttimeout \ | ||
| 121 | libnetfilter-log \ | ||
| 122 | libnetfilter-queue \ | ||
| 71 | libnfnetlink \ | 123 | libnfnetlink \ |
| 72 | " | 124 | arno-iptables-firewall \ |
| 125 | nfacct \ | ||
| 126 | nftables \ | ||
| 127 | " | ||
| 73 | 128 | ||
| 74 | RDEPENDS_packagegroup-meta-networking-irc = "\ | 129 | RDEPENDS_packagegroup-meta-networking-irc = "\ |
| 130 | weechat \ | ||
| 75 | znc \ | 131 | znc \ |
| 76 | " | 132 | " |
| 77 | 133 | ||
| 78 | RDEPENDS_packagegroup-meta-networking-kernel = "\ | 134 | RDEPENDS_packagegroup-meta-networking-kernel = "\ |
| 79 | wireguard-tools \ | 135 | wireguard-tools \ |
| 80 | " | 136 | " |
| 81 | 137 | ||
| 82 | RDEPENDS_packagegroup-meta-networking-netkit = "\ | 138 | RDEPENDS_packagegroup-meta-networking-netkit = "\ |
| 83 | netkit-rwho-client netkit-rwho-server netkit-rsh-client netkit-rsh-server \ | 139 | netkit-rwho-client \ |
| 84 | netkit-telnet netkit-tftp-client netkit-tftp-server \ | 140 | netkit-rwho-server \ |
| 85 | netkit-ftp netkit-rpc \ | 141 | netkit-rsh-client \ |
| 142 | netkit-rsh-server \ | ||
| 143 | netkit-telnet \ | ||
| 144 | netkit-tftp-client \ | ||
| 145 | netkit-tftp-server \ | ||
| 146 | netkit-ftp \ | ||
| 147 | netkit-rpc \ | ||
| 86 | " | 148 | " |
| 87 | 149 | ||
| 88 | RDEPENDS_packagegroup-meta-networking-netkit_remove_libc-musl = " \ | 150 | RDEPENDS_packagegroup-meta-networking-netkit_remove_libc-musl = " \ |
| 89 | netkit-rsh-client netkit-rsh-server netkit-telnet" | 151 | netkit-rsh-client netkit-rsh-server netkit-telnet" |
| 90 | 152 | ||
| 91 | RDEPENDS_packagegroup-meta-networking-protocols = "\ | 153 | RDEPENDS_packagegroup-meta-networking-protocols = "\ |
| 92 | tsocks freediameter xl2tpd babeld mdns net-snmp \ | 154 | babeld \ |
| 93 | quagga pptp-linux zeroconf nopoll openflow rp-pppoe \ | ||
| 94 | radiusclient-ng openl2tp usrsctp \ | ||
| 95 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "dante", "", d)} \ | 155 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "dante", "", d)} \ |
| 96 | " | 156 | freediameter \ |
| 157 | net-snmp \ | ||
| 158 | openflow \ | ||
| 159 | openflow \ | ||
| 160 | openl2tp \ | ||
| 161 | mdns \ | ||
| 162 | nopoll \ | ||
| 163 | quagga \ | ||
| 164 | radiusclient-ng \ | ||
| 165 | tsocks \ | ||
| 166 | openlldp \ | ||
| 167 | zeroconf \ | ||
| 168 | pptp-linux \ | ||
| 169 | rp-pppoe \ | ||
| 170 | usrsctp \ | ||
| 171 | xl2tpd \ | ||
| 172 | " | ||
| 97 | 173 | ||
| 98 | RDEPENDS_packagegroup-meta-networking-protocols_remove_libc-musl = "mdns" | 174 | RDEPENDS_packagegroup-meta-networking-protocols_remove_libc-musl = "mdns" |
| 99 | 175 | ||
| 100 | RDEPENDS_packagegroup-meta-networking-support = "\ | 176 | RDEPENDS_packagegroup-meta-networking-support = "\ |
| 101 | ncp ndisc6 mtr tinyproxy ssmping ntp \ | 177 | aoetools \ |
| 102 | wpan-tools bridge-utils ifenslave celt051 pimd \ | 178 | arptables \ |
| 103 | nbd-client nbd-server nbd-trdump \ | 179 | bridge-utils \ |
| 104 | phytool fwknop htpdate tcpreplay \ | 180 | celt051 \ |
| 105 | traceroute geoip-perl geoip geoipupdate esmtp \ | 181 | cim-schema-docs \ |
| 106 | libtdb netcf dnsmasq curlpp openipmi drbd-utils \ | 182 | cim-schema-final \ |
| 107 | tunctl dovecot ipvsadm stunnel chrony spice-protocol \ | 183 | cifs-utils \ |
| 108 | usbredir ntop wireshark tnftp lksctp-tools \ | 184 | dnsmasq \ |
| 109 | cim-schema-docs cim-schema-final cim-schema-exper \ | 185 | curlpp \ |
| 110 | libmemcached smcroute libtevent ipcalc uftp \ | 186 | drbd-utils \ |
| 111 | ntimed linux-atm ssmtp openvpn rdma-core \ | 187 | dovecot \ |
| 112 | iftop aoetools tcpslice tcpdump libtalloc memcached nuttcp netcat \ | 188 | fping \ |
| 113 | netcat-openbsd fetchmail yp-tools ypbind-mt yp-tools \ | 189 | esmtp \ |
| 114 | arptables macchanger nghttp2 strongswan fping \ | 190 | fetchmail \ |
| 115 | libesmtp cifs-utils open-isns \ | 191 | geoip-perl \ |
| 192 | geoip \ | ||
| 193 | geoipupdate \ | ||
| 194 | fwknop \ | ||
| 195 | htpdate \ | ||
| 196 | iftop \ | ||
| 197 | ifmetric \ | ||
| 198 | ipvsadm \ | ||
| 199 | libesmtp \ | ||
| 116 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "libldb", "", d)} \ | 200 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "libldb", "", d)} \ |
| 201 | libmemcached \ | ||
| 202 | libtalloc \ | ||
| 203 | ipcalc \ | ||
| 204 | libtevent \ | ||
| 205 | linux-atm \ | ||
| 206 | lksctp-tools \ | ||
| 207 | memcached \ | ||
| 208 | ifenslave \ | ||
| 209 | netcat \ | ||
| 210 | netcat-openbsd \ | ||
| 211 | libtdb \ | ||
| 117 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "non-commercial", "netperf", "", d)} \ | 212 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "non-commercial", "netperf", "", d)} \ |
| 118 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "spice", "", d)} \ | 213 | yp-tools \ |
| 119 | " | 214 | ypbind-mt \ |
| 120 | 215 | yp-tools \ | |
| 121 | 216 | mtr \ | |
| 122 | RDEPENDS_packagegroup-meta-networking-support_remove_mipsarch = "spice-protocol" | 217 | ntp ntpdate sntp ntpdc ntpq ntp-tickadj ntp-utils \ |
| 123 | RDEPENDS_packagegroup-meta-networking-support_remove_mips64 = "spice-protocol" | 218 | nbd-client \ |
| 124 | RDEPENDS_packagegroup-meta-networking-support_remove_mips64el = "spice-protocol" | 219 | nbd-server \ |
| 125 | RDEPENDS_packagegroup-meta-networking-support_remove_powerpc = "spice-protocol" | 220 | nbd-trdump \ |
| 126 | RDEPENDS_packagegroup-meta-networking-support_remove_riscv64 = "spice-protocol" | 221 | openvpn \ |
| 127 | RDEPENDS_packagegroup-meta-networking-support_remove_riscv32 = "spice-protocol" | 222 | macchanger \ |
| 128 | RDEPENDS_packagegroup-meta-networking-support_remove_armv5 = "spice-protocol" | 223 | nbdkit \ |
| 129 | RDEPENDS_packagegroup-meta-networking-support_remove_aarch64 = "spice-protocol memcached" | 224 | ssmping \ |
| 225 | libowfat \ | ||
| 226 | ncp \ | ||
| 227 | strongswan \ | ||
| 228 | ndisc6 \ | ||
| 229 | tcpdump \ | ||
| 230 | tcpslice \ | ||
| 231 | netcf \ | ||
| 232 | nghttp2 \ | ||
| 233 | tnftp \ | ||
| 234 | traceroute \ | ||
| 235 | tunctl \ | ||
| 236 | wireshark \ | ||
| 237 | ntop \ | ||
| 238 | nuttcp \ | ||
| 239 | nvmetcli \ | ||
| 240 | open-isns \ | ||
| 241 | openipmi \ | ||
| 242 | phytool \ | ||
| 243 | pimd \ | ||
| 244 | ruli \ | ||
| 245 | smcroute \ | ||
| 246 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "spice-protocol spice", "", d)} \ | ||
| 247 | usbredir \ | ||
| 248 | ssmtp \ | ||
| 249 | stunnel \ | ||
| 250 | rdma-core \ | ||
| 251 | tcpreplay \ | ||
| 252 | tinyproxy \ | ||
| 253 | uftp \ | ||
| 254 | unbound \ | ||
| 255 | wpan-tools \ | ||
| 256 | ettercap \ | ||
| 257 | " | ||
| 258 | RDEPENDS_packagegroup-meta-networking-support_remove_mipsarch = "memcached" | ||
| 130 | 259 | ||
| 131 | EXCLUDE_FROM_WORLD = "1" | 260 | EXCLUDE_FROM_WORLD = "1" |
| 261 | # Empty packages, only devel headers and libs | ||
| 262 | # nngpp | ||
| 263 | # Use ntp and not chrony or ntimed | ||
