meta-ibm: add IBMBASE

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

Change-Id: I049425e94a5cafbe0392b38180db8f70d25d838f
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/conf/layer.conf b/conf/layer.conf
index 72351f1..434f616 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,3 +8,6 @@
 BBFILE_COLLECTIONS += "ibm-layer"
 BBFILE_PATTERN_ibm-layer = ""
 LAYERSERIES_COMPAT_ibm-layer = "sumo"
+
+# Provide a variable that points the base of the ibm layer.
+IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'