Files
meta-retro/conf/layer.conf
Andreas Müller b0fc2a23a2 Add DXX-Rebirth license
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-11-18 23:28:56 +01:00

15 lines
433 B
Plaintext

# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
BBFILE_COLLECTIONS += "meta-retro"
BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-retro = "10"
LICENSE_PATH += "${LAYERDIR}/files/licenses"
LAYERDEPENDS_meta-retro = "core openembedded-layer filesystems-layer"
LAYERSERIES_COMPAT_meta-retro = "honister"