diff options
| -rw-r--r-- | meta-networking/README | 8 | ||||
| -rw-r--r-- | meta-networking/conf/layer.conf | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta-networking/README b/meta-networking/README index 339d40ef50..e1ba27d83b 100644 --- a/meta-networking/README +++ b/meta-networking/README | |||
| @@ -17,17 +17,21 @@ Dependencies | |||
| 17 | 17 | ||
| 18 | This layer depends on: | 18 | This layer depends on: |
| 19 | 19 | ||
| 20 | URI: git://github.com/openembedded/oe-core.git | 20 | URI: git://github.com/openembedded/openembedded-core.git |
| 21 | branch: master | 21 | branch: master |
| 22 | revision: HEAD | 22 | revision: HEAD |
| 23 | 23 | ||
| 24 | For some recipes, the meta-oe layer is required: | 24 | For some recipes, the meta-oe layer is required: |
| 25 | 25 | ||
| 26 | URI: git://github.com/openembedded/meta-oe.git | 26 | URI: git://github.com/openembedded/meta-openembedded.git |
| 27 | subdirectory: meta-oe | 27 | subdirectory: meta-oe |
| 28 | branch: master | 28 | branch: master |
| 29 | revision: HEAD | 29 | revision: HEAD |
| 30 | 30 | ||
| 31 | URI: git://github.com/openembedded/meta-openembedded.git | ||
| 32 | subdirectory: meta-python | ||
| 33 | branch: master | ||
| 34 | revision: HEAD | ||
| 31 | 35 | ||
| 32 | Maintenance | 36 | Maintenance |
| 33 | ----------- | 37 | ----------- |
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 39c2cebf56..d99d738bee 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
| @@ -14,5 +14,7 @@ BBFILE_PRIORITY_networking-layer = "5" | |||
| 14 | LAYERVERSION_networking-layer = "1" | 14 | LAYERVERSION_networking-layer = "1" |
| 15 | 15 | ||
| 16 | LAYERDEPENDS_networking-layer = "core" | 16 | LAYERDEPENDS_networking-layer = "core" |
| 17 | LAYERDEPENDS_networking-layer = "openembedded-layer" | ||
| 18 | LAYERDEPENDS_networking-layer = "meta-python" | ||
| 17 | 19 | ||
| 18 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
