X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=blobdiff_plain;f=recipes-images%2Fimages%2Ftx09-image-x11.bb;fp=recipes-images%2Fimages%2Ftx09-image-x11.bb;h=07375300fd4c8846c03bda25d26652b6d45a5504;hp=0000000000000000000000000000000000000000;hb=e92ab7cf771a6f4335a7dec3b03fc17a39f957a4;hpb=d46ef1cc1f576d696fc84b092121d8f5c8fa733e diff --git a/recipes-images/images/tx09-image-x11.bb b/recipes-images/images/tx09-image-x11.bb new file mode 100644 index 0000000..0737530 --- /dev/null +++ b/recipes-images/images/tx09-image-x11.bb @@ -0,0 +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 " + +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