diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 10:54:53 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 10:54:53 -0500 |
commit | 651981b62ab8c2e67f3360141fc6339fc72e9bca (patch) | |
tree | 30f2bcd74a6bb832b080ddb8ce118a0d3a561e06 /multitech/conf/layer.conf | |
parent | 5b85e4aa24ad0b836fa44d86e3187d62e528ee66 (diff) |
add thisdir.bbclass
Diffstat (limited to 'multitech/conf/layer.conf')
-rw-r--r-- | multitech/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multitech/conf/layer.conf b/multitech/conf/layer.conf index 86f136d..e1769b4 100644 --- a/multitech/conf/layer.conf +++ b/multitech/conf/layer.conf @@ -3,3 +3,6 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "multitech" BBFILE_PRIORITY_multitech = "5" BBFILE_PATTERN_multitech = "${LAYERDIR}" + +# enable use of THISDIR variable bbappend files (pulled from oe-core) +INHERIT += "thisdir" |