aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/aurora-fb-image.bb
blob: a561394236d60efb4a1db9adfaa4d04a781ce083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# Aurora Framebuffer Image
###############################################################################

require aurora-image.inc

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

export IMAGE_BASENAME = "aurora-fb-image"

IMAGE_INSTALL += " \
	task-qt4e-base \
	${TOUCH} \
	pointercal \
"