13 lines
329 B
BlitzBasic
13 lines
329 B
BlitzBasic
#
|
|
# Copyright (C) 2020-2025, Digi International Inc.
|
|
#
|
|
require recipes-core/images/dey-image-graphical.inc
|
|
|
|
DESCRIPTION = "DEY image with WebKit browser engine support"
|
|
|
|
GRAPHICAL_CORE = "webkit"
|
|
|
|
IMAGE_INSTALL:append:ccmp25 = " packagegroup-dey-x-linux-ai"
|
|
|
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx8m|ccimx8x|ccimx93|ccmp15|ccmp2)"
|