aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/qt4e-base-image.bb
blob: 84c12b386fbc72759f67e6cb69eb9a5491159dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require micro-base-image.bb

TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'

DEPENDS += "task-qt4e"

RDEPENDS_${PN} += " \
	task-qt4e-base \
	task-qt4e-qwt \
	"

IMAGE_INSTALL += "\
	initscripts \
	kernel-modules \
	gdbserver \
	strace \
	module-init-tools \
	task-qt4e-base \
	task-qt4e-qwt \
	${TOUCH} \
"