inventec: layer.conf: Add INVENTECBASE

Define a variable that recipes can use for finding the root
of the inventec layer.  Typically this is used to refer to the
layer LICENSE for recipes that don't have any source repository.

(From meta-inventec rev: 169daaa946cd053ddb7cc5514fb178497cd9cb30)

Change-Id: If785f8eb05d56cc9653d5924c0c4512cf681d1cd
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-inventec/conf/layer.conf b/meta-inventec/conf/layer.conf
index de22db1..3c284f8 100644
--- a/meta-inventec/conf/layer.conf
+++ b/meta-inventec/conf/layer.conf
@@ -3,3 +3,6 @@
 
 BBFILE_COLLECTIONS += "inventec"
 BBFILE_PATTERN_inventec = ""
+
+# Provide a variable that points the base of the inventec layer.
+INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'