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>
This commit is contained in:
Robert Yang 2013-10-18 04:22:59 -04:00 committed by Bruce Ashfield
parent ba74aae1f9
commit d21c403a03

View File

@ -10,3 +10,9 @@ BBFILE_PRIORITY_virtualization-layer = "7"
# Custom licenses used by some packages in this layer
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_virtualization-layer = "1"
LAYERDEPENDS_virtualization-layer = "core networking-layer"