diff options
-rw-r--r-- | meta-hxt/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-hxt/conf/layer.conf b/meta-hxt/conf/layer.conf index bc33c2b24..ec6913af2 100644 --- a/meta-hxt/conf/layer.conf +++ b/meta-hxt/conf/layer.conf @@ -3,3 +3,6 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "hxt" BBFILE_PATTERN_hxt = "" + +# Provide a variable that points the base of the hxt layer. +HXTBASE = '${@os.path.normpath("${LAYERDIR}/")}' |