X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=blobdiff_plain;f=recipes-graphics%2Fimages%2Ftx09-image-x11.bb;h=07375300fd4c8846c03bda25d26652b6d45a5504;hp=bcd7c605d7e9cfa43cd28eba6bb47955aaa0af2e;hb=d46ef1cc1f576d696fc84b092121d8f5c8fa733e;hpb=d2c0dc8d30cff878c8cdc523bbf46bfbadc24752 diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb index bcd7c60..0737530 100644 --- a/recipes-graphics/images/tx09-image-x11.bb +++ b/recipes-graphics/images/tx09-image-x11.bb @@ -1,14 +1,17 @@ DESCRIPTION = "A compact test and discovery image for low resource boards" +LICENSE = "MIT" IMAGE_FEATURES += "splash package-management x11-base ssh-server-dropbear " -LICENSE = "MIT" +TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' inherit core-image IMAGE_INSTALL = "\ packagegroup-core-boot \ i2c-tools \ + lrzsz \ ${CORE_IMAGE_EXTRA_INSTALL} \ + ${TOUCH} \ " \ No newline at end of file