]> git.karo-electronics.de Git - meta-tx09.git/blobdiff - recipes-graphics/images/tx09-image-x11.bb
setup-environment: Indicate Yocto environment in shell prompt.
[meta-tx09.git] / recipes-graphics / images / tx09-image-x11.bb
index bcd7c605d7e9cfa43cd28eba6bb47955aaa0af2e..07375300fd4c8846c03bda25d26652b6d45a5504 100644 (file)
@@ -1,14 +1,17 @@
 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 = ' ${@bb.utils.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