meta-openembedded/meta-networking
Richard Purdie d92a059e21 meta-networking: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings
as there are many 'impossible' dependencies.

In some cases these variants may never have worked and were just added by copy
and paste of recipes. In some cases they once clearly did work but became
broken somewhere along the way. Users may also be carrying local bbappend files
which add further BBCLASSEXTEND.

Having universe fetch work without warnings is desireable so clean up the broken
variants. Anyone actually needing something dropped here can propose adding it
and the correct functional dependencies back quite easily. This also then
ensures we're not carrying or fixing things nobody uses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e1b332f2ef)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-11-01 08:16:30 -04:00
..
classes kernel_add_regdb: Change the task order 2023-01-11 17:56:42 -08:00
conf ot-br-posix: exclude siggen dependency on ipset 2023-09-20 22:15:39 -07:00
dynamic-layers/meta-python firewalld: upgrade 1.2.0 -> 1.3.2 2023-06-05 11:04:07 -07:00
files static-group: Match nogroup id to base-passwd from core. 2023-10-17 08:23:02 -04:00
licenses meta-networking/licenses/netperf: remove unused license 2023-04-28 06:59:50 -07:00
recipes-connectivity meta-networking: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
recipes-core images: Rename <layer>-image to <layer>-image-all 2023-10-12 09:58:05 -04:00
recipes-daemons keepalived: 2.2.2 -> 2.2.8 2023-09-12 19:34:39 -07:00
recipes-devtools libcoap: upgrade 4.3.3 -> 4.3.4 2023-10-30 07:14:02 -04:00
recipes-extended dlm: Do not use -fcf-protection=full on aarch64 platforms 2023-07-21 09:39:09 -07:00
recipes-filter nftables: upgrade 1.0.8 -> 1.0.9 2023-10-30 07:14:03 -04:00
recipes-irc weechat: upgrade 4.0.3 -> 4.0.4 2023-08-26 17:32:45 -07:00
recipes-kernel/wireguard wireguard-tools: Add a new package for wg-quick 2022-08-22 14:13:37 -07:00
recipes-netkit netkit-telnet: Fix CVE-2022-39028 2023-09-22 07:36:16 -07:00
recipes-protocols open62541: add Backport status and link to patch 2023-10-12 09:58:06 -04:00
recipes-support meta-networking: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
COPYING.MIT
MAINTAINERS meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00
README.md meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00

meta-networking

This layer is intended to be a central point for networking-related packages and configuration. It should be useful directly on top of oe-core and compliments meta-openembedded. It should be primarily useful to the following groups:

  - Anyone building a small networking device (eg. a home router /
    bridge / switch).

  - Anyone wanting to add network services to their device (eg.
    anything that might benefit from a small ftp/tftp server)

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: nanbield

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-oe branch: nanbield

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-python branch: nanbield

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com

Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches.