Files
meta-ffmpeg4/conf/layer.conf
Andreas Müller d8de3f2160 Initial commit
Get ffmpeg from oe-core as it was before being replaced by ffmpeg 5

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-16 23:01:19 +01:00

16 lines
359 B
Plaintext

# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-ffmpeg/ffmpeg4_4.4.1.bb"
BBFILE_COLLECTIONS += "ffmpeg4-layer"
BBFILE_PATTERN_ffmpeg4-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_ffmpeg4-layer = "7"
LAYERDEPENDS_ffmpeg4-layer = " \
core \
"
LAYERSERIES_COMPAT_ffmpeg4-layer = "kirkstone"