mirror of
https://github.com/outbackdingo/meta-lx2k.git
synced 2026-01-28 02:19:36 +00:00
14 lines
436 B
Plaintext
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"
|