agl-flutter: update layer dependencies 21/30121/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 8 Jul 2024 17:05:37 +0000 (13:05 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Jul 2024 09:33:15 +0000 (09:33 +0000)
meta-agl-flutter now requires meta-multimeda for libcamera with its
default configuration, make sure that layer gets added when the
agl-flutter feature is used.  This fixes builds without "agl-demo".

Bug-AGL: SPEC-5193

Change-Id: Ic3203446c66a6008a0a02ff15c0b85f1cedff546
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30121
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
templates/feature/agl-flutter/50_bblayers.conf.inc

index 807a46b..10647b7 100644 (file)
@@ -1,4 +1,7 @@
 AGL_META_CLANG = " ${METADIR}/external/meta-clang "
+# Required for libcamera
+AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
+AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
 
 BBLAYERS =+ " \
    ${METADIR}/meta-agl/meta-agl-flutter \