aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
blob: f5c5c26aeb423ef8a36ecce61f0951b458a5a122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A XFCE minimal demo image."

IMAGE_INSTALL = "packagegroup-core-boot \
    packagegroup-core-x11 \
    packagegroup-xfce-base \
    kernel-modules \
"

REQUIRED_DISTRO_FEATURES = "x11"

IMAGE_LINGUAS ?= " "

LICENSE = "MIT"

export IMAGE_BASENAME = "core-image-minimal-xfce"

inherit core-image