X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=blobdiff_plain;f=recipes-graphics%2Fimages%2Ftx09-image-x11.bb;h=5769308eb40ae4f7fc8dae82fff6cab80795b741;hp=bcd7c605d7e9cfa43cd28eba6bb47955aaa0af2e;hb=3f2472775db1c64702176a6b4ee88cd5efb53c3e;hpb=4576b3b5fcc31ba4f56300841e959d601545a4d8 diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb index bcd7c60..5769308 100644 --- a/recipes-graphics/images/tx09-image-x11.bb +++ b/recipes-graphics/images/tx09-image-x11.bb @@ -1,14 +1,18 @@ 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 = ' ${@base_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