mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

since python recipes are now spun out into its own layer and there are recipes like crda which depend on M2Crypto python module, of which the recipe is now moved from meta-oe into meta-python, we need to express this change of layers otherwise if you are not using meta-python then you end up with errors e.g. Nothing PROVIDES 'python-m2crypto-native' (but meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS on or otherwise requires it). Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
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://github.com/openembedded/openembedded-core.git
|
|
branch: master
|
|
revision: HEAD
|
|
|
|
For some recipes, the meta-oe layer is required:
|
|
|
|
URI: git://github.com/openembedded/meta-openembedded.git
|
|
subdirectory: meta-oe
|
|
branch: master
|
|
revision: HEAD
|
|
|
|
URI: git://github.com/openembedded/meta-openembedded.git
|
|
subdirectory: meta-python
|
|
branch: master
|
|
revision: HEAD
|
|
|
|
Maintenance
|
|
-----------
|
|
|
|
Please see the MAINTAINERS file for information on contacting the
|
|
maintainers of this layer, as well as instructions for submitting patches.
|