]> git.karo-electronics.de Git - meta-tx09.git/blobdiff - recipes-graphics/images/tx09-image-x11.bb
tx09-image-x11: add lrzsz, touchscreen tools, minor cleanup
[meta-tx09.git] / recipes-graphics / images / tx09-image-x11.bb
index bcd7c605d7e9cfa43cd28eba6bb47955aaa0af2e..5769308eb40ae4f7fc8dae82fff6cab80795b741 100644 (file)
@@ -1,14 +1,18 @@
 DESCRIPTION = "A compact test and discovery image for low resource boards"
 DESCRIPTION = "A compact test and discovery image for low resource boards"
+LICENSE = "MIT"
 
 IMAGE_FEATURES += "splash package-management x11-base ssh-server-dropbear "
 
 
 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 \
 
 inherit core-image
 
 IMAGE_INSTALL = "\
     packagegroup-core-boot \
     i2c-tools \
+    lrzsz \
     ${CORE_IMAGE_EXTRA_INSTALL} \
     ${CORE_IMAGE_EXTRA_INSTALL} \
+    ${TOUCH} \
 "
  
\ No newline at end of file
 "
  
\ No newline at end of file