From 33170c397695a768aa9e00bb2928f1cf24a9bab7 Mon Sep 17 00:00:00 2001 From: Yong Li Date: Thu, 3 Jan 2019 11:41:48 +0800 Subject: 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 Signed-off-by: Brad Bishop --- meta-intel/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-intel/conf') diff --git a/meta-intel/conf/layer.conf b/meta-intel/conf/layer.conf index edc79f88c..50fbef9aa 100644 --- a/meta-intel/conf/layer.conf +++ b/meta-intel/conf/layer.conf @@ -9,3 +9,6 @@ BBFILE_COLLECTIONS += "intel" 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}/")}' -- cgit v1.2.1