webkit: add support for dey-image-webkit for ccmp15 platform
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
e6ab5ffd70
commit
5fa91adcd6
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Digi International.
|
# Copyright (C) 2020-2022 Digi International.
|
||||||
#
|
#
|
||||||
require recipes-core/images/dey-image-graphical.inc
|
require recipes-core/images/dey-image-graphical.inc
|
||||||
|
|
||||||
|
|
@ -7,4 +7,4 @@ DESCRIPTION = "DEY image with WebKit browser engine support"
|
||||||
|
|
||||||
GRAPHICAL_CORE = "webkit"
|
GRAPHICAL_CORE = "webkit"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6$|ccmp15)"
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ BBLAYERS ?= " \
|
||||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||||
##DIGIBASE##/meta-qt5 \
|
##DIGIBASE##/meta-qt5 \
|
||||||
##DIGIBASE##/meta-swupdate \
|
##DIGIBASE##/meta-swupdate \
|
||||||
|
##DIGIBASE##/meta-webkit \
|
||||||
##DIGIBASE##/meta-timesys \
|
##DIGIBASE##/meta-timesys \
|
||||||
##DIGIBASE##/meta-st-stm32mp \
|
##DIGIBASE##/meta-st-stm32mp \
|
||||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue