conf/layer.conf: explicitly depend on networking-layer 62/28562/2
authorDenys Dmytriyenko <denys@konsulko.com>
Mon, 6 Mar 2023 21:16:56 +0000 (21:16 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 19 Mar 2023 22:11:42 +0000 (22:11 +0000)
As meta-agl-demo now explicitly depends on meta-flutter layer, it appears
it uses networkmanager package in some of its plugins w/o marking the correct
dependency in its own layer.conf.

Also, cannelloni is no longer a standalone recipe, but a bbappend against
the upstream recipe in meta-networking layer of meta-openembedded repository.

To resolve both of the above issues and make yocto-check-layer happy, let's
add an explicit dependency on networking-layer.

Bug-AGL: SPEC-4685
Change-Id: Ib6781f63bd1f76ccbf2fcd649473bf59407bb7ef
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
conf/layer.conf

index 1eabd65..cafd30a 100644 (file)
@@ -16,4 +16,4 @@ BBFILES_DYNAMIC += " \
 
 LAYERSERIES_COMPAT_agldemo = "kirkstone"
 
-LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer meta-flutter"
+LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer meta-flutter"