aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/x11-sato2-image.bb
blob: e864782822089b274baabbd70e79fa2f154e9562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DISTRO_SSH_DAEMON ?= "dropbear"
DISTRO_PACKAGE_MANAGER ?= "opkg opkg-collateral"

XSERVER ?= "xserver-kdrive-fbdev"

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

EVDEV_INSTALL = "\
        xinput-calibrator \
"

IMAGE_INSTALL = "\
	task-base-extended \
	${DISTRO_SSH_DAEMON} \
	${DISTRO_PACKAGE_MANAGER} \
	pointercal \
	${XSERVER} \
	xserver-common xserver-nodm-init \
	ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \
	xauth xhost xset xrandr \
	xcursor-transparent-theme \
	matchbox2 \
	${EVDEV_INSTALL} \
"

export IMAGE_BASENAME = "${PN}"
IMAGE_LINGUAS = ""

inherit image