blob: ec6913af2dcf777f318826edb108551dd6f7029a [file] [log] [blame]
Yuan Yaoa74be8c2018-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 Venturec34493b2018-11-07 12:36:51 -08006
7# Provide a variable that points the base of the hxt layer.
8HXTBASE = '${@os.path.normpath("${LAYERDIR}/")}'