diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-03-11 17:38:39 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-03-18 15:13:52 -0400 |
| commit | 68a37289727ed5fab880f606154946d7be749a93 (patch) | |
| tree | b55d298dde3e2e067cabc7fe35b21e81226046fe | |
| parent | b6070c7f7a42f8a64a7d744a8efe58608843dbcb (diff) | |
| download | meta-openembedded-68a37289727ed5fab880f606154946d7be749a93.tar.gz | |
meta-networking: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to layer.conf
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
| -rw-r--r-- | meta-networking/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 1ea2bc2eaf..f75080a4c1 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
| @@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "networking" | |||
| 9 | BBFILE_PATTERN_networking := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_networking := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_networking = "5" | 10 | BBFILE_PRIORITY_networking = "5" |
| 11 | 11 | ||
| 12 | # This should only be incremented on significant changes that will | ||
| 13 | # cause compatibility issues with other layers | ||
| 14 | LAYERVERSION_networking = "1" | ||
| 15 | |||
| 16 | LAYERDEPENDS_networking = "core" | ||
