Files
meta-lx2k/conf/layer.conf
Jon Mason 2129d653db kirkstone support
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2022-07-06 19:31:48 -04:00

14 lines
436 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "lx2k-layer"
BBFILE_PATTERN_lx2k-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_lx2k-layer = "5"
LAYERDEPENDS_lx2k-layer = "core openembedded-layer meta-arm"
LAYERSERIES_COMPAT_lx2k-layer = "kirkstone"