diff --git a/meta-digi-dey/dynamic-layers/webkit/recipes-core/images/dey-image-webkit.bb b/meta-digi-dey/dynamic-layers/webkit/recipes-core/images/dey-image-webkit.bb index 3c1d26f76..17169b404 100644 --- a/meta-digi-dey/dynamic-layers/webkit/recipes-core/images/dey-image-webkit.bb +++ b/meta-digi-dey/dynamic-layers/webkit/recipes-core/images/dey-image-webkit.bb @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 Digi International. +# Copyright (C) 2020-2022 Digi International. # require recipes-core/images/dey-image-graphical.inc @@ -7,4 +7,4 @@ DESCRIPTION = "DEY image with WebKit browser engine support" GRAPHICAL_CORE = "webkit" -COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6$)" +COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6$|ccmp15)" diff --git a/sdk/config/ccmp15-dvk/bblayers.conf.sample b/sdk/config/ccmp15-dvk/bblayers.conf.sample index 8c41fcea8..908d48f95 100644 --- a/sdk/config/ccmp15-dvk/bblayers.conf.sample +++ b/sdk/config/ccmp15-dvk/bblayers.conf.sample @@ -15,6 +15,7 @@ BBLAYERS ?= " \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt5 \ ##DIGIBASE##/meta-swupdate \ + ##DIGIBASE##/meta-webkit \ ##DIGIBASE##/meta-timesys \ ##DIGIBASE##/meta-st-stm32mp \ ##DIGIBASE##/meta-digi/meta-digi-arm \