meta-intel: Add intel-dbus-interfaces

This recipe is used for Intel specific features and IPMI OEM commands.

Tested By:
bitbake intel-dbus-interfaces

(From meta-intel rev: c5a33a96c6ae6eeaedc5d314c8497dc358eff589)

Change-Id: I0ce1a37d271fbe43612c75308b02068426a12e0b
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-intel/conf/layer.conf b/meta-intel/conf/layer.conf
index edc79f8..50fbef9 100644
--- a/meta-intel/conf/layer.conf
+++ b/meta-intel/conf/layer.conf
@@ -9,3 +9,6 @@
 BBFILE_PATTERN_intel = ""
 LAYERVERSION_intel = "1"
 LAYERSERIES_COMPAT_intel = "sumo"
+
+# Provide a variable that points the base of the intel layer.
+INTELBASE = '${@os.path.normpath("${LAYERDIR}/")}'