21 lines
548 B
Plaintext
21 lines
548 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"
|
|
|
|
# ffmpeg4-layer: https://github.com/schnitzeltony/meta-ffmpeg4
|
|
LAYERDEPENDS_meta-retro = " \
|
|
core \
|
|
openembedded-layer \
|
|
filesystems-layer \
|
|
ffmpeg4-layer \
|
|
"
|
|
LAYERSERIES_COMPAT_meta-retro = "honister kirkstone"
|