aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/xfce46-image.bb
blob: c5e55adb710c83182b6cc35ddfefd906d4de44cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PR = "r1"

export IMAGE_BASENAME = "xfce46-image"

XSERVER ?= "xserver-xorg \
           xf86-input-evdev \
           xf86-input-mouse \
           xf86-video-fbdev \
           xf86-input-keyboard \
"

DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras  \
"

IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras \
"

inherit image