]> git.karo-electronics.de Git - meta-tx09.git/blob - recipes-graphics/images/tx09-image-x11.bb
tx09-image-x11: Small image with X11 and useful tools
[meta-tx09.git] / recipes-graphics / images / tx09-image-x11.bb
1 DESCRIPTION = "A compact test and discovery image for low resource boards"
2
3 IMAGE_FEATURES += "splash package-management x11-base ssh-server-dropbear "
4
5 LICENSE = "MIT"
6
7 inherit core-image
8
9 IMAGE_INSTALL = "\
10     packagegroup-core-boot \
11     i2c-tools \
12     ${CORE_IMAGE_EXTRA_INSTALL} \
13 "
14