From 7259027109ee347b66e9dc3ad608d9a64a7b3fea Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 12 Sep 2024 14:12:02 +0200 Subject: [PATCH] Add meta-multimedia layer to all platforms capable of running dey-image-webkit By default, wpewebkit now depends on flite, a package that is provided by said layer. To meet this dependency, all platforms that are capable of running webkit must include this layer. https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/templates/ccimx6qpsbc/bblayers.conf.sample | 1 + meta-digi-arm/conf/templates/ccimx6sbc/bblayers.conf.sample | 1 + meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample | 1 + meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample | 1 + 4 files changed, 4 insertions(+) diff --git a/meta-digi-arm/conf/templates/ccimx6qpsbc/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx6qpsbc/bblayers.conf.sample index 974e731e4..8229f8220 100644 --- a/meta-digi-arm/conf/templates/ccimx6qpsbc/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx6qpsbc/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##DIGIBASE##/meta-openembedded/meta-oe \ ##DIGIBASE##/meta-openembedded/meta-python \ + ##DIGIBASE##/meta-openembedded/meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt6 \ diff --git a/meta-digi-arm/conf/templates/ccimx6sbc/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx6sbc/bblayers.conf.sample index 974e731e4..8229f8220 100644 --- a/meta-digi-arm/conf/templates/ccimx6sbc/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx6sbc/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##DIGIBASE##/meta-openembedded/meta-oe \ ##DIGIBASE##/meta-openembedded/meta-python \ + ##DIGIBASE##/meta-openembedded/meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt6 \ diff --git a/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample index 0544a4e66..85195c965 100644 --- a/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##DIGIBASE##/meta-openembedded/meta-oe \ ##DIGIBASE##/meta-openembedded/meta-python \ + ##DIGIBASE##/meta-openembedded/meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt5 \ diff --git a/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample index 0544a4e66..85195c965 100644 --- a/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##DIGIBASE##/meta-openembedded/meta-oe \ ##DIGIBASE##/meta-openembedded/meta-python \ + ##DIGIBASE##/meta-openembedded/meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt5 \