diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-10-18 04:22:59 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-18 10:36:59 -0400 |
commit | d21c403a0356c6fd4d89082c7043aaf98937248a (patch) | |
tree | f65d284691e0c4021d659f9dcc2cdeb5d3e32835 | |
parent | ba74aae1f9c8452ec8ad90531bc6694b69f99ccc (diff) | |
download | meta-virtualization-d21c403a0356c6fd4d89082c7043aaf98937248a.tar.gz |
conf/layer.conf: add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and
meta-networking layer.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 15ed1dfe..3d21667b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -10,3 +10,9 @@ BBFILE_PRIORITY_virtualization-layer = "7" | |||
10 | 10 | ||
11 | # Custom licenses used by some packages in this layer | 11 | # Custom licenses used by some packages in this layer |
12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |
13 | |||
14 | # This should only be incremented on significant changes that will | ||
15 | # cause compatibility issues with other layers | ||
16 | LAYERVERSION_virtualization-layer = "1" | ||
17 | |||
18 | LAYERDEPENDS_virtualization-layer = "core networking-layer" | ||