From d21c403a0356c6fd4d89082c7043aaf98937248a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 18 Oct 2013 04:22:59 -0400 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" # 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"