From eb8ea2fd87c2e7e896d6f47d96d8dadaff413ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 17 Mar 2022 21:33:55 +0100 Subject: [PATCH] Add meta-ffmpeg4 to layer depends and add hint where to find it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 02f525d..9c84408 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,5 +10,11 @@ BBFILE_PRIORITY_meta-retro = "10" LICENSE_PATH += "${LAYERDIR}/files/licenses" -LAYERDEPENDS_meta-retro = "core openembedded-layer filesystems-layer" +# ffmpeg4-layer: https://github.com/schnitzeltony/meta-ffmpeg4 +LAYERDEPENDS_meta-retro = " \ + core \ + openembedded-layer \ + filesystems-layer \ + ffmpeg4-layer \ +" LAYERSERIES_COMPAT_meta-retro = "honister kirkstone"