blob: ec6913af2dcf777f318826edb108551dd6f7029a [file] [log] [blame]
Yuan Yao72b8b7c2018-09-12 14:58:22 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "hxt"
5BBFILE_PATTERN_hxt = ""
Patrick Venture0df4bdc2018-11-07 12:36:51 -08006
7# Provide a variable that points the base of the hxt layer.
8HXTBASE = '${@os.path.normpath("${LAYERDIR}/")}'